Shades of Mandy #D2404F
Tints of Mandy #D2404F
RGB
CMYK
RGB Variations
Color information
#D2404F (or 0xD2404F) is known color: Mandy. HEX triplet: D2, 40 and 4F. RGB value is (210,64,79). Sum of RGB (Red+Green+Blue) = 210+64+79=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2404F is #2DBFB0. Grayscale: #6D6D6D. Windows color (decimal): -2998193 or 5193938. OLE color: 5193938.
HSL color Cylindrical-coordinate representation of color #D2404F: hue angle of 353.84º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2404F is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 79 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.18 |
| HSL | 353.84º | 0.62% | 0.54% | - |
| HSV(B) | 353.84º | 0.7% | 0.82% | - |
| XYZ | 29.82 | 17.93 | 9.29 | - |
| YUV | 109.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 79 | 0 | 0.70 | 0.62 | 0.18 | 353.84 | 0.62 | 0.54 |
| Hex | D2 | 40 | 4F | 0 | 46 | 3E | 12 | 162 | 3E | 36 |
| Octal | 322 | 100 | 117 | 0 | 106 | 76 | 22 | 542 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1001111 | 0 | 1000110 | 111110 | 10010 | 101100010 | 111110 | 110110 |
Color Harmonies of #D2404F
Complementary color
Monochromatic Colors of #D2404F
Black with #D2404F
Text Example
Text Example
White with #D2404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2404F; }
p { color: rgb(210,64,79); }
H1.HeaderClassName
{
color: #D2404F;
}
.AnyTagClassName
{
color: #D2404F;
}
</style>
background-color css
<style>
a { background-color: #D2404F; }
a { background-color: rgb(210,64,79); }
div.DivClassName
{
background-color: #D2404F;
}
.BgClassName
{
background-color: #D2404F;
}
</style>
border-color css
<style>
span { border-color: #D2404F; }
span { border-color: rgb(210,64,79); }
td.TdClassName
{
border-color: #D2404F;
}
.TagClassName
{
border-color: #D2404F;
}
</style>