#D04E69

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

Shades of Cabaret #D04E69

Tints of Cabaret #D04E69

Color information

#D04E69 (or 0xD04E69) is unknown color: approx Cabaret. HEX triplet: D0, 4E and 69. RGB value is (208,78,105). Sum of RGB (Red+Green+Blue) = 208+78+105=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E69 is #2FB196. Grayscale: #777777. Windows color (decimal): -3125655 or 6901456. OLE color: 6901456.

HSL color Cylindrical-coordinate representation of color #D04E69: hue angle of 347.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04E69 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20878105-
CMYK00.620.500.18
HSL347.54º58.04%56.08%-
HSV(B)347.54º62.5%81.57%-
XYZ31.2919.8815.55-
YUV119.95119.57190.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=53.20%
G=19.95%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087810500.620.500.18347.5458.0456.08
HexD04E6903E321215c3a38
Octal32011615107662225347270
Binary1101000010011101101001011111011001010010101011100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04E69; }

 p { color: rgb(208,78,105); }

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

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

 a { background-color: rgb(208,78,105); }

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

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

 span { border-color: rgb(208,78,105); }

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