Shades of Mandy #D2474F
Tints of Mandy #D2474F
RGB
CMYK
RGB Variations
Color information
#D2474F (or 0xD2474F) is known color: Mandy. HEX triplet: D2, 47 and 4F. RGB value is (210,71,79). Sum of RGB (Red+Green+Blue) = 210+71+79=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2474F is #2DB8B0. Grayscale: #717171. Windows color (decimal): -2996401 or 5195730. OLE color: 5195730.
HSL color Cylindrical-coordinate representation of color #D2474F: hue angle of 356.55º 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 #D2474F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 79 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.18 |
| HSL | 356.55º | 0.61% | 0.55% | - |
| HSV(B) | 356.55º | 0.66% | 0.82% | - |
| XYZ | 30.24 | 18.77 | 9.43 | - |
| YUV | 113.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 79 | 0 | 0.66 | 0.62 | 0.18 | 356.55 | 0.61 | 0.55 |
| Hex | D2 | 47 | 4F | 0 | 42 | 3E | 12 | 165 | 3D | 37 |
| Octal | 322 | 107 | 117 | 0 | 102 | 76 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1001111 | 0 | 1000010 | 111110 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D2474F
Complementary color
Monochromatic Colors of #D2474F
Black with #D2474F
Text Example
Text Example
White with #D2474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2474F; }
p { color: rgb(210,71,79); }
H1.HeaderClassName
{
color: #D2474F;
}
.AnyTagClassName
{
color: #D2474F;
}
</style>
background-color css
<style>
a { background-color: #D2474F; }
a { background-color: rgb(210,71,79); }
div.DivClassName
{
background-color: #D2474F;
}
.BgClassName
{
background-color: #D2474F;
}
</style>
border-color css
<style>
span { border-color: #D2474F; }
span { border-color: rgb(210,71,79); }
td.TdClassName
{
border-color: #D2474F;
}
.TagClassName
{
border-color: #D2474F;
}
</style>