Shades of Cabaret #D15977
Tints of Cabaret #D15977
RGB
CMYK
RGB Variations
Color information
#D15977 (or 0xD15977) is known color: Cabaret. HEX triplet: D1, 59 and 77. RGB value is (209,89,119). Sum of RGB (Red+Green+Blue) = 209+89+119=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15977 is #2EA688. Grayscale: #808080. Windows color (decimal): -3057289 or 7821777. OLE color: 7821777.
HSL color Cylindrical-coordinate representation of color #D15977: hue angle of 345º 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 #D15977 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 119 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.18 |
| HSL | 345º | 0.57% | 0.58% | - |
| HSV(B) | 345º | 0.57% | 0.82% | - |
| XYZ | 33.2 | 22.03 | 19.96 | - |
| YUV | 128.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 119 | 0 | 0.57 | 0.43 | 0.18 | 345 | 0.57 | 0.58 |
| Hex | D1 | 59 | 77 | 0 | 39 | 2B | 12 | 159 | 39 | 3A |
| Octal | 321 | 131 | 167 | 0 | 71 | 53 | 22 | 531 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1110111 | 0 | 111001 | 101011 | 10010 | 101011001 | 111001 | 111010 |
Color Harmonies of #D15977
Complementary color
Monochromatic Colors of #D15977
Black with #D15977
Text Example
Text Example
White with #D15977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15977; }
p { color: rgb(209,89,119); }
H1.HeaderClassName
{
color: #D15977;
}
.AnyTagClassName
{
color: #D15977;
}
</style>
background-color css
<style>
a { background-color: #D15977; }
a { background-color: rgb(209,89,119); }
div.DivClassName
{
background-color: #D15977;
}
.BgClassName
{
background-color: #D15977;
}
</style>
border-color css
<style>
span { border-color: #D15977; }
span { border-color: rgb(209,89,119); }
td.TdClassName
{
border-color: #D15977;
}
.TagClassName
{
border-color: #D15977;
}
</style>