Shades of Mandy #D4404E
Tints of Mandy #D4404E
RGB
CMYK
RGB Variations
Color information
#D4404E (or 0xD4404E) is known color: Mandy. HEX triplet: D4, 40 and 4E. RGB value is (212,64,78). Sum of RGB (Red+Green+Blue) = 212+64+78=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4404E is #2BBFB1. Grayscale: #6D6D6D. Windows color (decimal): -2867122 or 5128404. OLE color: 5128404.
HSL color Cylindrical-coordinate representation of color #D4404E: hue angle of 354.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4404E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 78 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.17 |
| HSL | 354.32º | 0.63% | 0.54% | - |
| HSV(B) | 354.32º | 0.7% | 0.83% | - |
| XYZ | 30.36 | 18.21 | 9.12 | - |
| YUV | 109.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 78 | 0 | 0.70 | 0.63 | 0.17 | 354.32 | 0.63 | 0.54 |
| Hex | D4 | 40 | 4E | 0 | 46 | 3F | 11 | 162 | 3F | 36 |
| Octal | 324 | 100 | 116 | 0 | 106 | 77 | 21 | 542 | 77 | 66 |
| Binary | 11010100 | 1000000 | 1001110 | 0 | 1000110 | 111111 | 10001 | 101100010 | 111111 | 110110 |
Color Harmonies of #D4404E
Complementary color
Monochromatic Colors of #D4404E
Black with #D4404E
Text Example
Text Example
White with #D4404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4404E; }
p { color: rgb(212,64,78); }
H1.HeaderClassName
{
color: #D4404E;
}
.AnyTagClassName
{
color: #D4404E;
}
</style>
background-color css
<style>
a { background-color: #D4404E; }
a { background-color: rgb(212,64,78); }
div.DivClassName
{
background-color: #D4404E;
}
.BgClassName
{
background-color: #D4404E;
}
</style>
border-color css
<style>
span { border-color: #D4404E; }
span { border-color: rgb(212,64,78); }
td.TdClassName
{
border-color: #D4404E;
}
.TagClassName
{
border-color: #D4404E;
}
</style>