Shades of Cabaret #D85D6B
Tints of Cabaret #D85D6B
RGB
CMYK
RGB Variations
Color information
#D85D6B (or 0xD85D6B) is known color: Cabaret. HEX triplet: D8, 5D and 6B. RGB value is (216,93,107). Sum of RGB (Red+Green+Blue) = 216+93+107=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D6B is #27A294. Grayscale: #838383. Windows color (decimal): -2597525 or 7036376. OLE color: 7036376.
HSL color Cylindrical-coordinate representation of color #D85D6B: hue angle of 353.17º 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 #D85D6B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 107 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.15 |
| HSL | 353.17º | 0.61% | 0.61% | - |
| HSV(B) | 353.17º | 0.57% | 0.85% | - |
| XYZ | 34.89 | 23.49 | 16.61 | - |
| YUV | 131.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 107 | 0 | 0.57 | 0.50 | 0.15 | 353.17 | 0.61 | 0.61 |
| Hex | D8 | 5D | 6B | 0 | 39 | 32 | F | 161 | 3D | 3D |
| Octal | 330 | 135 | 153 | 0 | 71 | 62 | 17 | 541 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1101011 | 0 | 111001 | 110010 | 1111 | 101100001 | 111101 | 111101 |
Color Harmonies of #D85D6B
Complementary color
Monochromatic Colors of #D85D6B
Black with #D85D6B
Text Example
Text Example
White with #D85D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D6B; }
p { color: rgb(216,93,107); }
H1.HeaderClassName
{
color: #D85D6B;
}
.AnyTagClassName
{
color: #D85D6B;
}
</style>
background-color css
<style>
a { background-color: #D85D6B; }
a { background-color: rgb(216,93,107); }
div.DivClassName
{
background-color: #D85D6B;
}
.BgClassName
{
background-color: #D85D6B;
}
</style>
border-color css
<style>
span { border-color: #D85D6B; }
span { border-color: rgb(216,93,107); }
td.TdClassName
{
border-color: #D85D6B;
}
.TagClassName
{
border-color: #D85D6B;
}
</style>