Shades of Mandy #D5404F
Tints of Mandy #D5404F
RGB
CMYK
RGB Variations
Color information
#D5404F (or 0xD5404F) is known color: Mandy. HEX triplet: D5, 40 and 4F. RGB value is (213,64,79). Sum of RGB (Red+Green+Blue) = 213+64+79=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5404F is #2ABFB0. Grayscale: #6E6E6E. Windows color (decimal): -2801585 or 5193941. OLE color: 5193941.
HSL color Cylindrical-coordinate representation of color #D5404F: hue angle of 353.96º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5404F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 79 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.16 |
| HSL | 353.96º | 0.64% | 0.54% | - |
| HSV(B) | 353.96º | 0.7% | 0.84% | - |
| XYZ | 30.69 | 18.38 | 9.33 | - |
| YUV | 110.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 79 | 0 | 0.70 | 0.63 | 0.16 | 353.96 | 0.64 | 0.54 |
| Hex | D5 | 40 | 4F | 0 | 46 | 3F | 10 | 162 | 40 | 36 |
| Octal | 325 | 100 | 117 | 0 | 106 | 77 | 20 | 542 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1001111 | 0 | 1000110 | 111111 | 10000 | 101100010 | 1000000 | 110110 |
Color Harmonies of #D5404F
Complementary color
Monochromatic Colors of #D5404F
Black with #D5404F
Text Example
Text Example
White with #D5404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5404F; }
p { color: rgb(213,64,79); }
H1.HeaderClassName
{
color: #D5404F;
}
.AnyTagClassName
{
color: #D5404F;
}
</style>
background-color css
<style>
a { background-color: #D5404F; }
a { background-color: rgb(213,64,79); }
div.DivClassName
{
background-color: #D5404F;
}
.BgClassName
{
background-color: #D5404F;
}
</style>
border-color css
<style>
span { border-color: #D5404F; }
span { border-color: rgb(213,64,79); }
td.TdClassName
{
border-color: #D5404F;
}
.TagClassName
{
border-color: #D5404F;
}
</style>