Shades of Cabaret #D64864
Tints of Cabaret #D64864
RGB
CMYK
RGB Variations
Color information
#D64864 (or 0xD64864) is known color: Cabaret. HEX triplet: D6, 48 and 64. RGB value is (214,72,100). Sum of RGB (Red+Green+Blue) = 214+72+100=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64864 is #29B79B. Grayscale: #757575. Windows color (decimal): -2733980 or 6572246. OLE color: 6572246.
HSL color Cylindrical-coordinate representation of color #D64864: hue angle of 348.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64864 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 100 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.16 |
| HSL | 348.17º | 0.63% | 0.56% | - |
| HSV(B) | 348.17º | 0.66% | 0.84% | - |
| XYZ | 32.35 | 19.85 | 14.18 | - |
| YUV | 117.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 100 | 0 | 0.66 | 0.53 | 0.16 | 348.17 | 0.63 | 0.56 |
| Hex | D6 | 48 | 64 | 0 | 42 | 35 | 10 | 15C | 3F | 38 |
| Octal | 326 | 110 | 144 | 0 | 102 | 65 | 20 | 534 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1100100 | 0 | 1000010 | 110101 | 10000 | 101011100 | 111111 | 111000 |
Color Harmonies of #D64864
Complementary color
Monochromatic Colors of #D64864
Black with #D64864
Text Example
Text Example
White with #D64864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64864; }
p { color: rgb(214,72,100); }
H1.HeaderClassName
{
color: #D64864;
}
.AnyTagClassName
{
color: #D64864;
}
</style>
background-color css
<style>
a { background-color: #D64864; }
a { background-color: rgb(214,72,100); }
div.DivClassName
{
background-color: #D64864;
}
.BgClassName
{
background-color: #D64864;
}
</style>
border-color css
<style>
span { border-color: #D64864; }
span { border-color: rgb(214,72,100); }
td.TdClassName
{
border-color: #D64864;
}
.TagClassName
{
border-color: #D64864;
}
</style>