Shades of Cabaret #D24463
Tints of Cabaret #D24463
RGB
CMYK
RGB Variations
Color information
#D24463 (or 0xD24463) is known color: Cabaret. HEX triplet: D2, 44 and 63. RGB value is (210,68,99). Sum of RGB (Red+Green+Blue) = 210+68+99=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D24463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24463 is #2DBB9C. Grayscale: #727272. Windows color (decimal): -2997149 or 6505682. OLE color: 6505682.
HSL color Cylindrical-coordinate representation of color #D24463: hue angle of 346.9º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24463 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 99 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.18 |
| HSL | 346.9º | 0.61% | 0.55% | - |
| HSV(B) | 346.9º | 0.68% | 0.82% | - |
| XYZ | 30.9 | 18.74 | 13.79 | - |
| YUV | 113.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 99 | 0 | 0.68 | 0.53 | 0.18 | 346.9 | 0.61 | 0.55 |
| Hex | D2 | 44 | 63 | 0 | 44 | 35 | 12 | 15B | 3D | 37 |
| Octal | 322 | 104 | 143 | 0 | 104 | 65 | 22 | 533 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1100011 | 0 | 1000100 | 110101 | 10010 | 101011011 | 111101 | 110111 |
Color Harmonies of #D24463
Complementary color
Monochromatic Colors of #D24463
Black with #D24463
Text Example
Text Example
White with #D24463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24463; }
p { color: rgb(210,68,99); }
H1.HeaderClassName
{
color: #D24463;
}
.AnyTagClassName
{
color: #D24463;
}
</style>
background-color css
<style>
a { background-color: #D24463; }
a { background-color: rgb(210,68,99); }
div.DivClassName
{
background-color: #D24463;
}
.BgClassName
{
background-color: #D24463;
}
</style>
border-color css
<style>
span { border-color: #D24463; }
span { border-color: rgb(210,68,99); }
td.TdClassName
{
border-color: #D24463;
}
.TagClassName
{
border-color: #D24463;
}
</style>