#db4f6b

Color #DB4F6B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #DB4F6B

Tints of Cabaret #DB4F6B

Color information

#DB4F6B (or 0xDB4F6B) is unknown color: approx Cabaret. HEX triplet: DB, 4F and 6B. RGB value is (219,79,107). Sum of RGB (Red+Green+Blue) = 219+79+107=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F6B is #24B094. Grayscale: #7C7C7C. Windows color (decimal): -2404501 or 7032795. OLE color: 7032795.

HSL color Cylindrical-coordinate representation of color #DB4F6B: hue angle of 348º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F6B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB21979107-
CMYK00.640.510.14
HSL348º66.04%58.43%-
HSV(B)348º63.93%85.88%-
XYZ34.6621.7116.27-
YUV124.05118.38195.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 54.07%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=54.07%
G=19.51%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197910700.640.510.1434866.0458.43
HexDB4F6B04033E15c423a
Octal3331171530100631653410272
Binary11011011100111111010110100000011001111101010111001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db4f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db4f6b; }

 p { color: rgb(219,79,107); }

 H1.HeaderClassName
 {
   color: #db4f6b;
 }
 .AnyTagClassName
 {
   color: #db4f6b;
 }
</style>
background-color css

<style>
 a { background-color: #db4f6b; }

 a { background-color: rgb(219,79,107); }

 div.DivClassName
 {
   background-color: #db4f6b;
 }
 .BgClassName
 {
   background-color: #db4f6b;
 }
</style>
border-color css

<style>
 span { border-color: #db4f6b; }

 span { border-color: rgb(219,79,107); }

 td.TdClassName
 {
   border-color: #db4f6b;
 }
 .TagClassName
 {
   border-color: #db4f6b;
 }
</style>