Shades of Cabaret #D24C72
Tints of Cabaret #D24C72
RGB
CMYK
RGB Variations
Color information
#D24C72 (or 0xD24C72) is known color: Cabaret. HEX triplet: D2, 4C and 72. RGB value is (210,76,114). Sum of RGB (Red+Green+Blue) = 210+76+114=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C72 is #2DB38D. Grayscale: #787878. Windows color (decimal): -2995086 or 7490770. OLE color: 7490770.
HSL color Cylindrical-coordinate representation of color #D24C72: hue angle of 342.99º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C72 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 114 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.18 |
| HSL | 342.99º | 0.6% | 0.56% | - |
| HSV(B) | 342.99º | 0.64% | 0.82% | - |
| XYZ | 32.2 | 20.09 | 18.1 | - |
| YUV | 120.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 114 | 0 | 0.64 | 0.46 | 0.18 | 342.99 | 0.6 | 0.56 |
| Hex | D2 | 4C | 72 | 0 | 40 | 2E | 12 | 157 | 3C | 38 |
| Octal | 322 | 114 | 162 | 0 | 100 | 56 | 22 | 527 | 74 | 70 |
| Binary | 11010010 | 1001100 | 1110010 | 0 | 1000000 | 101110 | 10010 | 101010111 | 111100 | 111000 |
Color Harmonies of #D24C72
Complementary color
Monochromatic Colors of #D24C72
Black with #D24C72
Text Example
Text Example
White with #D24C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C72; }
p { color: rgb(210,76,114); }
H1.HeaderClassName
{
color: #D24C72;
}
.AnyTagClassName
{
color: #D24C72;
}
</style>
background-color css
<style>
a { background-color: #D24C72; }
a { background-color: rgb(210,76,114); }
div.DivClassName
{
background-color: #D24C72;
}
.BgClassName
{
background-color: #D24C72;
}
</style>
border-color css
<style>
span { border-color: #D24C72; }
span { border-color: rgb(210,76,114); }
td.TdClassName
{
border-color: #D24C72;
}
.TagClassName
{
border-color: #D24C72;
}
</style>