Shades of Cabaret #D85867
Tints of Cabaret #D85867
RGB
CMYK
RGB Variations
Color information
#D85867 (or 0xD85867) is known color: Cabaret. HEX triplet: D8, 58 and 67. RGB value is (216,88,103). Sum of RGB (Red+Green+Blue) = 216+88+103=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85867 is #27A798. Grayscale: #808080. Windows color (decimal): -2598809 or 6772952. OLE color: 6772952.
HSL color Cylindrical-coordinate representation of color #D85867: hue angle of 352.97º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85867 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 103 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.15 |
| HSL | 352.97º | 0.62% | 0.6% | - |
| HSV(B) | 352.97º | 0.59% | 0.85% | - |
| XYZ | 34.26 | 22.56 | 15.38 | - |
| YUV | 127.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 103 | 0 | 0.59 | 0.52 | 0.15 | 352.97 | 0.62 | 0.6 |
| Hex | D8 | 58 | 67 | 0 | 3B | 34 | F | 161 | 3E | 3C |
| Octal | 330 | 130 | 147 | 0 | 73 | 64 | 17 | 541 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1100111 | 0 | 111011 | 110100 | 1111 | 101100001 | 111110 | 111100 |
Color Harmonies of #D85867
Complementary color
Monochromatic Colors of #D85867
Black with #D85867
Text Example
Text Example
White with #D85867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85867; }
p { color: rgb(216,88,103); }
H1.HeaderClassName
{
color: #D85867;
}
.AnyTagClassName
{
color: #D85867;
}
</style>
background-color css
<style>
a { background-color: #D85867; }
a { background-color: rgb(216,88,103); }
div.DivClassName
{
background-color: #D85867;
}
.BgClassName
{
background-color: #D85867;
}
</style>
border-color css
<style>
span { border-color: #D85867; }
span { border-color: rgb(216,88,103); }
td.TdClassName
{
border-color: #D85867;
}
.TagClassName
{
border-color: #D85867;
}
</style>