Shades of Mandy #D24D5D
Tints of Mandy #D24D5D
RGB
CMYK
RGB Variations
Color information
#D24D5D (or 0xD24D5D) is known color: Mandy. HEX triplet: D2, 4D and 5D. RGB value is (210,77,93). Sum of RGB (Red+Green+Blue) = 210+77+93=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D5D is #2DB2A2. Grayscale: #767676. Windows color (decimal): -2994851 or 6114770. OLE color: 6114770.
HSL color Cylindrical-coordinate representation of color #D24D5D: hue angle of 352.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D5D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 93 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.18 |
| HSL | 352.78º | 0.6% | 0.56% | - |
| HSV(B) | 352.78º | 0.63% | 0.82% | - |
| XYZ | 31.21 | 19.8 | 12.53 | - |
| YUV | 118.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 93 | 0 | 0.63 | 0.56 | 0.18 | 352.78 | 0.6 | 0.56 |
| Hex | D2 | 4D | 5D | 0 | 3F | 38 | 12 | 161 | 3C | 38 |
| Octal | 322 | 115 | 135 | 0 | 77 | 70 | 22 | 541 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1011101 | 0 | 111111 | 111000 | 10010 | 101100001 | 111100 | 111000 |
Color Harmonies of #D24D5D
Complementary color
Monochromatic Colors of #D24D5D
Black with #D24D5D
Text Example
Text Example
White with #D24D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D5D; }
p { color: rgb(210,77,93); }
H1.HeaderClassName
{
color: #D24D5D;
}
.AnyTagClassName
{
color: #D24D5D;
}
</style>
background-color css
<style>
a { background-color: #D24D5D; }
a { background-color: rgb(210,77,93); }
div.DivClassName
{
background-color: #D24D5D;
}
.BgClassName
{
background-color: #D24D5D;
}
</style>
border-color css
<style>
span { border-color: #D24D5D; }
span { border-color: rgb(210,77,93); }
td.TdClassName
{
border-color: #D24D5D;
}
.TagClassName
{
border-color: #D24D5D;
}
</style>