Shades of Cabaret #D85D6F
Tints of Cabaret #D85D6F
RGB
CMYK
RGB Variations
Color information
#D85D6F (or 0xD85D6F) is known color: Cabaret. HEX triplet: D8, 5D and 6F. RGB value is (216,93,111). Sum of RGB (Red+Green+Blue) = 216+93+111=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D6F is #27A290. Grayscale: #838383. Windows color (decimal): -2597521 or 7298520. OLE color: 7298520.
HSL color Cylindrical-coordinate representation of color #D85D6F: hue angle of 351.22º 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 #D85D6F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 111 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.15 |
| HSL | 351.22º | 0.61% | 0.61% | - |
| HSV(B) | 351.22º | 0.57% | 0.85% | - |
| XYZ | 35.1 | 23.58 | 17.74 | - |
| YUV | 131.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 111 | 0 | 0.57 | 0.49 | 0.15 | 351.22 | 0.61 | 0.61 |
| Hex | D8 | 5D | 6F | 0 | 39 | 31 | F | 15F | 3D | 3D |
| Octal | 330 | 135 | 157 | 0 | 71 | 61 | 17 | 537 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1101111 | 0 | 111001 | 110001 | 1111 | 101011111 | 111101 | 111101 |
Color Harmonies of #D85D6F
Complementary color
Monochromatic Colors of #D85D6F
Black with #D85D6F
Text Example
Text Example
White with #D85D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D6F; }
p { color: rgb(216,93,111); }
H1.HeaderClassName
{
color: #D85D6F;
}
.AnyTagClassName
{
color: #D85D6F;
}
</style>
background-color css
<style>
a { background-color: #D85D6F; }
a { background-color: rgb(216,93,111); }
div.DivClassName
{
background-color: #D85D6F;
}
.BgClassName
{
background-color: #D85D6F;
}
</style>
border-color css
<style>
span { border-color: #D85D6F; }
span { border-color: rgb(216,93,111); }
td.TdClassName
{
border-color: #D85D6F;
}
.TagClassName
{
border-color: #D85D6F;
}
</style>