Shades of Mandy #D2404E
Tints of Mandy #D2404E
RGB
CMYK
RGB Variations
Color information
#D2404E (or 0xD2404E) is known color: Mandy. HEX triplet: D2, 40 and 4E. RGB value is (210,64,78). Sum of RGB (Red+Green+Blue) = 210+64+78=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2404E is #2DBFB1. Grayscale: #6D6D6D. Windows color (decimal): -2998194 or 5128402. OLE color: 5128402.
HSL color Cylindrical-coordinate representation of color #D2404E: hue angle of 354.25º 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 #D2404E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 78 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.18 |
| HSL | 354.25º | 0.62% | 0.54% | - |
| HSV(B) | 354.25º | 0.7% | 0.82% | - |
| XYZ | 29.79 | 17.92 | 9.1 | - |
| YUV | 109.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 78 | 0 | 0.70 | 0.63 | 0.18 | 354.25 | 0.62 | 0.54 |
| Hex | D2 | 40 | 4E | 0 | 46 | 3F | 12 | 162 | 3E | 36 |
| Octal | 322 | 100 | 116 | 0 | 106 | 77 | 22 | 542 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1001110 | 0 | 1000110 | 111111 | 10010 | 101100010 | 111110 | 110110 |
Color Harmonies of #D2404E
Complementary color
Monochromatic Colors of #D2404E
Black with #D2404E
Text Example
Text Example
White with #D2404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2404E; }
p { color: rgb(210,64,78); }
H1.HeaderClassName
{
color: #D2404E;
}
.AnyTagClassName
{
color: #D2404E;
}
</style>
background-color css
<style>
a { background-color: #D2404E; }
a { background-color: rgb(210,64,78); }
div.DivClassName
{
background-color: #D2404E;
}
.BgClassName
{
background-color: #D2404E;
}
</style>
border-color css
<style>
span { border-color: #D2404E; }
span { border-color: rgb(210,64,78); }
td.TdClassName
{
border-color: #D2404E;
}
.TagClassName
{
border-color: #D2404E;
}
</style>