Shades of Mandy #D44F5E
Tints of Mandy #D44F5E
RGB
CMYK
RGB Variations
Color information
#D44F5E (or 0xD44F5E) is known color: Mandy. HEX triplet: D4, 4F and 5E. RGB value is (212,79,94). Sum of RGB (Red+Green+Blue) = 212+79+94=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F5E is #2BB0A1. Grayscale: #787878. Windows color (decimal): -2863266 or 6180820. OLE color: 6180820.
HSL color Cylindrical-coordinate representation of color #D44F5E: hue angle of 353.23º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F5E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 94 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.17 |
| HSL | 353.23º | 0.61% | 0.57% | - |
| HSV(B) | 353.23º | 0.63% | 0.83% | - |
| XYZ | 31.97 | 20.4 | 12.84 | - |
| YUV | 120.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 94 | 0 | 0.63 | 0.56 | 0.17 | 353.23 | 0.61 | 0.57 |
| Hex | D4 | 4F | 5E | 0 | 3F | 38 | 11 | 161 | 3D | 39 |
| Octal | 324 | 117 | 136 | 0 | 77 | 70 | 21 | 541 | 75 | 71 |
| Binary | 11010100 | 1001111 | 1011110 | 0 | 111111 | 111000 | 10001 | 101100001 | 111101 | 111001 |
Color Harmonies of #D44F5E
Complementary color
Monochromatic Colors of #D44F5E
Black with #D44F5E
Text Example
Text Example
White with #D44F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F5E; }
p { color: rgb(212,79,94); }
H1.HeaderClassName
{
color: #D44F5E;
}
.AnyTagClassName
{
color: #D44F5E;
}
</style>
background-color css
<style>
a { background-color: #D44F5E; }
a { background-color: rgb(212,79,94); }
div.DivClassName
{
background-color: #D44F5E;
}
.BgClassName
{
background-color: #D44F5E;
}
</style>
border-color css
<style>
span { border-color: #D44F5E; }
span { border-color: rgb(212,79,94); }
td.TdClassName
{
border-color: #D44F5E;
}
.TagClassName
{
border-color: #D44F5E;
}
</style>