Shades of Mandy #D24958
Tints of Mandy #D24958
RGB
CMYK
RGB Variations
Color information
#D24958 (or 0xD24958) is known color: Mandy. HEX triplet: D2, 49 and 58. RGB value is (210,73,88). Sum of RGB (Red+Green+Blue) = 210+73+88=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D24958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24958 is #2DB6A7. Grayscale: #737373. Windows color (decimal): -2995880 or 5786066. OLE color: 5786066.
HSL color Cylindrical-coordinate representation of color #D24958: hue angle of 353.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24958 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 88 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.18 |
| HSL | 353.43º | 0.6% | 0.55% | - |
| HSV(B) | 353.43º | 0.65% | 0.82% | - |
| XYZ | 30.72 | 19.17 | 11.31 | - |
| YUV | 115.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 88 | 0 | 0.65 | 0.58 | 0.18 | 353.43 | 0.6 | 0.55 |
| Hex | D2 | 49 | 58 | 0 | 41 | 3A | 12 | 161 | 3C | 37 |
| Octal | 322 | 111 | 130 | 0 | 101 | 72 | 22 | 541 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1011000 | 0 | 1000001 | 111010 | 10010 | 101100001 | 111100 | 110111 |
Color Harmonies of #D24958
Complementary color
Monochromatic Colors of #D24958
Black with #D24958
Text Example
Text Example
White with #D24958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24958; }
p { color: rgb(210,73,88); }
H1.HeaderClassName
{
color: #D24958;
}
.AnyTagClassName
{
color: #D24958;
}
</style>
background-color css
<style>
a { background-color: #D24958; }
a { background-color: rgb(210,73,88); }
div.DivClassName
{
background-color: #D24958;
}
.BgClassName
{
background-color: #D24958;
}
</style>
border-color css
<style>
span { border-color: #D24958; }
span { border-color: rgb(210,73,88); }
td.TdClassName
{
border-color: #D24958;
}
.TagClassName
{
border-color: #D24958;
}
</style>