Shades of Mandy #D1404F
Tints of Mandy #D1404F
RGB
CMYK
RGB Variations
Color information
#D1404F (or 0xD1404F) is known color: Mandy. HEX triplet: D1, 40 and 4F. RGB value is (209,64,79). Sum of RGB (Red+Green+Blue) = 209+64+79=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1404F is #2EBFB0. Grayscale: #6D6D6D. Windows color (decimal): -3063729 or 5193937. OLE color: 5193937.
HSL color Cylindrical-coordinate representation of color #D1404F: hue angle of 353.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1404F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 79 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.18 |
| HSL | 353.79º | 0.61% | 0.54% | - |
| HSV(B) | 353.79º | 0.69% | 0.82% | - |
| XYZ | 29.54 | 17.79 | 9.27 | - |
| YUV | 109.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 79 | 0 | 0.69 | 0.62 | 0.18 | 353.79 | 0.61 | 0.54 |
| Hex | D1 | 40 | 4F | 0 | 45 | 3E | 12 | 162 | 3D | 36 |
| Octal | 321 | 100 | 117 | 0 | 105 | 76 | 22 | 542 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1001111 | 0 | 1000101 | 111110 | 10010 | 101100010 | 111101 | 110110 |
Color Harmonies of #D1404F
Complementary color
Monochromatic Colors of #D1404F
Black with #D1404F
Text Example
Text Example
White with #D1404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1404F; }
p { color: rgb(209,64,79); }
H1.HeaderClassName
{
color: #D1404F;
}
.AnyTagClassName
{
color: #D1404F;
}
</style>
background-color css
<style>
a { background-color: #D1404F; }
a { background-color: rgb(209,64,79); }
div.DivClassName
{
background-color: #D1404F;
}
.BgClassName
{
background-color: #D1404F;
}
</style>
border-color css
<style>
span { border-color: #D1404F; }
span { border-color: rgb(209,64,79); }
td.TdClassName
{
border-color: #D1404F;
}
.TagClassName
{
border-color: #D1404F;
}
</style>