Shades of Cabaret #D95770
Tints of Cabaret #D95770
RGB
CMYK
RGB Variations
Color information
#D95770 (or 0xD95770) is known color: Cabaret. HEX triplet: D9, 57 and 70. RGB value is (217,87,112). Sum of RGB (Red+Green+Blue) = 217+87+112=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95770 is #26A88F. Grayscale: #808080. Windows color (decimal): -2533520 or 7362521. OLE color: 7362521.
HSL color Cylindrical-coordinate representation of color #D95770: hue angle of 348.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95770 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 112 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.15 |
| HSL | 348.46º | 0.63% | 0.6% | - |
| HSV(B) | 348.46º | 0.6% | 0.85% | - |
| XYZ | 34.95 | 22.74 | 17.88 | - |
| YUV | 128.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 112 | 0 | 0.60 | 0.48 | 0.15 | 348.46 | 0.63 | 0.6 |
| Hex | D9 | 57 | 70 | 0 | 3C | 30 | F | 15C | 3F | 3C |
| Octal | 331 | 127 | 160 | 0 | 74 | 60 | 17 | 534 | 77 | 74 |
| Binary | 11011001 | 1010111 | 1110000 | 0 | 111100 | 110000 | 1111 | 101011100 | 111111 | 111100 |
Color Harmonies of #D95770
Complementary color
Monochromatic Colors of #D95770
Black with #D95770
Text Example
Text Example
White with #D95770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95770; }
p { color: rgb(217,87,112); }
H1.HeaderClassName
{
color: #D95770;
}
.AnyTagClassName
{
color: #D95770;
}
</style>
background-color css
<style>
a { background-color: #D95770; }
a { background-color: rgb(217,87,112); }
div.DivClassName
{
background-color: #D95770;
}
.BgClassName
{
background-color: #D95770;
}
</style>
border-color css
<style>
span { border-color: #D95770; }
span { border-color: rgb(217,87,112); }
td.TdClassName
{
border-color: #D95770;
}
.TagClassName
{
border-color: #D95770;
}
</style>