Shades of Cabaret #D84E6A
Tints of Cabaret #D84E6A
RGB
CMYK
RGB Variations
Color information
#D84E6A (or 0xD84E6A) is known color: Cabaret. HEX triplet: D8, 4E and 6A. RGB value is (216,78,106). Sum of RGB (Red+Green+Blue) = 216+78+106=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E6A is #27B195. Grayscale: #7A7A7A. Windows color (decimal): -2601366 or 6967000. OLE color: 6967000.
HSL color Cylindrical-coordinate representation of color #D84E6A: hue angle of 347.83º 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 #D84E6A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 106 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.15 |
| HSL | 347.83º | 0.64% | 0.58% | - |
| HSV(B) | 347.83º | 0.64% | 0.85% | - |
| XYZ | 33.64 | 21.09 | 15.93 | - |
| YUV | 122.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 106 | 0 | 0.64 | 0.51 | 0.15 | 347.83 | 0.64 | 0.58 |
| Hex | D8 | 4E | 6A | 0 | 40 | 33 | F | 15C | 40 | 3A |
| Octal | 330 | 116 | 152 | 0 | 100 | 63 | 17 | 534 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1101010 | 0 | 1000000 | 110011 | 1111 | 101011100 | 1000000 | 111010 |
Color Harmonies of #D84E6A
Complementary color
Monochromatic Colors of #D84E6A
Black with #D84E6A
Text Example
Text Example
White with #D84E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E6A; }
p { color: rgb(216,78,106); }
H1.HeaderClassName
{
color: #D84E6A;
}
.AnyTagClassName
{
color: #D84E6A;
}
</style>
background-color css
<style>
a { background-color: #D84E6A; }
a { background-color: rgb(216,78,106); }
div.DivClassName
{
background-color: #D84E6A;
}
.BgClassName
{
background-color: #D84E6A;
}
</style>
border-color css
<style>
span { border-color: #D84E6A; }
span { border-color: rgb(216,78,106); }
td.TdClassName
{
border-color: #D84E6A;
}
.TagClassName
{
border-color: #D84E6A;
}
</style>