Shades of Cabaret #D85167
Tints of Cabaret #D85167
RGB
CMYK
RGB Variations
Color information
#D85167 (or 0xD85167) is known color: Cabaret. HEX triplet: D8, 51 and 67. RGB value is (216,81,103). Sum of RGB (Red+Green+Blue) = 216+81+103=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85167 is #27AE98. Grayscale: #7B7B7B. Windows color (decimal): -2600601 or 6771160. OLE color: 6771160.
HSL color Cylindrical-coordinate representation of color #D85167: hue angle of 350.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85167 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 103 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.15 |
| HSL | 350.22º | 0.63% | 0.58% | - |
| HSV(B) | 350.22º | 0.63% | 0.85% | - |
| XYZ | 33.71 | 21.46 | 15.2 | - |
| YUV | 123.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 103 | 0 | 0.62 | 0.52 | 0.15 | 350.22 | 0.63 | 0.58 |
| Hex | D8 | 51 | 67 | 0 | 3E | 34 | F | 15E | 3F | 3A |
| Octal | 330 | 121 | 147 | 0 | 76 | 64 | 17 | 536 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1100111 | 0 | 111110 | 110100 | 1111 | 101011110 | 111111 | 111010 |
Color Harmonies of #D85167
Complementary color
Monochromatic Colors of #D85167
Black with #D85167
Text Example
Text Example
White with #D85167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85167; }
p { color: rgb(216,81,103); }
H1.HeaderClassName
{
color: #D85167;
}
.AnyTagClassName
{
color: #D85167;
}
</style>
background-color css
<style>
a { background-color: #D85167; }
a { background-color: rgb(216,81,103); }
div.DivClassName
{
background-color: #D85167;
}
.BgClassName
{
background-color: #D85167;
}
</style>
border-color css
<style>
span { border-color: #D85167; }
span { border-color: rgb(216,81,103); }
td.TdClassName
{
border-color: #D85167;
}
.TagClassName
{
border-color: #D85167;
}
</style>