Shades of Cabaret #D85165
Tints of Cabaret #D85165
RGB
CMYK
RGB Variations
Color information
#D85165 (or 0xD85165) is known color: Cabaret. HEX triplet: D8, 51 and 65. RGB value is (216,81,101). Sum of RGB (Red+Green+Blue) = 216+81+101=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85165 is #27AE9A. Grayscale: #7B7B7B. Windows color (decimal): -2600603 or 6640088. OLE color: 6640088.
HSL color Cylindrical-coordinate representation of color #D85165: hue angle of 351.11º 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 #D85165 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 101 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.15 |
| HSL | 351.11º | 0.63% | 0.58% | - |
| HSV(B) | 351.11º | 0.63% | 0.85% | - |
| XYZ | 33.61 | 21.42 | 14.68 | - |
| YUV | 123.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 101 | 0 | 0.62 | 0.53 | 0.15 | 351.11 | 0.63 | 0.58 |
| Hex | D8 | 51 | 65 | 0 | 3E | 35 | F | 15F | 3F | 3A |
| Octal | 330 | 121 | 145 | 0 | 76 | 65 | 17 | 537 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1100101 | 0 | 111110 | 110101 | 1111 | 101011111 | 111111 | 111010 |
Color Harmonies of #D85165
Complementary color
Monochromatic Colors of #D85165
Black with #D85165
Text Example
Text Example
White with #D85165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85165; }
p { color: rgb(216,81,101); }
H1.HeaderClassName
{
color: #D85165;
}
.AnyTagClassName
{
color: #D85165;
}
</style>
background-color css
<style>
a { background-color: #D85165; }
a { background-color: rgb(216,81,101); }
div.DivClassName
{
background-color: #D85165;
}
.BgClassName
{
background-color: #D85165;
}
</style>
border-color css
<style>
span { border-color: #D85165; }
span { border-color: rgb(216,81,101); }
td.TdClassName
{
border-color: #D85165;
}
.TagClassName
{
border-color: #D85165;
}
</style>