Shades of Cabaret #D85F70
Tints of Cabaret #D85F70
RGB
CMYK
RGB Variations
Color information
#D85F70 (or 0xD85F70) is known color: Cabaret. HEX triplet: D8, 5F and 70. RGB value is (216,95,112). Sum of RGB (Red+Green+Blue) = 216+95+112=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F70 is #27A08F. Grayscale: #858585. Windows color (decimal): -2597008 or 7364568. OLE color: 7364568.
HSL color Cylindrical-coordinate representation of color #D85F70: hue angle of 351.57º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F70 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 112 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.15 |
| HSL | 351.57º | 0.61% | 0.61% | - |
| HSV(B) | 351.57º | 0.56% | 0.85% | - |
| XYZ | 35.34 | 23.95 | 18.09 | - |
| YUV | 133.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 112 | 0 | 0.56 | 0.48 | 0.15 | 351.57 | 0.61 | 0.61 |
| Hex | D8 | 5F | 70 | 0 | 38 | 30 | F | 160 | 3D | 3D |
| Octal | 330 | 137 | 160 | 0 | 70 | 60 | 17 | 540 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1110000 | 0 | 111000 | 110000 | 1111 | 101100000 | 111101 | 111101 |
Color Harmonies of #D85F70
Complementary color
Monochromatic Colors of #D85F70
Black with #D85F70
Text Example
Text Example
White with #D85F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F70; }
p { color: rgb(216,95,112); }
H1.HeaderClassName
{
color: #D85F70;
}
.AnyTagClassName
{
color: #D85F70;
}
</style>
background-color css
<style>
a { background-color: #D85F70; }
a { background-color: rgb(216,95,112); }
div.DivClassName
{
background-color: #D85F70;
}
.BgClassName
{
background-color: #D85F70;
}
</style>
border-color css
<style>
span { border-color: #D85F70; }
span { border-color: rgb(216,95,112); }
td.TdClassName
{
border-color: #D85F70;
}
.TagClassName
{
border-color: #D85F70;
}
</style>