Shades of Mandy #D44456
Tints of Mandy #D44456
RGB
CMYK
RGB Variations
Color information
#D44456 (or 0xD44456) is known color: Mandy. HEX triplet: D4, 44 and 56. RGB value is (212,68,86). Sum of RGB (Red+Green+Blue) = 212+68+86=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D44456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44456 is #2BBBA9. Grayscale: #717171. Windows color (decimal): -2866090 or 5653716. OLE color: 5653716.
HSL color Cylindrical-coordinate representation of color #D44456: hue angle of 352.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44456 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.17 |
| HSL | 352.5º | 0.63% | 0.55% | - |
| HSV(B) | 352.5º | 0.68% | 0.83% | - |
| XYZ | 30.9 | 18.8 | 10.8 | - |
| YUV | 113.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 86 | 0 | 0.68 | 0.59 | 0.17 | 352.5 | 0.63 | 0.55 |
| Hex | D4 | 44 | 56 | 0 | 44 | 3B | 11 | 160 | 3F | 37 |
| Octal | 324 | 104 | 126 | 0 | 104 | 73 | 21 | 540 | 77 | 67 |
| Binary | 11010100 | 1000100 | 1010110 | 0 | 1000100 | 111011 | 10001 | 101100000 | 111111 | 110111 |
Color Harmonies of #D44456
Complementary color
Monochromatic Colors of #D44456
Black with #D44456
Text Example
Text Example
White with #D44456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44456; }
p { color: rgb(212,68,86); }
H1.HeaderClassName
{
color: #D44456;
}
.AnyTagClassName
{
color: #D44456;
}
</style>
background-color css
<style>
a { background-color: #D44456; }
a { background-color: rgb(212,68,86); }
div.DivClassName
{
background-color: #D44456;
}
.BgClassName
{
background-color: #D44456;
}
</style>
border-color css
<style>
span { border-color: #D44456; }
span { border-color: rgb(212,68,86); }
td.TdClassName
{
border-color: #D44456;
}
.TagClassName
{
border-color: #D44456;
}
</style>