Shades of Cabaret #D64962
Tints of Cabaret #D64962
RGB
CMYK
RGB Variations
Color information
#D64962 (or 0xD64962) is known color: Cabaret. HEX triplet: D6, 49 and 62. RGB value is (214,73,98). Sum of RGB (Red+Green+Blue) = 214+73+98=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D64962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64962 is #29B69D. Grayscale: #767676. Windows color (decimal): -2733726 or 6441430. OLE color: 6441430.
HSL color Cylindrical-coordinate representation of color #D64962: hue angle of 349.36º 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 #D64962 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 98 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.16 |
| HSL | 349.36º | 0.63% | 0.56% | - |
| HSV(B) | 349.36º | 0.66% | 0.84% | - |
| XYZ | 32.32 | 19.94 | 13.7 | - |
| YUV | 118.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 98 | 0 | 0.66 | 0.54 | 0.16 | 349.36 | 0.63 | 0.56 |
| Hex | D6 | 49 | 62 | 0 | 42 | 36 | 10 | 15D | 3F | 38 |
| Octal | 326 | 111 | 142 | 0 | 102 | 66 | 20 | 535 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1100010 | 0 | 1000010 | 110110 | 10000 | 101011101 | 111111 | 111000 |
Color Harmonies of #D64962
Complementary color
Monochromatic Colors of #D64962
Black with #D64962
Text Example
Text Example
White with #D64962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64962; }
p { color: rgb(214,73,98); }
H1.HeaderClassName
{
color: #D64962;
}
.AnyTagClassName
{
color: #D64962;
}
</style>
background-color css
<style>
a { background-color: #D64962; }
a { background-color: rgb(214,73,98); }
div.DivClassName
{
background-color: #D64962;
}
.BgClassName
{
background-color: #D64962;
}
</style>
border-color css
<style>
span { border-color: #D64962; }
span { border-color: rgb(214,73,98); }
td.TdClassName
{
border-color: #D64962;
}
.TagClassName
{
border-color: #D64962;
}
</style>