Shades of Cabaret #D64A64
Tints of Cabaret #D64A64
RGB
CMYK
RGB Variations
Color information
#D64A64 (or 0xD64A64) is known color: Cabaret. HEX triplet: D6, 4A and 64. RGB value is (214,74,100). Sum of RGB (Red+Green+Blue) = 214+74+100=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A64 is #29B59B. Grayscale: #767676. Windows color (decimal): -2733468 or 6572758. OLE color: 6572758.
HSL color Cylindrical-coordinate representation of color #D64A64: hue angle of 348.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A64 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 100 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.16 |
| HSL | 348.86º | 0.63% | 0.56% | - |
| HSV(B) | 348.86º | 0.65% | 0.84% | - |
| XYZ | 32.48 | 20.11 | 14.23 | - |
| YUV | 118.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 100 | 0 | 0.65 | 0.53 | 0.16 | 348.86 | 0.63 | 0.56 |
| Hex | D6 | 4A | 64 | 0 | 41 | 35 | 10 | 15D | 3F | 38 |
| Octal | 326 | 112 | 144 | 0 | 101 | 65 | 20 | 535 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1100100 | 0 | 1000001 | 110101 | 10000 | 101011101 | 111111 | 111000 |
Color Harmonies of #D64A64
Complementary color
Monochromatic Colors of #D64A64
Black with #D64A64
Text Example
Text Example
White with #D64A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A64; }
p { color: rgb(214,74,100); }
H1.HeaderClassName
{
color: #D64A64;
}
.AnyTagClassName
{
color: #D64A64;
}
</style>
background-color css
<style>
a { background-color: #D64A64; }
a { background-color: rgb(214,74,100); }
div.DivClassName
{
background-color: #D64A64;
}
.BgClassName
{
background-color: #D64A64;
}
</style>
border-color css
<style>
span { border-color: #D64A64; }
span { border-color: rgb(214,74,100); }
td.TdClassName
{
border-color: #D64A64;
}
.TagClassName
{
border-color: #D64A64;
}
</style>