Shades of Cabaret #D85567
Tints of Cabaret #D85567
RGB
CMYK
RGB Variations
Color information
#D85567 (or 0xD85567) is known color: Cabaret. HEX triplet: D8, 55 and 67. RGB value is (216,85,103). Sum of RGB (Red+Green+Blue) = 216+85+103=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85567 is #27AA98. Grayscale: #7E7E7E. Windows color (decimal): -2599577 or 6772184. OLE color: 6772184.
HSL color Cylindrical-coordinate representation of color #D85567: hue angle of 351.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85567 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.15 |
| HSL | 351.76º | 0.63% | 0.59% | - |
| HSV(B) | 351.76º | 0.61% | 0.85% | - |
| XYZ | 34.02 | 22.08 | 15.3 | - |
| YUV | 126.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 103 | 0 | 0.61 | 0.52 | 0.15 | 351.76 | 0.63 | 0.59 |
| Hex | D8 | 55 | 67 | 0 | 3D | 34 | F | 160 | 3F | 3B |
| Octal | 330 | 125 | 147 | 0 | 75 | 64 | 17 | 540 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1100111 | 0 | 111101 | 110100 | 1111 | 101100000 | 111111 | 111011 |
Color Harmonies of #D85567
Complementary color
Monochromatic Colors of #D85567
Black with #D85567
Text Example
Text Example
White with #D85567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85567; }
p { color: rgb(216,85,103); }
H1.HeaderClassName
{
color: #D85567;
}
.AnyTagClassName
{
color: #D85567;
}
</style>
background-color css
<style>
a { background-color: #D85567; }
a { background-color: rgb(216,85,103); }
div.DivClassName
{
background-color: #D85567;
}
.BgClassName
{
background-color: #D85567;
}
</style>
border-color css
<style>
span { border-color: #D85567; }
span { border-color: rgb(216,85,103); }
td.TdClassName
{
border-color: #D85567;
}
.TagClassName
{
border-color: #D85567;
}
</style>