Shades of Cabaret #D84865
Tints of Cabaret #D84865
RGB
CMYK
RGB Variations
Color information
#D84865 (or 0xD84865) is known color: Cabaret. HEX triplet: D8, 48 and 65. RGB value is (216,72,101). Sum of RGB (Red+Green+Blue) = 216+72+101=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D84865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84865 is #27B79A. Grayscale: #767676. Windows color (decimal): -2602907 or 6637784. OLE color: 6637784.
HSL color Cylindrical-coordinate representation of color #D84865: hue angle of 347.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84865 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 101 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.15 |
| HSL | 347.92º | 0.65% | 0.56% | - |
| HSV(B) | 347.92º | 0.67% | 0.85% | - |
| XYZ | 32.99 | 20.17 | 14.47 | - |
| YUV | 118.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 101 | 0 | 0.67 | 0.53 | 0.15 | 347.92 | 0.65 | 0.56 |
| Hex | D8 | 48 | 65 | 0 | 43 | 35 | F | 15C | 41 | 38 |
| Octal | 330 | 110 | 145 | 0 | 103 | 65 | 17 | 534 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1100101 | 0 | 1000011 | 110101 | 1111 | 101011100 | 1000001 | 111000 |
Color Harmonies of #D84865
Complementary color
Monochromatic Colors of #D84865
Black with #D84865
Text Example
Text Example
White with #D84865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84865; }
p { color: rgb(216,72,101); }
H1.HeaderClassName
{
color: #D84865;
}
.AnyTagClassName
{
color: #D84865;
}
</style>
background-color css
<style>
a { background-color: #D84865; }
a { background-color: rgb(216,72,101); }
div.DivClassName
{
background-color: #D84865;
}
.BgClassName
{
background-color: #D84865;
}
</style>
border-color css
<style>
span { border-color: #D84865; }
span { border-color: rgb(216,72,101); }
td.TdClassName
{
border-color: #D84865;
}
.TagClassName
{
border-color: #D84865;
}
</style>