Shades of Cabaret #D24863
Tints of Cabaret #D24863
RGB
CMYK
RGB Variations
Color information
#D24863 (or 0xD24863) is known color: Cabaret. HEX triplet: D2, 48 and 63. RGB value is (210,72,99). Sum of RGB (Red+Green+Blue) = 210+72+99=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D24863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24863 is #2DB79C. Grayscale: #747474. Windows color (decimal): -2996125 or 6506706. OLE color: 6506706.
HSL color Cylindrical-coordinate representation of color #D24863: hue angle of 348.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24863 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 99 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.18 |
| HSL | 348.26º | 0.61% | 0.55% | - |
| HSV(B) | 348.26º | 0.66% | 0.82% | - |
| XYZ | 31.15 | 19.24 | 13.88 | - |
| YUV | 116.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 99 | 0 | 0.66 | 0.53 | 0.18 | 348.26 | 0.61 | 0.55 |
| Hex | D2 | 48 | 63 | 0 | 42 | 35 | 12 | 15C | 3D | 37 |
| Octal | 322 | 110 | 143 | 0 | 102 | 65 | 22 | 534 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1100011 | 0 | 1000010 | 110101 | 10010 | 101011100 | 111101 | 110111 |
Color Harmonies of #D24863
Complementary color
Monochromatic Colors of #D24863
Black with #D24863
Text Example
Text Example
White with #D24863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24863; }
p { color: rgb(210,72,99); }
H1.HeaderClassName
{
color: #D24863;
}
.AnyTagClassName
{
color: #D24863;
}
</style>
background-color css
<style>
a { background-color: #D24863; }
a { background-color: rgb(210,72,99); }
div.DivClassName
{
background-color: #D24863;
}
.BgClassName
{
background-color: #D24863;
}
</style>
border-color css
<style>
span { border-color: #D24863; }
span { border-color: rgb(210,72,99); }
td.TdClassName
{
border-color: #D24863;
}
.TagClassName
{
border-color: #D24863;
}
</style>