Shades of Mandy #D24850
Tints of Mandy #D24850
RGB
CMYK
RGB Variations
Color information
#D24850 (or 0xD24850) is known color: Mandy. HEX triplet: D2, 48 and 50. RGB value is (210,72,80). Sum of RGB (Red+Green+Blue) = 210+72+80=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D24850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24850 is #2DB7AF. Grayscale: #727272. Windows color (decimal): -2996144 or 5261522. OLE color: 5261522.
HSL color Cylindrical-coordinate representation of color #D24850: hue angle of 356.52º 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 #D24850 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 80 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.18 |
| HSL | 356.52º | 0.61% | 0.55% | - |
| HSV(B) | 356.52º | 0.66% | 0.82% | - |
| XYZ | 30.34 | 18.92 | 9.64 | - |
| YUV | 114.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 80 | 0 | 0.66 | 0.62 | 0.18 | 356.52 | 0.61 | 0.55 |
| Hex | D2 | 48 | 50 | 0 | 42 | 3E | 12 | 165 | 3D | 37 |
| Octal | 322 | 110 | 120 | 0 | 102 | 76 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1010000 | 0 | 1000010 | 111110 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D24850
Complementary color
Monochromatic Colors of #D24850
Black with #D24850
Text Example
Text Example
White with #D24850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24850; }
p { color: rgb(210,72,80); }
H1.HeaderClassName
{
color: #D24850;
}
.AnyTagClassName
{
color: #D24850;
}
</style>
background-color css
<style>
a { background-color: #D24850; }
a { background-color: rgb(210,72,80); }
div.DivClassName
{
background-color: #D24850;
}
.BgClassName
{
background-color: #D24850;
}
</style>
border-color css
<style>
span { border-color: #D24850; }
span { border-color: rgb(210,72,80); }
td.TdClassName
{
border-color: #D24850;
}
.TagClassName
{
border-color: #D24850;
}
</style>