Shades of Cabaret #D64E64
Tints of Cabaret #D64E64
RGB
CMYK
RGB Variations
Color information
#D64E64 (or 0xD64E64) is known color: Cabaret. HEX triplet: D6, 4E and 64. RGB value is (214,78,100). Sum of RGB (Red+Green+Blue) = 214+78+100=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E64 is #29B19B. Grayscale: #797979. Windows color (decimal): -2732444 or 6573782. OLE color: 6573782.
HSL color Cylindrical-coordinate representation of color #D64E64: hue angle of 350.29º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E64 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 100 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.16 |
| HSL | 350.29º | 0.62% | 0.57% | - |
| HSV(B) | 350.29º | 0.64% | 0.84% | - |
| XYZ | 32.76 | 20.67 | 14.32 | - |
| YUV | 121.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 100 | 0 | 0.64 | 0.53 | 0.16 | 350.29 | 0.62 | 0.57 |
| Hex | D6 | 4E | 64 | 0 | 40 | 35 | 10 | 15E | 3E | 39 |
| Octal | 326 | 116 | 144 | 0 | 100 | 65 | 20 | 536 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1100100 | 0 | 1000000 | 110101 | 10000 | 101011110 | 111110 | 111001 |
Color Harmonies of #D64E64
Complementary color
Monochromatic Colors of #D64E64
Black with #D64E64
Text Example
Text Example
White with #D64E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E64; }
p { color: rgb(214,78,100); }
H1.HeaderClassName
{
color: #D64E64;
}
.AnyTagClassName
{
color: #D64E64;
}
</style>
background-color css
<style>
a { background-color: #D64E64; }
a { background-color: rgb(214,78,100); }
div.DivClassName
{
background-color: #D64E64;
}
.BgClassName
{
background-color: #D64E64;
}
</style>
border-color css
<style>
span { border-color: #D64E64; }
span { border-color: rgb(214,78,100); }
td.TdClassName
{
border-color: #D64E64;
}
.TagClassName
{
border-color: #D64E64;
}
</style>