#D85D6E

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

Shades of Cabaret #D85D6E

Tints of Cabaret #D85D6E

Color information

#D85D6E (or 0xD85D6E) is unknown color: approx Cabaret. HEX triplet: D8, 5D and 6E. RGB value is (216,93,110). Sum of RGB (Red+Green+Blue) = 216+93+110=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D6E is #27A291. Grayscale: #838383. Windows color (decimal): -2597522 or 7232984. OLE color: 7232984.

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

Color convert

RGB21693110-
CMYK00.570.490.15
HSL351.71º61.19%60.59%-
HSV(B)351.71º56.94%84.71%-
XYZ35.0523.5517.45-
YUV131.72115.75188.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.55%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=51.55%
G=22.20%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169311000.570.490.15351.7161.1960.59
HexD85D6E03931F1603d3d
Octal33013515607161175407575
Binary110110001011101110111001110011100011111101100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85D6E; }

 p { color: rgb(216,93,110); }

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

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

 a { background-color: rgb(216,93,110); }

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

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

 span { border-color: rgb(216,93,110); }

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