Shades of Cabaret #D04E64
Tints of Cabaret #D04E64
RGB
CMYK
RGB Variations
Color information
#D04E64 (or 0xD04E64) is known color: Cabaret. HEX triplet: D0, 4E and 64. RGB value is (208,78,100). Sum of RGB (Red+Green+Blue) = 208+78+100=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E64 is #2FB19B. Grayscale: #777777. Windows color (decimal): -3125660 or 6573776. OLE color: 6573776.
HSL color Cylindrical-coordinate representation of color #D04E64: hue angle of 349.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04E64 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 100 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.18 |
| HSL | 349.85º | 0.58% | 0.56% | - |
| HSV(B) | 349.85º | 0.63% | 0.82% | - |
| XYZ | 31.04 | 19.78 | 14.24 | - |
| YUV | 119.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 100 | 0 | 0.62 | 0.52 | 0.18 | 349.85 | 0.58 | 0.56 |
| Hex | D0 | 4E | 64 | 0 | 3E | 34 | 12 | 15E | 3A | 38 |
| Octal | 320 | 116 | 144 | 0 | 76 | 64 | 22 | 536 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1100100 | 0 | 111110 | 110100 | 10010 | 101011110 | 111010 | 111000 |
Color Harmonies of #D04E64
Complementary color
Monochromatic Colors of #D04E64
Black with #D04E64
Text Example
Text Example
White with #D04E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E64; }
p { color: rgb(208,78,100); }
H1.HeaderClassName
{
color: #D04E64;
}
.AnyTagClassName
{
color: #D04E64;
}
</style>
background-color css
<style>
a { background-color: #D04E64; }
a { background-color: rgb(208,78,100); }
div.DivClassName
{
background-color: #D04E64;
}
.BgClassName
{
background-color: #D04E64;
}
</style>
border-color css
<style>
span { border-color: #D04E64; }
span { border-color: rgb(208,78,100); }
td.TdClassName
{
border-color: #D04E64;
}
.TagClassName
{
border-color: #D04E64;
}
</style>