#D85666

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

Shades of Cabaret #D85666

Tints of Cabaret #D85666

Color information

#D85666 (or 0xD85666) is unknown color: approx Cabaret. HEX triplet: D8, 56 and 66. RGB value is (216,86,102). Sum of RGB (Red+Green+Blue) = 216+86+102=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85666 is #27A999. Grayscale: #7E7E7E. Windows color (decimal): -2599322 or 6706904. OLE color: 6706904.

HSL color Cylindrical-coordinate representation of color #D85666: hue angle of 352.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85666 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21686102-
CMYK00.600.530.15
HSL352.62º62.5%59.22%-
HSV(B)352.62º60.19%84.71%-
XYZ34.0422.2115.06-
YUV126.69114.07191.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=53.47%
G=21.29%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168610200.600.530.15352.6262.559.22
HexD8566603C35F1613e3b
Octal33012614607465175417673
Binary110110001010110110011001111001101011111101100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85666; }

 p { color: rgb(216,86,102); }

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

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

 a { background-color: rgb(216,86,102); }

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

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

 span { border-color: rgb(216,86,102); }

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