Shades of Cabaret #D84E6E
Tints of Cabaret #D84E6E
RGB
CMYK
RGB Variations
Color information
#D84E6E (or 0xD84E6E) is known color: Cabaret. HEX triplet: D8, 4E and 6E. RGB value is (216,78,110). Sum of RGB (Red+Green+Blue) = 216+78+110=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E6E is #27B191. Grayscale: #7A7A7A. Windows color (decimal): -2601362 or 7229144. OLE color: 7229144.
HSL color Cylindrical-coordinate representation of color #D84E6E: hue angle of 346.09º 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 #D84E6E is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 110 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.15 |
| HSL | 346.09º | 0.64% | 0.58% | - |
| HSV(B) | 346.09º | 0.64% | 0.85% | - |
| XYZ | 33.86 | 21.17 | 17.05 | - |
| YUV | 122.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 110 | 0 | 0.64 | 0.49 | 0.15 | 346.09 | 0.64 | 0.58 |
| Hex | D8 | 4E | 6E | 0 | 40 | 31 | F | 15A | 40 | 3A |
| Octal | 330 | 116 | 156 | 0 | 100 | 61 | 17 | 532 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1101110 | 0 | 1000000 | 110001 | 1111 | 101011010 | 1000000 | 111010 |
Color Harmonies of #D84E6E
Complementary color
Monochromatic Colors of #D84E6E
Black with #D84E6E
Text Example
Text Example
White with #D84E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E6E; }
p { color: rgb(216,78,110); }
H1.HeaderClassName
{
color: #D84E6E;
}
.AnyTagClassName
{
color: #D84E6E;
}
</style>
background-color css
<style>
a { background-color: #D84E6E; }
a { background-color: rgb(216,78,110); }
div.DivClassName
{
background-color: #D84E6E;
}
.BgClassName
{
background-color: #D84E6E;
}
</style>
border-color css
<style>
span { border-color: #D84E6E; }
span { border-color: rgb(216,78,110); }
td.TdClassName
{
border-color: #D84E6E;
}
.TagClassName
{
border-color: #D84E6E;
}
</style>