#D15F76

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

Shades of Cabaret #D15F76

Tints of Cabaret #D15F76

Color information

#D15F76 (or 0xD15F76) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 76. RGB value is (209,95,118). Sum of RGB (Red+Green+Blue) = 209+95+118=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F76 is #2EA089. Grayscale: #838383. Windows color (decimal): -3055754 or 7757777. OLE color: 7757777.

HSL color Cylindrical-coordinate representation of color #D15F76: hue angle of 347.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F76 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20995118-
CMYK00.550.440.18
HSL347.89º55.34%59.61%-
HSV(B)347.89º54.55%81.96%-
XYZ33.6623.0519.81-
YUV131.71120.27183.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=49.53%
G=22.51%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099511800.550.440.18347.8955.3459.61
HexD15F760372C1215c373c
Octal32113716606754225346774
Binary1101000110111111110110011011110110010010101011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F76; }

 p { color: rgb(209,95,118); }

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

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

 a { background-color: rgb(209,95,118); }

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

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

 span { border-color: rgb(209,95,118); }

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