Shades of Cabaret #D64E68
Tints of Cabaret #D64E68
RGB
CMYK
RGB Variations
Color information
#D64E68 (or 0xD64E68) is known color: Cabaret. HEX triplet: D6, 4E and 68. RGB value is (214,78,104). Sum of RGB (Red+Green+Blue) = 214+78+104=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E68 is #29B197. Grayscale: #797979. Windows color (decimal): -2732440 or 6835926. OLE color: 6835926.
HSL color Cylindrical-coordinate representation of color #D64E68: hue angle of 348.53º 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 #D64E68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 104 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.16 |
| HSL | 348.53º | 0.62% | 0.57% | - |
| HSV(B) | 348.53º | 0.64% | 0.84% | - |
| XYZ | 32.95 | 20.74 | 15.36 | - |
| YUV | 121.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 104 | 0 | 0.64 | 0.51 | 0.16 | 348.53 | 0.62 | 0.57 |
| Hex | D6 | 4E | 68 | 0 | 40 | 33 | 10 | 15D | 3E | 39 |
| Octal | 326 | 116 | 150 | 0 | 100 | 63 | 20 | 535 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1101000 | 0 | 1000000 | 110011 | 10000 | 101011101 | 111110 | 111001 |
Color Harmonies of #D64E68
Complementary color
Monochromatic Colors of #D64E68
Black with #D64E68
Text Example
Text Example
White with #D64E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E68; }
p { color: rgb(214,78,104); }
H1.HeaderClassName
{
color: #D64E68;
}
.AnyTagClassName
{
color: #D64E68;
}
</style>
background-color css
<style>
a { background-color: #D64E68; }
a { background-color: rgb(214,78,104); }
div.DivClassName
{
background-color: #D64E68;
}
.BgClassName
{
background-color: #D64E68;
}
</style>
border-color css
<style>
span { border-color: #D64E68; }
span { border-color: rgb(214,78,104); }
td.TdClassName
{
border-color: #D64E68;
}
.TagClassName
{
border-color: #D64E68;
}
</style>