Shades of Mandy #D24956
Tints of Mandy #D24956
RGB
CMYK
RGB Variations
Color information
#D24956 (or 0xD24956) is known color: Mandy. HEX triplet: D2, 49 and 56. RGB value is (210,73,86). Sum of RGB (Red+Green+Blue) = 210+73+86=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D24956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24956 is #2DB6A9. Grayscale: #737373. Windows color (decimal): -2995882 or 5654994. OLE color: 5654994.
HSL color Cylindrical-coordinate representation of color #D24956: hue angle of 354.31º 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 #D24956 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 86 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.18 |
| HSL | 354.31º | 0.6% | 0.55% | - |
| HSV(B) | 354.31º | 0.65% | 0.82% | - |
| XYZ | 30.64 | 19.14 | 10.88 | - |
| YUV | 115.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 86 | 0 | 0.65 | 0.59 | 0.18 | 354.31 | 0.6 | 0.55 |
| Hex | D2 | 49 | 56 | 0 | 41 | 3B | 12 | 162 | 3C | 37 |
| Octal | 322 | 111 | 126 | 0 | 101 | 73 | 22 | 542 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1010110 | 0 | 1000001 | 111011 | 10010 | 101100010 | 111100 | 110111 |
Color Harmonies of #D24956
Complementary color
Monochromatic Colors of #D24956
Black with #D24956
Text Example
Text Example
White with #D24956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24956; }
p { color: rgb(210,73,86); }
H1.HeaderClassName
{
color: #D24956;
}
.AnyTagClassName
{
color: #D24956;
}
</style>
background-color css
<style>
a { background-color: #D24956; }
a { background-color: rgb(210,73,86); }
div.DivClassName
{
background-color: #D24956;
}
.BgClassName
{
background-color: #D24956;
}
</style>
border-color css
<style>
span { border-color: #D24956; }
span { border-color: rgb(210,73,86); }
td.TdClassName
{
border-color: #D24956;
}
.TagClassName
{
border-color: #D24956;
}
</style>