Shades of Mandy #D24A51
Tints of Mandy #D24A51
RGB
CMYK
RGB Variations
Color information
#D24A51 (or 0xD24A51) is known color: Mandy. HEX triplet: D2, 4A and 51. RGB value is (210,74,81). Sum of RGB (Red+Green+Blue) = 210+74+81=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A51 is #2DB5AE. Grayscale: #737373. Windows color (decimal): -2995631 or 5327570. OLE color: 5327570.
HSL color Cylindrical-coordinate representation of color #D24A51: hue angle of 356.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A51 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 81 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.18 |
| HSL | 356.91º | 0.6% | 0.56% | - |
| HSV(B) | 356.91º | 0.65% | 0.82% | - |
| XYZ | 30.51 | 19.19 | 9.88 | - |
| YUV | 115.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 81 | 0 | 0.65 | 0.61 | 0.18 | 356.91 | 0.6 | 0.56 |
| Hex | D2 | 4A | 51 | 0 | 41 | 3D | 12 | 165 | 3C | 38 |
| Octal | 322 | 112 | 121 | 0 | 101 | 75 | 22 | 545 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1010001 | 0 | 1000001 | 111101 | 10010 | 101100101 | 111100 | 111000 |
Color Harmonies of #D24A51
Complementary color
Monochromatic Colors of #D24A51
Black with #D24A51
Text Example
Text Example
White with #D24A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A51; }
p { color: rgb(210,74,81); }
H1.HeaderClassName
{
color: #D24A51;
}
.AnyTagClassName
{
color: #D24A51;
}
</style>
background-color css
<style>
a { background-color: #D24A51; }
a { background-color: rgb(210,74,81); }
div.DivClassName
{
background-color: #D24A51;
}
.BgClassName
{
background-color: #D24A51;
}
</style>
border-color css
<style>
span { border-color: #D24A51; }
span { border-color: rgb(210,74,81); }
td.TdClassName
{
border-color: #D24A51;
}
.TagClassName
{
border-color: #D24A51;
}
</style>