Shades of Mandy #D2494A
Tints of Mandy #D2494A
RGB
CMYK
RGB Variations
Color information
#D2494A (or 0xD2494A) is known color: Mandy. HEX triplet: D2, 49 and 4A. RGB value is (210,73,74). Sum of RGB (Red+Green+Blue) = 210+73+74=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2494A is #2DB6B5. Grayscale: #727272. Windows color (decimal): -2995894 or 4868562. OLE color: 4868562.
HSL color Cylindrical-coordinate representation of color #D2494A: hue angle of 359.56º 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 #D2494A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 74 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.18 |
| HSL | 359.56º | 0.6% | 0.55% | - |
| HSV(B) | 359.56º | 0.65% | 0.82% | - |
| XYZ | 30.2 | 18.96 | 8.55 | - |
| YUV | 114.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 74 | 0 | 0.65 | 0.65 | 0.18 | 359.56 | 0.6 | 0.55 |
| Hex | D2 | 49 | 4A | 0 | 41 | 41 | 12 | 168 | 3C | 37 |
| Octal | 322 | 111 | 112 | 0 | 101 | 101 | 22 | 550 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1001010 | 0 | 1000001 | 1000001 | 10010 | 101101000 | 111100 | 110111 |
Color Harmonies of #D2494A
Complementary color
Monochromatic Colors of #D2494A
Black with #D2494A
Text Example
Text Example
White with #D2494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2494A; }
p { color: rgb(210,73,74); }
H1.HeaderClassName
{
color: #D2494A;
}
.AnyTagClassName
{
color: #D2494A;
}
</style>
background-color css
<style>
a { background-color: #D2494A; }
a { background-color: rgb(210,73,74); }
div.DivClassName
{
background-color: #D2494A;
}
.BgClassName
{
background-color: #D2494A;
}
</style>
border-color css
<style>
span { border-color: #D2494A; }
span { border-color: rgb(210,73,74); }
td.TdClassName
{
border-color: #D2494A;
}
.TagClassName
{
border-color: #D2494A;
}
</style>