#D05566

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

Shades of Cabaret #D05566

Tints of Cabaret #D05566

Color information

#D05566 (or 0xD05566) is unknown color: approx Cabaret. HEX triplet: D0, 55 and 66. RGB value is (208,85,102). Sum of RGB (Red+Green+Blue) = 208+85+102=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D05566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05566 is #2FAA99. Grayscale: #7B7B7B. Windows color (decimal): -3123866 or 6706640. OLE color: 6706640.

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

Color convert

RGB20885102-
CMYK00.590.510.18
HSL351.71º56.68%57.45%-
HSV(B)351.71º59.13%81.57%-
XYZ31.6620.8714.93-
YUV123.71115.75188.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=52.66%
G=21.52%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088510200.590.510.18351.7156.6857.45
HexD0556603B33121603939
Octal32012514607363225407171
Binary1101000010101011100110011101111001110010101100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05566; }

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

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

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

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

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

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

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

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