Shades of Cabaret #D85D72
Tints of Cabaret #D85D72
RGB
CMYK
RGB Variations
Color information
#D85D72 (or 0xD85D72) is known color: Cabaret. HEX triplet: D8, 5D and 72. RGB value is (216,93,114). Sum of RGB (Red+Green+Blue) = 216+93+114=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D72 is #27A28D. Grayscale: #848484. Windows color (decimal): -2597518 or 7495128. OLE color: 7495128.
HSL color Cylindrical-coordinate representation of color #D85D72: hue angle of 349.76º 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 #D85D72 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 114 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.15 |
| HSL | 349.76º | 0.61% | 0.61% | - |
| HSV(B) | 349.76º | 0.57% | 0.85% | - |
| XYZ | 35.27 | 23.64 | 18.62 | - |
| YUV | 132.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 114 | 0 | 0.57 | 0.47 | 0.15 | 349.76 | 0.61 | 0.61 |
| Hex | D8 | 5D | 72 | 0 | 39 | 2F | F | 15E | 3D | 3D |
| Octal | 330 | 135 | 162 | 0 | 71 | 57 | 17 | 536 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1110010 | 0 | 111001 | 101111 | 1111 | 101011110 | 111101 | 111101 |
Color Harmonies of #D85D72
Complementary color
Monochromatic Colors of #D85D72
Black with #D85D72
Text Example
Text Example
White with #D85D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D72; }
p { color: rgb(216,93,114); }
H1.HeaderClassName
{
color: #D85D72;
}
.AnyTagClassName
{
color: #D85D72;
}
</style>
background-color css
<style>
a { background-color: #D85D72; }
a { background-color: rgb(216,93,114); }
div.DivClassName
{
background-color: #D85D72;
}
.BgClassName
{
background-color: #D85D72;
}
</style>
border-color css
<style>
span { border-color: #D85D72; }
span { border-color: rgb(216,93,114); }
td.TdClassName
{
border-color: #D85D72;
}
.TagClassName
{
border-color: #D85D72;
}
</style>