Shades of Cabaret #D85D70
Tints of Cabaret #D85D70
RGB
CMYK
RGB Variations
Color information
#D85D70 (or 0xD85D70) is known color: Cabaret. HEX triplet: D8, 5D and 70. RGB value is (216,93,112). Sum of RGB (Red+Green+Blue) = 216+93+112=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D70 is #27A28F. Grayscale: #838383. Windows color (decimal): -2597520 or 7364056. OLE color: 7364056.
HSL color Cylindrical-coordinate representation of color #D85D70: hue angle of 350.73º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D70 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 112 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.15 |
| HSL | 350.73º | 0.61% | 0.61% | - |
| HSV(B) | 350.73º | 0.57% | 0.85% | - |
| XYZ | 35.16 | 23.6 | 18.03 | - |
| YUV | 131.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 112 | 0 | 0.57 | 0.48 | 0.15 | 350.73 | 0.61 | 0.61 |
| Hex | D8 | 5D | 70 | 0 | 39 | 30 | F | 15F | 3D | 3D |
| Octal | 330 | 135 | 160 | 0 | 71 | 60 | 17 | 537 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1110000 | 0 | 111001 | 110000 | 1111 | 101011111 | 111101 | 111101 |
Color Harmonies of #D85D70
Complementary color
Monochromatic Colors of #D85D70
Black with #D85D70
Text Example
Text Example
White with #D85D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D70; }
p { color: rgb(216,93,112); }
H1.HeaderClassName
{
color: #D85D70;
}
.AnyTagClassName
{
color: #D85D70;
}
</style>
background-color css
<style>
a { background-color: #D85D70; }
a { background-color: rgb(216,93,112); }
div.DivClassName
{
background-color: #D85D70;
}
.BgClassName
{
background-color: #D85D70;
}
</style>
border-color css
<style>
span { border-color: #D85D70; }
span { border-color: rgb(216,93,112); }
td.TdClassName
{
border-color: #D85D70;
}
.TagClassName
{
border-color: #D85D70;
}
</style>