Shades of Cabaret #D64E6A
Tints of Cabaret #D64E6A
RGB
CMYK
RGB Variations
Color information
#D64E6A (or 0xD64E6A) is known color: Cabaret. HEX triplet: D6, 4E and 6A. RGB value is (214,78,106). Sum of RGB (Red+Green+Blue) = 214+78+106=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E6A is #29B195. Grayscale: #797979. Windows color (decimal): -2732438 or 6966998. OLE color: 6966998.
HSL color Cylindrical-coordinate representation of color #D64E6A: hue angle of 347.65º 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 #D64E6A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 106 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 347.65º | 0.62% | 0.57% | - |
| HSV(B) | 347.65º | 0.64% | 0.84% | - |
| XYZ | 33.06 | 20.79 | 15.91 | - |
| YUV | 121.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 106 | 0 | 0.64 | 0.50 | 0.16 | 347.65 | 0.62 | 0.57 |
| Hex | D6 | 4E | 6A | 0 | 40 | 32 | 10 | 15C | 3E | 39 |
| Octal | 326 | 116 | 152 | 0 | 100 | 62 | 20 | 534 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1101010 | 0 | 1000000 | 110010 | 10000 | 101011100 | 111110 | 111001 |
Color Harmonies of #D64E6A
Complementary color
Monochromatic Colors of #D64E6A
Black with #D64E6A
Text Example
Text Example
White with #D64E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E6A; }
p { color: rgb(214,78,106); }
H1.HeaderClassName
{
color: #D64E6A;
}
.AnyTagClassName
{
color: #D64E6A;
}
</style>
background-color css
<style>
a { background-color: #D64E6A; }
a { background-color: rgb(214,78,106); }
div.DivClassName
{
background-color: #D64E6A;
}
.BgClassName
{
background-color: #D64E6A;
}
</style>
border-color css
<style>
span { border-color: #D64E6A; }
span { border-color: rgb(214,78,106); }
td.TdClassName
{
border-color: #D64E6A;
}
.TagClassName
{
border-color: #D64E6A;
}
</style>