Shades of Cabaret #D15970
Tints of Cabaret #D15970
RGB
CMYK
RGB Variations
Color information
#D15970 (or 0xD15970) is known color: Cabaret. HEX triplet: D1, 59 and 70. RGB value is (209,89,112). Sum of RGB (Red+Green+Blue) = 209+89+112=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15970 is #2EA68F. Grayscale: #7F7F7F. Windows color (decimal): -3057296 or 7363025. OLE color: 7363025.
HSL color Cylindrical-coordinate representation of color #D15970: hue angle of 348.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15970 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 112 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.18 |
| HSL | 348.5º | 0.57% | 0.58% | - |
| HSV(B) | 348.5º | 0.57% | 0.82% | - |
| XYZ | 32.79 | 21.87 | 17.82 | - |
| YUV | 127.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 112 | 0 | 0.57 | 0.46 | 0.18 | 348.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | 70 | 0 | 39 | 2E | 12 | 15C | 39 | 3A |
| Octal | 321 | 131 | 160 | 0 | 71 | 56 | 22 | 534 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1110000 | 0 | 111001 | 101110 | 10010 | 101011100 | 111001 | 111010 |
Color Harmonies of #D15970
Complementary color
Monochromatic Colors of #D15970
Black with #D15970
Text Example
Text Example
White with #D15970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15970; }
p { color: rgb(209,89,112); }
H1.HeaderClassName
{
color: #D15970;
}
.AnyTagClassName
{
color: #D15970;
}
</style>
background-color css
<style>
a { background-color: #D15970; }
a { background-color: rgb(209,89,112); }
div.DivClassName
{
background-color: #D15970;
}
.BgClassName
{
background-color: #D15970;
}
</style>
border-color css
<style>
span { border-color: #D15970; }
span { border-color: rgb(209,89,112); }
td.TdClassName
{
border-color: #D15970;
}
.TagClassName
{
border-color: #D15970;
}
</style>