#D95C71

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

Shades of Cabaret #D95C71

Tints of Cabaret #D95C71

Color information

#D95C71 (or 0xD95C71) is unknown color: approx Cabaret. HEX triplet: D9, 5C and 71. RGB value is (217,92,113). Sum of RGB (Red+Green+Blue) = 217+92+113=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C71 is #26A38E. Grayscale: #838383. Windows color (decimal): -2532239 or 7429337. OLE color: 7429337.

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

Color convert

RGB21792113-
CMYK00.580.480.15
HSL349.92º62.19%60.59%-
HSV(B)349.92º57.6%85.1%-
XYZ35.4223.618.31-
YUV131.77117.41188.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=51.42%
G=21.80%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179211300.580.480.15349.9262.1960.59
HexD95C7103A30F15e3e3d
Octal33113416107260175367675
Binary110110011011100111000101110101100001111101011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C71; }

 p { color: rgb(217,92,113); }

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

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

 a { background-color: rgb(217,92,113); }

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

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

 span { border-color: rgb(217,92,113); }

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