Shades of Cabaret #D64E6C
Tints of Cabaret #D64E6C
RGB
CMYK
RGB Variations
Color information
#D64E6C (or 0xD64E6C) is known color: Cabaret. HEX triplet: D6, 4E and 6C. RGB value is (214,78,108). Sum of RGB (Red+Green+Blue) = 214+78+108=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E6C is #29B193. Grayscale: #7A7A7A. Windows color (decimal): -2732436 or 7098070. OLE color: 7098070.
HSL color Cylindrical-coordinate representation of color #D64E6C: hue angle of 346.76º 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 #D64E6C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 108 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 346.76º | 0.62% | 0.57% | - |
| HSV(B) | 346.76º | 0.64% | 0.84% | - |
| XYZ | 33.16 | 20.83 | 16.46 | - |
| YUV | 122.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 108 | 0 | 0.64 | 0.50 | 0.16 | 346.76 | 0.62 | 0.57 |
| Hex | D6 | 4E | 6C | 0 | 40 | 32 | 10 | 15B | 3E | 39 |
| Octal | 326 | 116 | 154 | 0 | 100 | 62 | 20 | 533 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1101100 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111110 | 111001 |
Color Harmonies of #D64E6C
Complementary color
Monochromatic Colors of #D64E6C
Black with #D64E6C
Text Example
Text Example
White with #D64E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E6C; }
p { color: rgb(214,78,108); }
H1.HeaderClassName
{
color: #D64E6C;
}
.AnyTagClassName
{
color: #D64E6C;
}
</style>
background-color css
<style>
a { background-color: #D64E6C; }
a { background-color: rgb(214,78,108); }
div.DivClassName
{
background-color: #D64E6C;
}
.BgClassName
{
background-color: #D64E6C;
}
</style>
border-color css
<style>
span { border-color: #D64E6C; }
span { border-color: rgb(214,78,108); }
td.TdClassName
{
border-color: #D64E6C;
}
.TagClassName
{
border-color: #D64E6C;
}
</style>