Shades of Cabaret #D24D63
Tints of Cabaret #D24D63
RGB
CMYK
RGB Variations
Color information
#D24D63 (or 0xD24D63) is known color: Cabaret. HEX triplet: D2, 4D and 63. RGB value is (210,77,99). Sum of RGB (Red+Green+Blue) = 210+77+99=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D63 is #2DB29C. Grayscale: #777777. Windows color (decimal): -2994845 or 6507986. OLE color: 6507986.
HSL color Cylindrical-coordinate representation of color #D24D63: hue angle of 350.08º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D63 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 99 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.18 |
| HSL | 350.08º | 0.6% | 0.56% | - |
| HSV(B) | 350.08º | 0.63% | 0.82% | - |
| XYZ | 31.48 | 19.91 | 13.99 | - |
| YUV | 119.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 99 | 0 | 0.63 | 0.53 | 0.18 | 350.08 | 0.6 | 0.56 |
| Hex | D2 | 4D | 63 | 0 | 3F | 35 | 12 | 15E | 3C | 38 |
| Octal | 322 | 115 | 143 | 0 | 77 | 65 | 22 | 536 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1100011 | 0 | 111111 | 110101 | 10010 | 101011110 | 111100 | 111000 |
Color Harmonies of #D24D63
Complementary color
Monochromatic Colors of #D24D63
Black with #D24D63
Text Example
Text Example
White with #D24D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D63; }
p { color: rgb(210,77,99); }
H1.HeaderClassName
{
color: #D24D63;
}
.AnyTagClassName
{
color: #D24D63;
}
</style>
background-color css
<style>
a { background-color: #D24D63; }
a { background-color: rgb(210,77,99); }
div.DivClassName
{
background-color: #D24D63;
}
.BgClassName
{
background-color: #D24D63;
}
</style>
border-color css
<style>
span { border-color: #D24D63; }
span { border-color: rgb(210,77,99); }
td.TdClassName
{
border-color: #D24D63;
}
.TagClassName
{
border-color: #D24D63;
}
</style>