Shades of Cabaret #D64D64
Tints of Cabaret #D64D64
RGB
CMYK
RGB Variations
Color information
#D64D64 (or 0xD64D64) is known color: Cabaret. HEX triplet: D6, 4D and 64. RGB value is (214,77,100). Sum of RGB (Red+Green+Blue) = 214+77+100=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D64 is #29B29B. Grayscale: #787878. Windows color (decimal): -2732700 or 6573526. OLE color: 6573526.
HSL color Cylindrical-coordinate representation of color #D64D64: hue angle of 349.93º 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 #D64D64 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 100 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.16 |
| HSL | 349.93º | 0.63% | 0.57% | - |
| HSV(B) | 349.93º | 0.64% | 0.84% | - |
| XYZ | 32.69 | 20.52 | 14.3 | - |
| YUV | 120.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 100 | 0 | 0.64 | 0.53 | 0.16 | 349.93 | 0.63 | 0.57 |
| Hex | D6 | 4D | 64 | 0 | 40 | 35 | 10 | 15E | 3F | 39 |
| Octal | 326 | 115 | 144 | 0 | 100 | 65 | 20 | 536 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1100100 | 0 | 1000000 | 110101 | 10000 | 101011110 | 111111 | 111001 |
Color Harmonies of #D64D64
Complementary color
Monochromatic Colors of #D64D64
Black with #D64D64
Text Example
Text Example
White with #D64D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D64; }
p { color: rgb(214,77,100); }
H1.HeaderClassName
{
color: #D64D64;
}
.AnyTagClassName
{
color: #D64D64;
}
</style>
background-color css
<style>
a { background-color: #D64D64; }
a { background-color: rgb(214,77,100); }
div.DivClassName
{
background-color: #D64D64;
}
.BgClassName
{
background-color: #D64D64;
}
</style>
border-color css
<style>
span { border-color: #D64D64; }
span { border-color: rgb(214,77,100); }
td.TdClassName
{
border-color: #D64D64;
}
.TagClassName
{
border-color: #D64D64;
}
</style>