Shades of Cabaret #D85870
Tints of Cabaret #D85870
RGB
CMYK
RGB Variations
Color information
#D85870 (or 0xD85870) is known color: Cabaret. HEX triplet: D8, 58 and 70. RGB value is (216,88,112). Sum of RGB (Red+Green+Blue) = 216+88+112=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85870 is #27A78F. Grayscale: #818181. Windows color (decimal): -2598800 or 7362776. OLE color: 7362776.
HSL color Cylindrical-coordinate representation of color #D85870: hue angle of 348.75º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85870 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 112 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.15 |
| HSL | 348.75º | 0.62% | 0.6% | - |
| HSV(B) | 348.75º | 0.59% | 0.85% | - |
| XYZ | 34.73 | 22.75 | 17.89 | - |
| YUV | 129.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 112 | 0 | 0.59 | 0.48 | 0.15 | 348.75 | 0.62 | 0.6 |
| Hex | D8 | 58 | 70 | 0 | 3B | 30 | F | 15D | 3E | 3C |
| Octal | 330 | 130 | 160 | 0 | 73 | 60 | 17 | 535 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1110000 | 0 | 111011 | 110000 | 1111 | 101011101 | 111110 | 111100 |
Color Harmonies of #D85870
Complementary color
Monochromatic Colors of #D85870
Black with #D85870
Text Example
Text Example
White with #D85870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85870; }
p { color: rgb(216,88,112); }
H1.HeaderClassName
{
color: #D85870;
}
.AnyTagClassName
{
color: #D85870;
}
</style>
background-color css
<style>
a { background-color: #D85870; }
a { background-color: rgb(216,88,112); }
div.DivClassName
{
background-color: #D85870;
}
.BgClassName
{
background-color: #D85870;
}
</style>
border-color css
<style>
span { border-color: #D85870; }
span { border-color: rgb(216,88,112); }
td.TdClassName
{
border-color: #D85870;
}
.TagClassName
{
border-color: #D85870;
}
</style>