Shades of Cabaret #D24963
Tints of Cabaret #D24963
RGB
CMYK
RGB Variations
Color information
#D24963 (or 0xD24963) is known color: Cabaret. HEX triplet: D2, 49 and 63. RGB value is (210,73,99). Sum of RGB (Red+Green+Blue) = 210+73+99=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D24963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24963 is #2DB69C. Grayscale: #747474. Windows color (decimal): -2995869 or 6506962. OLE color: 6506962.
HSL color Cylindrical-coordinate representation of color #D24963: hue angle of 348.61º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24963 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 99 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.18 |
| HSL | 348.61º | 0.6% | 0.55% | - |
| HSV(B) | 348.61º | 0.65% | 0.82% | - |
| XYZ | 31.21 | 19.37 | 13.9 | - |
| YUV | 116.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 99 | 0 | 0.65 | 0.53 | 0.18 | 348.61 | 0.6 | 0.55 |
| Hex | D2 | 49 | 63 | 0 | 41 | 35 | 12 | 15D | 3C | 37 |
| Octal | 322 | 111 | 143 | 0 | 101 | 65 | 22 | 535 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1100011 | 0 | 1000001 | 110101 | 10010 | 101011101 | 111100 | 110111 |
Color Harmonies of #D24963
Complementary color
Monochromatic Colors of #D24963
Black with #D24963
Text Example
Text Example
White with #D24963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24963; }
p { color: rgb(210,73,99); }
H1.HeaderClassName
{
color: #D24963;
}
.AnyTagClassName
{
color: #D24963;
}
</style>
background-color css
<style>
a { background-color: #D24963; }
a { background-color: rgb(210,73,99); }
div.DivClassName
{
background-color: #D24963;
}
.BgClassName
{
background-color: #D24963;
}
</style>
border-color css
<style>
span { border-color: #D24963; }
span { border-color: rgb(210,73,99); }
td.TdClassName
{
border-color: #D24963;
}
.TagClassName
{
border-color: #D24963;
}
</style>