#D04E66

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

Shades of Cabaret #D04E66

Tints of Cabaret #D04E66

Color information

#D04E66 (or 0xD04E66) is unknown color: approx Cabaret. HEX triplet: D0, 4E and 66. RGB value is (208,78,102). Sum of RGB (Red+Green+Blue) = 208+78+102=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E66 is #2FB199. Grayscale: #777777. Windows color (decimal): -3125658 or 6704848. OLE color: 6704848.

HSL color Cylindrical-coordinate representation of color #D04E66: hue angle of 348.92º 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 #D04E66 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20878102-
CMYK00.620.510.18
HSL348.92º58.04%56.08%-
HSV(B)348.92º62.5%81.57%-
XYZ31.1419.8214.75-
YUV119.61118.07191.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.61%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=53.61%
G=20.10%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087810200.620.510.18348.9258.0456.08
HexD04E6603E331215d3a38
Octal32011614607663225357270
Binary1101000010011101100110011111011001110010101011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04E66; }

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

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

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

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

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

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

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

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