Shades of Cabaret #D85868
Tints of Cabaret #D85868
RGB
CMYK
RGB Variations
Color information
#D85868 (or 0xD85868) is known color: Cabaret. HEX triplet: D8, 58 and 68. RGB value is (216,88,104). Sum of RGB (Red+Green+Blue) = 216+88+104=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D85868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85868 is #27A797. Grayscale: #808080. Windows color (decimal): -2598808 or 6838488. OLE color: 6838488.
HSL color Cylindrical-coordinate representation of color #D85868: hue angle of 352.5º 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 #D85868 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 104 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.15 |
| HSL | 352.5º | 0.62% | 0.6% | - |
| HSV(B) | 352.5º | 0.59% | 0.85% | - |
| XYZ | 34.31 | 22.58 | 15.65 | - |
| YUV | 128.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 104 | 0 | 0.59 | 0.52 | 0.15 | 352.5 | 0.62 | 0.6 |
| Hex | D8 | 58 | 68 | 0 | 3B | 34 | F | 160 | 3E | 3C |
| Octal | 330 | 130 | 150 | 0 | 73 | 64 | 17 | 540 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1101000 | 0 | 111011 | 110100 | 1111 | 101100000 | 111110 | 111100 |
Color Harmonies of #D85868
Complementary color
Monochromatic Colors of #D85868
Black with #D85868
Text Example
Text Example
White with #D85868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85868; }
p { color: rgb(216,88,104); }
H1.HeaderClassName
{
color: #D85868;
}
.AnyTagClassName
{
color: #D85868;
}
</style>
background-color css
<style>
a { background-color: #D85868; }
a { background-color: rgb(216,88,104); }
div.DivClassName
{
background-color: #D85868;
}
.BgClassName
{
background-color: #D85868;
}
</style>
border-color css
<style>
span { border-color: #D85868; }
span { border-color: rgb(216,88,104); }
td.TdClassName
{
border-color: #D85868;
}
.TagClassName
{
border-color: #D85868;
}
</style>