Shades of Cabaret #D24D6E
Tints of Cabaret #D24D6E
RGB
CMYK
RGB Variations
Color information
#D24D6E (or 0xD24D6E) is known color: Cabaret. HEX triplet: D2, 4D and 6E. RGB value is (210,77,110). Sum of RGB (Red+Green+Blue) = 210+77+110=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D6E is #2DB291. Grayscale: #787878. Windows color (decimal): -2994834 or 7228882. OLE color: 7228882.
HSL color Cylindrical-coordinate representation of color #D24D6E: hue angle of 345.11º 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 #D24D6E is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 110 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.18 |
| HSL | 345.11º | 0.6% | 0.56% | - |
| HSV(B) | 345.11º | 0.63% | 0.82% | - |
| XYZ | 32.05 | 20.14 | 16.95 | - |
| YUV | 120.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 110 | 0 | 0.63 | 0.48 | 0.18 | 345.11 | 0.6 | 0.56 |
| Hex | D2 | 4D | 6E | 0 | 3F | 30 | 12 | 159 | 3C | 38 |
| Octal | 322 | 115 | 156 | 0 | 77 | 60 | 22 | 531 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1101110 | 0 | 111111 | 110000 | 10010 | 101011001 | 111100 | 111000 |
Color Harmonies of #D24D6E
Complementary color
Monochromatic Colors of #D24D6E
Black with #D24D6E
Text Example
Text Example
White with #D24D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D6E; }
p { color: rgb(210,77,110); }
H1.HeaderClassName
{
color: #D24D6E;
}
.AnyTagClassName
{
color: #D24D6E;
}
</style>
background-color css
<style>
a { background-color: #D24D6E; }
a { background-color: rgb(210,77,110); }
div.DivClassName
{
background-color: #D24D6E;
}
.BgClassName
{
background-color: #D24D6E;
}
</style>
border-color css
<style>
span { border-color: #D24D6E; }
span { border-color: rgb(210,77,110); }
td.TdClassName
{
border-color: #D24D6E;
}
.TagClassName
{
border-color: #D24D6E;
}
</style>