Shades of Cabaret #D84E66
Tints of Cabaret #D84E66
RGB
CMYK
RGB Variations
Color information
#D84E66 (or 0xD84E66) is known color: Cabaret. HEX triplet: D8, 4E and 66. RGB value is (216,78,102). Sum of RGB (Red+Green+Blue) = 216+78+102=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E66 is #27B199. Grayscale: #7A7A7A. Windows color (decimal): -2601370 or 6704856. OLE color: 6704856.
HSL color Cylindrical-coordinate representation of color #D84E66: hue angle of 349.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E66 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 102 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.15 |
| HSL | 349.57º | 0.64% | 0.58% | - |
| HSV(B) | 349.57º | 0.64% | 0.85% | - |
| XYZ | 33.44 | 21.01 | 14.86 | - |
| YUV | 122 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 102 | 0 | 0.64 | 0.53 | 0.15 | 349.57 | 0.64 | 0.58 |
| Hex | D8 | 4E | 66 | 0 | 40 | 35 | F | 15E | 40 | 3A |
| Octal | 330 | 116 | 146 | 0 | 100 | 65 | 17 | 536 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1100110 | 0 | 1000000 | 110101 | 1111 | 101011110 | 1000000 | 111010 |
Color Harmonies of #D84E66
Complementary color
Monochromatic Colors of #D84E66
Black with #D84E66
Text Example
Text Example
White with #D84E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E66; }
p { color: rgb(216,78,102); }
H1.HeaderClassName
{
color: #D84E66;
}
.AnyTagClassName
{
color: #D84E66;
}
</style>
background-color css
<style>
a { background-color: #D84E66; }
a { background-color: rgb(216,78,102); }
div.DivClassName
{
background-color: #D84E66;
}
.BgClassName
{
background-color: #D84E66;
}
</style>
border-color css
<style>
span { border-color: #D84E66; }
span { border-color: rgb(216,78,102); }
td.TdClassName
{
border-color: #D84E66;
}
.TagClassName
{
border-color: #D84E66;
}
</style>