Shades of Cabaret #D24871
Tints of Cabaret #D24871
RGB
CMYK
RGB Variations
Color information
#D24871 (or 0xD24871) is known color: Cabaret. HEX triplet: D2, 48 and 71. RGB value is (210,72,113). Sum of RGB (Red+Green+Blue) = 210+72+113=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24871 is #2DB78E. Grayscale: #757575. Windows color (decimal): -2996111 or 7424210. OLE color: 7424210.
HSL color Cylindrical-coordinate representation of color #D24871: hue angle of 342.17º 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 #D24871 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 113 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.18 |
| HSL | 342.17º | 0.61% | 0.55% | - |
| HSV(B) | 342.17º | 0.66% | 0.82% | - |
| XYZ | 31.88 | 19.53 | 17.71 | - |
| YUV | 117.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 113 | 0 | 0.66 | 0.46 | 0.18 | 342.17 | 0.61 | 0.55 |
| Hex | D2 | 48 | 71 | 0 | 42 | 2E | 12 | 156 | 3D | 37 |
| Octal | 322 | 110 | 161 | 0 | 102 | 56 | 22 | 526 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1110001 | 0 | 1000010 | 101110 | 10010 | 101010110 | 111101 | 110111 |
Color Harmonies of #D24871
Complementary color
Monochromatic Colors of #D24871
Black with #D24871
Text Example
Text Example
White with #D24871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24871; }
p { color: rgb(210,72,113); }
H1.HeaderClassName
{
color: #D24871;
}
.AnyTagClassName
{
color: #D24871;
}
</style>
background-color css
<style>
a { background-color: #D24871; }
a { background-color: rgb(210,72,113); }
div.DivClassName
{
background-color: #D24871;
}
.BgClassName
{
background-color: #D24871;
}
</style>
border-color css
<style>
span { border-color: #D24871; }
span { border-color: rgb(210,72,113); }
td.TdClassName
{
border-color: #D24871;
}
.TagClassName
{
border-color: #D24871;
}
</style>