#D95F73

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

Shades of Cabaret #D95F73

Tints of Cabaret #D95F73

Color information

#D95F73 (or 0xD95F73) is unknown color: approx Cabaret. HEX triplet: D9, 5F and 73. RGB value is (217,95,115). Sum of RGB (Red+Green+Blue) = 217+95+115=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F73 is #26A08C. Grayscale: #858585. Windows color (decimal): -2531469 or 7561177. OLE color: 7561177.

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

Color convert

RGB21795115-
CMYK00.560.470.15
HSL350.16º61.62%61.18%-
HSV(B)350.16º56.22%85.1%-
XYZ35.824.1719-
YUV133.76117.42187.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=50.82%
G=22.25%
B=26.93%

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
Decimal2179511500.560.470.15350.1661.6261.18
HexD95F730382FF15e3e3d
Octal33113716307057175367675
Binary110110011011111111001101110001011111111101011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F73; }

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

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

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

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

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

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

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

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