Shades of Cabaret #D64463
Tints of Cabaret #D64463
RGB
CMYK
RGB Variations
Color information
#D64463 (or 0xD64463) is known color: Cabaret. HEX triplet: D6, 44 and 63. RGB value is (214,68,99). Sum of RGB (Red+Green+Blue) = 214+68+99=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D64463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64463 is #29BB9C. Grayscale: #737373. Windows color (decimal): -2735005 or 6505686. OLE color: 6505686.
HSL color Cylindrical-coordinate representation of color #D64463: hue angle of 347.26º 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 #D64463 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 99 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.16 |
| HSL | 347.26º | 0.64% | 0.55% | - |
| HSV(B) | 347.26º | 0.68% | 0.84% | - |
| XYZ | 32.05 | 19.33 | 13.85 | - |
| YUV | 115.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 99 | 0 | 0.68 | 0.54 | 0.16 | 347.26 | 0.64 | 0.55 |
| Hex | D6 | 44 | 63 | 0 | 44 | 36 | 10 | 15B | 40 | 37 |
| Octal | 326 | 104 | 143 | 0 | 104 | 66 | 20 | 533 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1100011 | 0 | 1000100 | 110110 | 10000 | 101011011 | 1000000 | 110111 |
Color Harmonies of #D64463
Complementary color
Monochromatic Colors of #D64463
Black with #D64463
Text Example
Text Example
White with #D64463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64463; }
p { color: rgb(214,68,99); }
H1.HeaderClassName
{
color: #D64463;
}
.AnyTagClassName
{
color: #D64463;
}
</style>
background-color css
<style>
a { background-color: #D64463; }
a { background-color: rgb(214,68,99); }
div.DivClassName
{
background-color: #D64463;
}
.BgClassName
{
background-color: #D64463;
}
</style>
border-color css
<style>
span { border-color: #D64463; }
span { border-color: rgb(214,68,99); }
td.TdClassName
{
border-color: #D64463;
}
.TagClassName
{
border-color: #D64463;
}
</style>