Shades of Mandy #D24D50
Tints of Mandy #D24D50
RGB
CMYK
RGB Variations
Color information
#D24D50 (or 0xD24D50) is known color: Mandy. HEX triplet: D2, 4D and 50. RGB value is (210,77,80). Sum of RGB (Red+Green+Blue) = 210+77+80=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D50 is #2DB2AF. Grayscale: #757575. Windows color (decimal): -2994864 or 5262802. OLE color: 5262802.
HSL color Cylindrical-coordinate representation of color #D24D50: hue angle of 358.65º 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 #D24D50 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 80 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.18 |
| HSL | 358.65º | 0.6% | 0.56% | - |
| HSV(B) | 358.65º | 0.63% | 0.82% | - |
| XYZ | 30.68 | 19.59 | 9.75 | - |
| YUV | 117.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 80 | 0 | 0.63 | 0.62 | 0.18 | 358.65 | 0.6 | 0.56 |
| Hex | D2 | 4D | 50 | 0 | 3F | 3E | 12 | 167 | 3C | 38 |
| Octal | 322 | 115 | 120 | 0 | 77 | 76 | 22 | 547 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1010000 | 0 | 111111 | 111110 | 10010 | 101100111 | 111100 | 111000 |
Color Harmonies of #D24D50
Complementary color
Monochromatic Colors of #D24D50
Black with #D24D50
Text Example
Text Example
White with #D24D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D50; }
p { color: rgb(210,77,80); }
H1.HeaderClassName
{
color: #D24D50;
}
.AnyTagClassName
{
color: #D24D50;
}
</style>
background-color css
<style>
a { background-color: #D24D50; }
a { background-color: rgb(210,77,80); }
div.DivClassName
{
background-color: #D24D50;
}
.BgClassName
{
background-color: #D24D50;
}
</style>
border-color css
<style>
span { border-color: #D24D50; }
span { border-color: rgb(210,77,80); }
td.TdClassName
{
border-color: #D24D50;
}
.TagClassName
{
border-color: #D24D50;
}
</style>