Shades of Cabaret #D85E71
Tints of Cabaret #D85E71
RGB
CMYK
RGB Variations
Color information
#D85E71 (or 0xD85E71) is known color: Cabaret. HEX triplet: D8, 5E and 71. RGB value is (216,94,113). Sum of RGB (Red+Green+Blue) = 216+94+113=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E71 is #27A18E. Grayscale: #848484. Windows color (decimal): -2597263 or 7429848. OLE color: 7429848.
HSL color Cylindrical-coordinate representation of color #D85E71: hue angle of 350.66º 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 #D85E71 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 113 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.15 |
| HSL | 350.66º | 0.61% | 0.61% | - |
| HSV(B) | 350.66º | 0.56% | 0.85% | - |
| XYZ | 35.3 | 23.8 | 18.36 | - |
| YUV | 132.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 113 | 0 | 0.56 | 0.48 | 0.15 | 350.66 | 0.61 | 0.61 |
| Hex | D8 | 5E | 71 | 0 | 38 | 30 | F | 15F | 3D | 3D |
| Octal | 330 | 136 | 161 | 0 | 70 | 60 | 17 | 537 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1110001 | 0 | 111000 | 110000 | 1111 | 101011111 | 111101 | 111101 |
Color Harmonies of #D85E71
Complementary color
Monochromatic Colors of #D85E71
Black with #D85E71
Text Example
Text Example
White with #D85E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E71; }
p { color: rgb(216,94,113); }
H1.HeaderClassName
{
color: #D85E71;
}
.AnyTagClassName
{
color: #D85E71;
}
</style>
background-color css
<style>
a { background-color: #D85E71; }
a { background-color: rgb(216,94,113); }
div.DivClassName
{
background-color: #D85E71;
}
.BgClassName
{
background-color: #D85E71;
}
</style>
border-color css
<style>
span { border-color: #D85E71; }
span { border-color: rgb(216,94,113); }
td.TdClassName
{
border-color: #D85E71;
}
.TagClassName
{
border-color: #D85E71;
}
</style>