Shades of Cabaret #D75970
Tints of Cabaret #D75970
RGB
CMYK
RGB Variations
Color information
#D75970 (or 0xD75970) is known color: Cabaret. HEX triplet: D7, 59 and 70. RGB value is (215,89,112). Sum of RGB (Red+Green+Blue) = 215+89+112=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75970 is #28A68F. Grayscale: #818181. Windows color (decimal): -2664080 or 7363031. OLE color: 7363031.
HSL color Cylindrical-coordinate representation of color #D75970: hue angle of 349.05º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75970 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 112 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.16 |
| HSL | 349.05º | 0.61% | 0.6% | - |
| HSV(B) | 349.05º | 0.59% | 0.84% | - |
| XYZ | 34.52 | 22.76 | 17.9 | - |
| YUV | 129.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 112 | 0 | 0.59 | 0.48 | 0.16 | 349.05 | 0.61 | 0.6 |
| Hex | D7 | 59 | 70 | 0 | 3B | 30 | 10 | 15D | 3D | 3C |
| Octal | 327 | 131 | 160 | 0 | 73 | 60 | 20 | 535 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1110000 | 0 | 111011 | 110000 | 10000 | 101011101 | 111101 | 111100 |
Color Harmonies of #D75970
Complementary color
Monochromatic Colors of #D75970
Black with #D75970
Text Example
Text Example
White with #D75970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75970; }
p { color: rgb(215,89,112); }
H1.HeaderClassName
{
color: #D75970;
}
.AnyTagClassName
{
color: #D75970;
}
</style>
background-color css
<style>
a { background-color: #D75970; }
a { background-color: rgb(215,89,112); }
div.DivClassName
{
background-color: #D75970;
}
.BgClassName
{
background-color: #D75970;
}
</style>
border-color css
<style>
span { border-color: #D75970; }
span { border-color: rgb(215,89,112); }
td.TdClassName
{
border-color: #D75970;
}
.TagClassName
{
border-color: #D75970;
}
</style>