Shades of Cabaret #D85169
Tints of Cabaret #D85169
RGB
CMYK
RGB Variations
Color information
#D85169 (or 0xD85169) is known color: Cabaret. HEX triplet: D8, 51 and 69. RGB value is (216,81,105). Sum of RGB (Red+Green+Blue) = 216+81+105=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85169 is #27AE96. Grayscale: #7C7C7C. Windows color (decimal): -2600599 or 6902232. OLE color: 6902232.
HSL color Cylindrical-coordinate representation of color #D85169: hue angle of 349.33º 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 #D85169 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 105 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.15 |
| HSL | 349.33º | 0.63% | 0.58% | - |
| HSV(B) | 349.33º | 0.63% | 0.85% | - |
| XYZ | 33.81 | 21.5 | 15.73 | - |
| YUV | 124.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 105 | 0 | 0.62 | 0.51 | 0.15 | 349.33 | 0.63 | 0.58 |
| Hex | D8 | 51 | 69 | 0 | 3E | 33 | F | 15D | 3F | 3A |
| Octal | 330 | 121 | 151 | 0 | 76 | 63 | 17 | 535 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1101001 | 0 | 111110 | 110011 | 1111 | 101011101 | 111111 | 111010 |
Color Harmonies of #D85169
Complementary color
Monochromatic Colors of #D85169
Black with #D85169
Text Example
Text Example
White with #D85169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85169; }
p { color: rgb(216,81,105); }
H1.HeaderClassName
{
color: #D85169;
}
.AnyTagClassName
{
color: #D85169;
}
</style>
background-color css
<style>
a { background-color: #D85169; }
a { background-color: rgb(216,81,105); }
div.DivClassName
{
background-color: #D85169;
}
.BgClassName
{
background-color: #D85169;
}
</style>
border-color css
<style>
span { border-color: #D85169; }
span { border-color: rgb(216,81,105); }
td.TdClassName
{
border-color: #D85169;
}
.TagClassName
{
border-color: #D85169;
}
</style>