Shades of Mandy #D24A58
Tints of Mandy #D24A58
RGB
CMYK
RGB Variations
Color information
#D24A58 (or 0xD24A58) is known color: Mandy. HEX triplet: D2, 4A and 58. RGB value is (210,74,88). Sum of RGB (Red+Green+Blue) = 210+74+88=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A58 is #2DB5A7. Grayscale: #747474. Windows color (decimal): -2995624 or 5786322. OLE color: 5786322.
HSL color Cylindrical-coordinate representation of color #D24A58: hue angle of 353.82º 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 #D24A58 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 88 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.18 |
| HSL | 353.82º | 0.6% | 0.56% | - |
| HSV(B) | 353.82º | 0.65% | 0.82% | - |
| XYZ | 30.79 | 19.3 | 11.34 | - |
| YUV | 116.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 88 | 0 | 0.65 | 0.58 | 0.18 | 353.82 | 0.6 | 0.56 |
| Hex | D2 | 4A | 58 | 0 | 41 | 3A | 12 | 162 | 3C | 38 |
| Octal | 322 | 112 | 130 | 0 | 101 | 72 | 22 | 542 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1011000 | 0 | 1000001 | 111010 | 10010 | 101100010 | 111100 | 111000 |
Color Harmonies of #D24A58
Complementary color
Monochromatic Colors of #D24A58
Black with #D24A58
Text Example
Text Example
White with #D24A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A58; }
p { color: rgb(210,74,88); }
H1.HeaderClassName
{
color: #D24A58;
}
.AnyTagClassName
{
color: #D24A58;
}
</style>
background-color css
<style>
a { background-color: #D24A58; }
a { background-color: rgb(210,74,88); }
div.DivClassName
{
background-color: #D24A58;
}
.BgClassName
{
background-color: #D24A58;
}
</style>
border-color css
<style>
span { border-color: #D24A58; }
span { border-color: rgb(210,74,88); }
td.TdClassName
{
border-color: #D24A58;
}
.TagClassName
{
border-color: #D24A58;
}
</style>