Shades of Mandy #D2494E
Tints of Mandy #D2494E
RGB
CMYK
RGB Variations
Color information
#D2494E (or 0xD2494E) is known color: Mandy. HEX triplet: D2, 49 and 4E. RGB value is (210,73,78). Sum of RGB (Red+Green+Blue) = 210+73+78=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2494E is #2DB6B1. Grayscale: #727272. Windows color (decimal): -2995890 or 5130706. OLE color: 5130706.
HSL color Cylindrical-coordinate representation of color #D2494E: hue angle of 357.81º 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 #D2494E is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 78 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.18 |
| HSL | 357.81º | 0.6% | 0.55% | - |
| HSV(B) | 357.81º | 0.65% | 0.82% | - |
| XYZ | 30.34 | 19.02 | 9.28 | - |
| YUV | 114.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 78 | 0 | 0.65 | 0.63 | 0.18 | 357.81 | 0.6 | 0.55 |
| Hex | D2 | 49 | 4E | 0 | 41 | 3F | 12 | 166 | 3C | 37 |
| Octal | 322 | 111 | 116 | 0 | 101 | 77 | 22 | 546 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1001110 | 0 | 1000001 | 111111 | 10010 | 101100110 | 111100 | 110111 |
Color Harmonies of #D2494E
Complementary color
Monochromatic Colors of #D2494E
Black with #D2494E
Text Example
Text Example
White with #D2494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2494E; }
p { color: rgb(210,73,78); }
H1.HeaderClassName
{
color: #D2494E;
}
.AnyTagClassName
{
color: #D2494E;
}
</style>
background-color css
<style>
a { background-color: #D2494E; }
a { background-color: rgb(210,73,78); }
div.DivClassName
{
background-color: #D2494E;
}
.BgClassName
{
background-color: #D2494E;
}
</style>
border-color css
<style>
span { border-color: #D2494E; }
span { border-color: rgb(210,73,78); }
td.TdClassName
{
border-color: #D2494E;
}
.TagClassName
{
border-color: #D2494E;
}
</style>