Shades of Cabaret #D84866
Tints of Cabaret #D84866
RGB
CMYK
RGB Variations
Color information
#D84866 (or 0xD84866) is known color: Cabaret. HEX triplet: D8, 48 and 66. RGB value is (216,72,102). Sum of RGB (Red+Green+Blue) = 216+72+102=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D84866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84866 is #27B799. Grayscale: #767676. Windows color (decimal): -2602906 or 6703320. OLE color: 6703320.
HSL color Cylindrical-coordinate representation of color #D84866: hue angle of 347.5º 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 #D84866 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 102 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.15 |
| HSL | 347.5º | 0.65% | 0.56% | - |
| HSV(B) | 347.5º | 0.67% | 0.85% | - |
| XYZ | 33.03 | 20.19 | 14.73 | - |
| YUV | 118.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 102 | 0 | 0.67 | 0.53 | 0.15 | 347.5 | 0.65 | 0.56 |
| Hex | D8 | 48 | 66 | 0 | 43 | 35 | F | 15C | 41 | 38 |
| Octal | 330 | 110 | 146 | 0 | 103 | 65 | 17 | 534 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1100110 | 0 | 1000011 | 110101 | 1111 | 101011100 | 1000001 | 111000 |
Color Harmonies of #D84866
Complementary color
Monochromatic Colors of #D84866
Black with #D84866
Text Example
Text Example
White with #D84866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84866; }
p { color: rgb(216,72,102); }
H1.HeaderClassName
{
color: #D84866;
}
.AnyTagClassName
{
color: #D84866;
}
</style>
background-color css
<style>
a { background-color: #D84866; }
a { background-color: rgb(216,72,102); }
div.DivClassName
{
background-color: #D84866;
}
.BgClassName
{
background-color: #D84866;
}
</style>
border-color css
<style>
span { border-color: #D84866; }
span { border-color: rgb(216,72,102); }
td.TdClassName
{
border-color: #D84866;
}
.TagClassName
{
border-color: #D84866;
}
</style>