Shades of Mandy #D24F51
Tints of Mandy #D24F51
RGB
CMYK
RGB Variations
Color information
#D24F51 (or 0xD24F51) is known color: Mandy. HEX triplet: D2, 4F and 51. RGB value is (210,79,81). Sum of RGB (Red+Green+Blue) = 210+79+81=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F51 is #2DB0AE. Grayscale: #767676. Windows color (decimal): -2994351 or 5328850. OLE color: 5328850.
HSL color Cylindrical-coordinate representation of color #D24F51: hue angle of 359.08º 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 #D24F51 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 81 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.18 |
| HSL | 359.08º | 0.59% | 0.57% | - |
| HSV(B) | 359.08º | 0.62% | 0.82% | - |
| XYZ | 30.86 | 19.89 | 10 | - |
| YUV | 118.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 81 | 0 | 0.62 | 0.61 | 0.18 | 359.08 | 0.59 | 0.57 |
| Hex | D2 | 4F | 51 | 0 | 3E | 3D | 12 | 167 | 3B | 39 |
| Octal | 322 | 117 | 121 | 0 | 76 | 75 | 22 | 547 | 73 | 71 |
| Binary | 11010010 | 1001111 | 1010001 | 0 | 111110 | 111101 | 10010 | 101100111 | 111011 | 111001 |
Color Harmonies of #D24F51
Complementary color
Monochromatic Colors of #D24F51
Black with #D24F51
Text Example
Text Example
White with #D24F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F51; }
p { color: rgb(210,79,81); }
H1.HeaderClassName
{
color: #D24F51;
}
.AnyTagClassName
{
color: #D24F51;
}
</style>
background-color css
<style>
a { background-color: #D24F51; }
a { background-color: rgb(210,79,81); }
div.DivClassName
{
background-color: #D24F51;
}
.BgClassName
{
background-color: #D24F51;
}
</style>
border-color css
<style>
span { border-color: #D24F51; }
span { border-color: rgb(210,79,81); }
td.TdClassName
{
border-color: #D24F51;
}
.TagClassName
{
border-color: #D24F51;
}
</style>