Shades of Mandy #D44D55
Tints of Mandy #D44D55
RGB
CMYK
RGB Variations
Color information
#D44D55 (or 0xD44D55) is known color: Mandy. HEX triplet: D4, 4D and 55. RGB value is (212,77,85). Sum of RGB (Red+Green+Blue) = 212+77+85=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D55 is #2BB2AA. Grayscale: #767676. Windows color (decimal): -2863787 or 5590484. OLE color: 5590484.
HSL color Cylindrical-coordinate representation of color #D44D55: hue angle of 356.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D55 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 85 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.17 |
| HSL | 356.44º | 0.61% | 0.57% | - |
| HSV(B) | 356.44º | 0.64% | 0.83% | - |
| XYZ | 31.44 | 19.96 | 10.79 | - |
| YUV | 118.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 85 | 0 | 0.64 | 0.60 | 0.17 | 356.44 | 0.61 | 0.57 |
| Hex | D4 | 4D | 55 | 0 | 40 | 3C | 11 | 164 | 3D | 39 |
| Octal | 324 | 115 | 125 | 0 | 100 | 74 | 21 | 544 | 75 | 71 |
| Binary | 11010100 | 1001101 | 1010101 | 0 | 1000000 | 111100 | 10001 | 101100100 | 111101 | 111001 |
Color Harmonies of #D44D55
Complementary color
Monochromatic Colors of #D44D55
Black with #D44D55
Text Example
Text Example
White with #D44D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D55; }
p { color: rgb(212,77,85); }
H1.HeaderClassName
{
color: #D44D55;
}
.AnyTagClassName
{
color: #D44D55;
}
</style>
background-color css
<style>
a { background-color: #D44D55; }
a { background-color: rgb(212,77,85); }
div.DivClassName
{
background-color: #D44D55;
}
.BgClassName
{
background-color: #D44D55;
}
</style>
border-color css
<style>
span { border-color: #D44D55; }
span { border-color: rgb(212,77,85); }
td.TdClassName
{
border-color: #D44D55;
}
.TagClassName
{
border-color: #D44D55;
}
</style>