Shades of Cabaret #D85F71
Tints of Cabaret #D85F71
RGB
CMYK
RGB Variations
Color information
#D85F71 (or 0xD85F71) is known color: Cabaret. HEX triplet: D8, 5F and 71. RGB value is (216,95,113). Sum of RGB (Red+Green+Blue) = 216+95+113=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F71 is #27A08E. Grayscale: #858585. Windows color (decimal): -2597007 or 7430104. OLE color: 7430104.
HSL color Cylindrical-coordinate representation of color #D85F71: hue angle of 351.07º 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 #D85F71 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 113 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.15 |
| HSL | 351.07º | 0.61% | 0.61% | - |
| HSV(B) | 351.07º | 0.56% | 0.85% | - |
| XYZ | 35.39 | 23.98 | 18.39 | - |
| YUV | 133.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 113 | 0 | 0.56 | 0.48 | 0.15 | 351.07 | 0.61 | 0.61 |
| Hex | D8 | 5F | 71 | 0 | 38 | 30 | F | 15F | 3D | 3D |
| Octal | 330 | 137 | 161 | 0 | 70 | 60 | 17 | 537 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1110001 | 0 | 111000 | 110000 | 1111 | 101011111 | 111101 | 111101 |
Color Harmonies of #D85F71
Complementary color
Monochromatic Colors of #D85F71
Black with #D85F71
Text Example
Text Example
White with #D85F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F71; }
p { color: rgb(216,95,113); }
H1.HeaderClassName
{
color: #D85F71;
}
.AnyTagClassName
{
color: #D85F71;
}
</style>
background-color css
<style>
a { background-color: #D85F71; }
a { background-color: rgb(216,95,113); }
div.DivClassName
{
background-color: #D85F71;
}
.BgClassName
{
background-color: #D85F71;
}
</style>
border-color css
<style>
span { border-color: #D85F71; }
span { border-color: rgb(216,95,113); }
td.TdClassName
{
border-color: #D85F71;
}
.TagClassName
{
border-color: #D85F71;
}
</style>