Shades of Cabaret #D84E68
Tints of Cabaret #D84E68
RGB
CMYK
RGB Variations
Color information
#D84E68 (or 0xD84E68) is known color: Cabaret. HEX triplet: D8, 4E and 68. RGB value is (216,78,104). Sum of RGB (Red+Green+Blue) = 216+78+104=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E68 is #27B197. Grayscale: #7A7A7A. Windows color (decimal): -2601368 or 6835928. OLE color: 6835928.
HSL color Cylindrical-coordinate representation of color #D84E68: hue angle of 348.7º 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 #D84E68 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 104 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.15 |
| HSL | 348.7º | 0.64% | 0.58% | - |
| HSV(B) | 348.7º | 0.64% | 0.85% | - |
| XYZ | 33.54 | 21.05 | 15.39 | - |
| YUV | 122.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 104 | 0 | 0.64 | 0.52 | 0.15 | 348.7 | 0.64 | 0.58 |
| Hex | D8 | 4E | 68 | 0 | 40 | 34 | F | 15D | 40 | 3A |
| Octal | 330 | 116 | 150 | 0 | 100 | 64 | 17 | 535 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1101000 | 0 | 1000000 | 110100 | 1111 | 101011101 | 1000000 | 111010 |
Color Harmonies of #D84E68
Complementary color
Monochromatic Colors of #D84E68
Black with #D84E68
Text Example
Text Example
White with #D84E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E68; }
p { color: rgb(216,78,104); }
H1.HeaderClassName
{
color: #D84E68;
}
.AnyTagClassName
{
color: #D84E68;
}
</style>
background-color css
<style>
a { background-color: #D84E68; }
a { background-color: rgb(216,78,104); }
div.DivClassName
{
background-color: #D84E68;
}
.BgClassName
{
background-color: #D84E68;
}
</style>
border-color css
<style>
span { border-color: #D84E68; }
span { border-color: rgb(216,78,104); }
td.TdClassName
{
border-color: #D84E68;
}
.TagClassName
{
border-color: #D84E68;
}
</style>