Shades of Cabaret #D24F70
Tints of Cabaret #D24F70
RGB
CMYK
RGB Variations
Color information
#D24F70 (or 0xD24F70) is known color: Cabaret. HEX triplet: D2, 4F and 70. RGB value is (210,79,112). Sum of RGB (Red+Green+Blue) = 210+79+112=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F70 is #2DB08F. Grayscale: #797979. Windows color (decimal): -2994320 or 7360466. OLE color: 7360466.
HSL color Cylindrical-coordinate representation of color #D24F70: hue angle of 344.89º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F70 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 112 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.18 |
| HSL | 344.89º | 0.59% | 0.57% | - |
| HSV(B) | 344.89º | 0.62% | 0.82% | - |
| XYZ | 32.3 | 20.46 | 17.58 | - |
| YUV | 121.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 112 | 0 | 0.62 | 0.47 | 0.18 | 344.89 | 0.59 | 0.57 |
| Hex | D2 | 4F | 70 | 0 | 3E | 2F | 12 | 159 | 3B | 39 |
| Octal | 322 | 117 | 160 | 0 | 76 | 57 | 22 | 531 | 73 | 71 |
| Binary | 11010010 | 1001111 | 1110000 | 0 | 111110 | 101111 | 10010 | 101011001 | 111011 | 111001 |
Color Harmonies of #D24F70
Complementary color
Monochromatic Colors of #D24F70
Black with #D24F70
Text Example
Text Example
White with #D24F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F70; }
p { color: rgb(210,79,112); }
H1.HeaderClassName
{
color: #D24F70;
}
.AnyTagClassName
{
color: #D24F70;
}
</style>
background-color css
<style>
a { background-color: #D24F70; }
a { background-color: rgb(210,79,112); }
div.DivClassName
{
background-color: #D24F70;
}
.BgClassName
{
background-color: #D24F70;
}
</style>
border-color css
<style>
span { border-color: #D24F70; }
span { border-color: rgb(210,79,112); }
td.TdClassName
{
border-color: #D24F70;
}
.TagClassName
{
border-color: #D24F70;
}
</style>