Shades of Cabaret #D15571
Tints of Cabaret #D15571
RGB
CMYK
RGB Variations
Color information
#D15571 (or 0xD15571) is known color: Cabaret. HEX triplet: D1, 55 and 71. RGB value is (209,85,113). Sum of RGB (Red+Green+Blue) = 209+85+113=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D15571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15571 is #2EAA8E. Grayscale: #7D7D7D. Windows color (decimal): -3058319 or 7427537. OLE color: 7427537.
HSL color Cylindrical-coordinate representation of color #D15571: hue angle of 346.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15571 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 113 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.18 |
| HSL | 346.45º | 0.57% | 0.58% | - |
| HSV(B) | 346.45º | 0.59% | 0.82% | - |
| XYZ | 32.52 | 21.24 | 18.01 | - |
| YUV | 125.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 113 | 0 | 0.59 | 0.46 | 0.18 | 346.45 | 0.57 | 0.58 |
| Hex | D1 | 55 | 71 | 0 | 3B | 2E | 12 | 15A | 39 | 3A |
| Octal | 321 | 125 | 161 | 0 | 73 | 56 | 22 | 532 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1110001 | 0 | 111011 | 101110 | 10010 | 101011010 | 111001 | 111010 |
Color Harmonies of #D15571
Complementary color
Monochromatic Colors of #D15571
Black with #D15571
Text Example
Text Example
White with #D15571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15571; }
p { color: rgb(209,85,113); }
H1.HeaderClassName
{
color: #D15571;
}
.AnyTagClassName
{
color: #D15571;
}
</style>
background-color css
<style>
a { background-color: #D15571; }
a { background-color: rgb(209,85,113); }
div.DivClassName
{
background-color: #D15571;
}
.BgClassName
{
background-color: #D15571;
}
</style>
border-color css
<style>
span { border-color: #D15571; }
span { border-color: rgb(209,85,113); }
td.TdClassName
{
border-color: #D15571;
}
.TagClassName
{
border-color: #D15571;
}
</style>