Shades of Cabaret #D64462
Tints of Cabaret #D64462
RGB
CMYK
RGB Variations
Color information
#D64462 (or 0xD64462) is known color: Cabaret. HEX triplet: D6, 44 and 62. RGB value is (214,68,98). Sum of RGB (Red+Green+Blue) = 214+68+98=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D64462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64462 is #29BB9D. Grayscale: #737373. Windows color (decimal): -2735006 or 6440150. OLE color: 6440150.
HSL color Cylindrical-coordinate representation of color #D64462: hue angle of 347.67º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64462 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 98 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.16 |
| HSL | 347.67º | 0.64% | 0.55% | - |
| HSV(B) | 347.67º | 0.68% | 0.84% | - |
| XYZ | 32 | 19.31 | 13.6 | - |
| YUV | 115.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 98 | 0 | 0.68 | 0.54 | 0.16 | 347.67 | 0.64 | 0.55 |
| Hex | D6 | 44 | 62 | 0 | 44 | 36 | 10 | 15C | 40 | 37 |
| Octal | 326 | 104 | 142 | 0 | 104 | 66 | 20 | 534 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1100010 | 0 | 1000100 | 110110 | 10000 | 101011100 | 1000000 | 110111 |
Color Harmonies of #D64462
Complementary color
Monochromatic Colors of #D64462
Black with #D64462
Text Example
Text Example
White with #D64462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64462; }
p { color: rgb(214,68,98); }
H1.HeaderClassName
{
color: #D64462;
}
.AnyTagClassName
{
color: #D64462;
}
</style>
background-color css
<style>
a { background-color: #D64462; }
a { background-color: rgb(214,68,98); }
div.DivClassName
{
background-color: #D64462;
}
.BgClassName
{
background-color: #D64462;
}
</style>
border-color css
<style>
span { border-color: #D64462; }
span { border-color: rgb(214,68,98); }
td.TdClassName
{
border-color: #D64462;
}
.TagClassName
{
border-color: #D64462;
}
</style>