Shades of Mandy #D24860
Tints of Mandy #D24860
RGB
CMYK
RGB Variations
Color information
#D24860 (or 0xD24860) is known color: Mandy. HEX triplet: D2, 48 and 60. RGB value is (210,72,96). Sum of RGB (Red+Green+Blue) = 210+72+96=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D24860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24860 is #2DB79F. Grayscale: #747474. Windows color (decimal): -2996128 or 6310098. OLE color: 6310098.
HSL color Cylindrical-coordinate representation of color #D24860: hue angle of 349.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24860 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 96 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.18 |
| HSL | 349.57º | 0.61% | 0.55% | - |
| HSV(B) | 349.57º | 0.66% | 0.82% | - |
| XYZ | 31.01 | 19.18 | 13.13 | - |
| YUV | 116 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 96 | 0 | 0.66 | 0.54 | 0.18 | 349.57 | 0.61 | 0.55 |
| Hex | D2 | 48 | 60 | 0 | 42 | 36 | 12 | 15E | 3D | 37 |
| Octal | 322 | 110 | 140 | 0 | 102 | 66 | 22 | 536 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1100000 | 0 | 1000010 | 110110 | 10010 | 101011110 | 111101 | 110111 |
Color Harmonies of #D24860
Complementary color
Monochromatic Colors of #D24860
Black with #D24860
Text Example
Text Example
White with #D24860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24860; }
p { color: rgb(210,72,96); }
H1.HeaderClassName
{
color: #D24860;
}
.AnyTagClassName
{
color: #D24860;
}
</style>
background-color css
<style>
a { background-color: #D24860; }
a { background-color: rgb(210,72,96); }
div.DivClassName
{
background-color: #D24860;
}
.BgClassName
{
background-color: #D24860;
}
</style>
border-color css
<style>
span { border-color: #D24860; }
span { border-color: rgb(210,72,96); }
td.TdClassName
{
border-color: #D24860;
}
.TagClassName
{
border-color: #D24860;
}
</style>