Shades of Mandy #D24855
Tints of Mandy #D24855
RGB
CMYK
RGB Variations
Color information
#D24855 (or 0xD24855) is known color: Mandy. HEX triplet: D2, 48 and 55. RGB value is (210,72,85). Sum of RGB (Red+Green+Blue) = 210+72+85=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D24855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24855 is #2DB7AA. Grayscale: #727272. Windows color (decimal): -2996139 or 5589202. OLE color: 5589202.
HSL color Cylindrical-coordinate representation of color #D24855: hue angle of 354.35º 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 #D24855 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 85 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.18 |
| HSL | 354.35º | 0.61% | 0.55% | - |
| HSV(B) | 354.35º | 0.66% | 0.82% | - |
| XYZ | 30.54 | 18.99 | 10.65 | - |
| YUV | 114.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 85 | 0 | 0.66 | 0.60 | 0.18 | 354.35 | 0.61 | 0.55 |
| Hex | D2 | 48 | 55 | 0 | 42 | 3C | 12 | 162 | 3D | 37 |
| Octal | 322 | 110 | 125 | 0 | 102 | 74 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1010101 | 0 | 1000010 | 111100 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24855
Complementary color
Monochromatic Colors of #D24855
Black with #D24855
Text Example
Text Example
White with #D24855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24855; }
p { color: rgb(210,72,85); }
H1.HeaderClassName
{
color: #D24855;
}
.AnyTagClassName
{
color: #D24855;
}
</style>
background-color css
<style>
a { background-color: #D24855; }
a { background-color: rgb(210,72,85); }
div.DivClassName
{
background-color: #D24855;
}
.BgClassName
{
background-color: #D24855;
}
</style>
border-color css
<style>
span { border-color: #D24855; }
span { border-color: rgb(210,72,85); }
td.TdClassName
{
border-color: #D24855;
}
.TagClassName
{
border-color: #D24855;
}
</style>