#D04266

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

Shades of Cabaret #D04266

Tints of Cabaret #D04266

Color information

#D04266 (or 0xD04266) is unknown color: approx Cabaret. HEX triplet: D0, 42 and 66. RGB value is (208,66,102). Sum of RGB (Red+Green+Blue) = 208+66+102=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04266 is #2FBD99. Grayscale: #707070. Windows color (decimal): -3128730 or 6701776. OLE color: 6701776.

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

Color convert

RGB20866102-
CMYK00.680.510.18
HSL344.79º60.17%53.73%-
HSV(B)344.79º68.27%81.57%-
XYZ30.3618.2714.5-
YUV112.56122.04196.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.32%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=55.32%
G=17.55%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086610200.680.510.18344.7960.1753.73
HexD0426604433121593c36
Octal320102146010463225317466
Binary11010000100001011001100100010011001110010101011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04266; }

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

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

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

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

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

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

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

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