#D85F74

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

Shades of Cabaret #D85F74

Tints of Cabaret #D85F74

Color information

#D85F74 (or 0xD85F74) is unknown color: approx Cabaret. HEX triplet: D8, 5F and 74. RGB value is (216,95,116). Sum of RGB (Red+Green+Blue) = 216+95+116=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F74 is #27A08B. Grayscale: #858585. Windows color (decimal): -2597004 or 7626712. OLE color: 7626712.

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

Color convert

RGB21695116-
CMYK00.560.460.15
HSL349.59º60.8%60.98%-
HSV(B)349.59º56.02%84.71%-
XYZ35.5624.0419.29-
YUV133.57118.09186.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.59%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=50.59%
G=22.25%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169511600.560.460.15349.5960.860.98
HexD85F740382EF15e3d3d
Octal33013716407056175367575
Binary110110001011111111010001110001011101111101011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F74; }

 p { color: rgb(216,95,116); }

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

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

 a { background-color: rgb(216,95,116); }

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

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

 span { border-color: rgb(216,95,116); }

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