#D04666

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

Shades of Cabaret #D04666

Tints of Cabaret #D04666

Color information

#D04666 (or 0xD04666) is unknown color: approx Cabaret. HEX triplet: D0, 46 and 66. RGB value is (208,70,102). Sum of RGB (Red+Green+Blue) = 208+70+102=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D04666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04666 is #2FB999. Grayscale: #727272. Windows color (decimal): -3127706 or 6702800. OLE color: 6702800.

HSL color Cylindrical-coordinate representation of color #D04666: hue angle of 346.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04666 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20870102-
CMYK00.660.510.18
HSL346.09º59.48%54.51%-
HSV(B)346.09º66.35%81.57%-
XYZ30.618.7514.58-
YUV114.91120.72194.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=54.74%
G=18.42%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087010200.660.510.18346.0959.4854.51
HexD04666042331215a3b37
Octal320106146010263225327367
Binary11010000100011011001100100001011001110010101011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04666; }

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

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

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

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

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

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

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

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