Shades of Mandy #D24756
Tints of Mandy #D24756
RGB
CMYK
RGB Variations
Color information
#D24756 (or 0xD24756) is known color: Mandy. HEX triplet: D2, 47 and 56. RGB value is (210,71,86). Sum of RGB (Red+Green+Blue) = 210+71+86=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D24756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24756 is #2DB8A9. Grayscale: #727272. Windows color (decimal): -2996394 or 5654482. OLE color: 5654482.
HSL color Cylindrical-coordinate representation of color #D24756: hue angle of 353.53º 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 #D24756 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 86 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.18 |
| HSL | 353.53º | 0.61% | 0.55% | - |
| HSV(B) | 353.53º | 0.66% | 0.82% | - |
| XYZ | 30.51 | 18.88 | 10.84 | - |
| YUV | 114.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 86 | 0 | 0.66 | 0.59 | 0.18 | 353.53 | 0.61 | 0.55 |
| Hex | D2 | 47 | 56 | 0 | 42 | 3B | 12 | 162 | 3D | 37 |
| Octal | 322 | 107 | 126 | 0 | 102 | 73 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1010110 | 0 | 1000010 | 111011 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24756
Complementary color
Monochromatic Colors of #D24756
Black with #D24756
Text Example
Text Example
White with #D24756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24756; }
p { color: rgb(210,71,86); }
H1.HeaderClassName
{
color: #D24756;
}
.AnyTagClassName
{
color: #D24756;
}
</style>
background-color css
<style>
a { background-color: #D24756; }
a { background-color: rgb(210,71,86); }
div.DivClassName
{
background-color: #D24756;
}
.BgClassName
{
background-color: #D24756;
}
</style>
border-color css
<style>
span { border-color: #D24756; }
span { border-color: rgb(210,71,86); }
td.TdClassName
{
border-color: #D24756;
}
.TagClassName
{
border-color: #D24756;
}
</style>