Shades of Cabaret #D64D6A
Tints of Cabaret #D64D6A
RGB
CMYK
RGB Variations
Color information
#D64D6A (or 0xD64D6A) is known color: Cabaret. HEX triplet: D6, 4D and 6A. RGB value is (214,77,106). Sum of RGB (Red+Green+Blue) = 214+77+106=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D6A is #29B295. Grayscale: #797979. Windows color (decimal): -2732694 or 6966742. OLE color: 6966742.
HSL color Cylindrical-coordinate representation of color #D64D6A: hue angle of 347.3º degrees, saturation: 0.63, 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 #D64D6A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 106 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 347.3º | 0.63% | 0.57% | - |
| HSV(B) | 347.3º | 0.64% | 0.84% | - |
| XYZ | 32.99 | 20.64 | 15.88 | - |
| YUV | 121.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 106 | 0 | 0.64 | 0.50 | 0.16 | 347.3 | 0.63 | 0.57 |
| Hex | D6 | 4D | 6A | 0 | 40 | 32 | 10 | 15B | 3F | 39 |
| Octal | 326 | 115 | 152 | 0 | 100 | 62 | 20 | 533 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1101010 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D64D6A
Complementary color
Monochromatic Colors of #D64D6A
Black with #D64D6A
Text Example
Text Example
White with #D64D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D6A; }
p { color: rgb(214,77,106); }
H1.HeaderClassName
{
color: #D64D6A;
}
.AnyTagClassName
{
color: #D64D6A;
}
</style>
background-color css
<style>
a { background-color: #D64D6A; }
a { background-color: rgb(214,77,106); }
div.DivClassName
{
background-color: #D64D6A;
}
.BgClassName
{
background-color: #D64D6A;
}
</style>
border-color css
<style>
span { border-color: #D64D6A; }
span { border-color: rgb(214,77,106); }
td.TdClassName
{
border-color: #D64D6A;
}
.TagClassName
{
border-color: #D64D6A;
}
</style>