Shades of Mandy #D24C62
Tints of Mandy #D24C62
RGB
CMYK
RGB Variations
Color information
#D24C62 (or 0xD24C62) is known color: Mandy. HEX triplet: D2, 4C and 62. RGB value is (210,76,98). Sum of RGB (Red+Green+Blue) = 210+76+98=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C62 is #2DB39D. Grayscale: #767676. Windows color (decimal): -2995102 or 6442194. OLE color: 6442194.
HSL color Cylindrical-coordinate representation of color #D24C62: hue angle of 350.15º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C62 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 98 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.18 |
| HSL | 350.15º | 0.6% | 0.56% | - |
| HSV(B) | 350.15º | 0.64% | 0.82% | - |
| XYZ | 31.37 | 19.75 | 13.71 | - |
| YUV | 118.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 98 | 0 | 0.64 | 0.53 | 0.18 | 350.15 | 0.6 | 0.56 |
| Hex | D2 | 4C | 62 | 0 | 40 | 35 | 12 | 15E | 3C | 38 |
| Octal | 322 | 114 | 142 | 0 | 100 | 65 | 22 | 536 | 74 | 70 |
| Binary | 11010010 | 1001100 | 1100010 | 0 | 1000000 | 110101 | 10010 | 101011110 | 111100 | 111000 |
Color Harmonies of #D24C62
Complementary color
Monochromatic Colors of #D24C62
Black with #D24C62
Text Example
Text Example
White with #D24C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C62; }
p { color: rgb(210,76,98); }
H1.HeaderClassName
{
color: #D24C62;
}
.AnyTagClassName
{
color: #D24C62;
}
</style>
background-color css
<style>
a { background-color: #D24C62; }
a { background-color: rgb(210,76,98); }
div.DivClassName
{
background-color: #D24C62;
}
.BgClassName
{
background-color: #D24C62;
}
</style>
border-color css
<style>
span { border-color: #D24C62; }
span { border-color: rgb(210,76,98); }
td.TdClassName
{
border-color: #D24C62;
}
.TagClassName
{
border-color: #D24C62;
}
</style>