Shades of Mandy #D2474E
Tints of Mandy #D2474E
RGB
CMYK
RGB Variations
Color information
#D2474E (or 0xD2474E) is known color: Mandy. HEX triplet: D2, 47 and 4E. RGB value is (210,71,78). Sum of RGB (Red+Green+Blue) = 210+71+78=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2474E is #2DB8B1. Grayscale: #717171. Windows color (decimal): -2996402 or 5130194. OLE color: 5130194.
HSL color Cylindrical-coordinate representation of color #D2474E: hue angle of 356.98º 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 #D2474E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 78 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.18 |
| HSL | 356.98º | 0.61% | 0.55% | - |
| HSV(B) | 356.98º | 0.66% | 0.82% | - |
| XYZ | 30.21 | 18.76 | 9.24 | - |
| YUV | 113.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 78 | 0 | 0.66 | 0.63 | 0.18 | 356.98 | 0.61 | 0.55 |
| Hex | D2 | 47 | 4E | 0 | 42 | 3F | 12 | 165 | 3D | 37 |
| Octal | 322 | 107 | 116 | 0 | 102 | 77 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1001110 | 0 | 1000010 | 111111 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D2474E
Complementary color
Monochromatic Colors of #D2474E
Black with #D2474E
Text Example
Text Example
White with #D2474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2474E; }
p { color: rgb(210,71,78); }
H1.HeaderClassName
{
color: #D2474E;
}
.AnyTagClassName
{
color: #D2474E;
}
</style>
background-color css
<style>
a { background-color: #D2474E; }
a { background-color: rgb(210,71,78); }
div.DivClassName
{
background-color: #D2474E;
}
.BgClassName
{
background-color: #D2474E;
}
</style>
border-color css
<style>
span { border-color: #D2474E; }
span { border-color: rgb(210,71,78); }
td.TdClassName
{
border-color: #D2474E;
}
.TagClassName
{
border-color: #D2474E;
}
</style>