#D85F73

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

Shades of Cabaret #D85F73

Tints of Cabaret #D85F73

Color information

#D85F73 (or 0xD85F73) is unknown color: approx Cabaret. HEX triplet: D8, 5F and 73. RGB value is (216,95,115). Sum of RGB (Red+Green+Blue) = 216+95+115=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F73 is #27A08C. Grayscale: #858585. Windows color (decimal): -2597005 or 7561176. OLE color: 7561176.

HSL color Cylindrical-coordinate representation of color #D85F73: hue angle of 350.08º 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 #D85F73 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21695115-
CMYK00.560.470.15
HSL350.08º60.8%60.98%-
HSV(B)350.08º56.02%84.71%-
XYZ35.5124.0218.98-
YUV133.46117.59186.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=50.70%
G=22.30%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169511500.560.470.15350.0860.860.98
HexD85F730382FF15e3d3d
Octal33013716307057175367575
Binary110110001011111111001101110001011111111101011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F73; }

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

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

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

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

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

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

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

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