Shades of Mandy #D24950
Tints of Mandy #D24950
RGB
CMYK
RGB Variations
Color information
#D24950 (or 0xD24950) is known color: Mandy. HEX triplet: D2, 49 and 50. RGB value is (210,73,80). Sum of RGB (Red+Green+Blue) = 210+73+80=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D24950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24950 is #2DB6AF. Grayscale: #727272. Windows color (decimal): -2995888 or 5261778. OLE color: 5261778.
HSL color Cylindrical-coordinate representation of color #D24950: hue angle of 356.93º 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 #D24950 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 80 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.18 |
| HSL | 356.93º | 0.6% | 0.55% | - |
| HSV(B) | 356.93º | 0.65% | 0.82% | - |
| XYZ | 30.41 | 19.05 | 9.66 | - |
| YUV | 114.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 80 | 0 | 0.65 | 0.62 | 0.18 | 356.93 | 0.6 | 0.55 |
| Hex | D2 | 49 | 50 | 0 | 41 | 3E | 12 | 165 | 3C | 37 |
| Octal | 322 | 111 | 120 | 0 | 101 | 76 | 22 | 545 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1010000 | 0 | 1000001 | 111110 | 10010 | 101100101 | 111100 | 110111 |
Color Harmonies of #D24950
Complementary color
Monochromatic Colors of #D24950
Black with #D24950
Text Example
Text Example
White with #D24950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24950; }
p { color: rgb(210,73,80); }
H1.HeaderClassName
{
color: #D24950;
}
.AnyTagClassName
{
color: #D24950;
}
</style>
background-color css
<style>
a { background-color: #D24950; }
a { background-color: rgb(210,73,80); }
div.DivClassName
{
background-color: #D24950;
}
.BgClassName
{
background-color: #D24950;
}
</style>
border-color css
<style>
span { border-color: #D24950; }
span { border-color: rgb(210,73,80); }
td.TdClassName
{
border-color: #D24950;
}
.TagClassName
{
border-color: #D24950;
}
</style>