#D15F71

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

Shades of Cabaret #D15F71

Tints of Cabaret #D15F71

Color information

#D15F71 (or 0xD15F71) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 71. RGB value is (209,95,113). Sum of RGB (Red+Green+Blue) = 209+95+113=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F71 is #2EA08E. Grayscale: #838383. Windows color (decimal): -3055759 or 7430097. OLE color: 7430097.

HSL color Cylindrical-coordinate representation of color #D15F71: hue angle of 350.53º 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 #D15F71 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20995113-
CMYK00.550.460.18
HSL350.53º55.34%59.61%-
HSV(B)350.53º54.55%81.96%-
XYZ33.3722.9318.29-
YUV131.14117.77183.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=50.12%
G=22.78%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099511300.550.460.18350.5355.3459.61
HexD15F710372E1215f373c
Octal32113716106756225376774
Binary1101000110111111110001011011110111010010101011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F71; }

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

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

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

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

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

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

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

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