Shades of Mandy #D44056
Tints of Mandy #D44056
RGB
CMYK
RGB Variations
Color information
#D44056 (or 0xD44056) is known color: Mandy. HEX triplet: D4, 40 and 56. RGB value is (212,64,86). Sum of RGB (Red+Green+Blue) = 212+64+86=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D44056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44056 is #2BBFA9. Grayscale: #6E6E6E. Windows color (decimal): -2867114 or 5652692. OLE color: 5652692.
HSL color Cylindrical-coordinate representation of color #D44056: hue angle of 351.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44056 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 86 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.17 |
| HSL | 351.08º | 0.63% | 0.54% | - |
| HSV(B) | 351.08º | 0.7% | 0.83% | - |
| XYZ | 30.66 | 18.34 | 10.73 | - |
| YUV | 110.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 86 | 0 | 0.70 | 0.59 | 0.17 | 351.08 | 0.63 | 0.54 |
| Hex | D4 | 40 | 56 | 0 | 46 | 3B | 11 | 15F | 3F | 36 |
| Octal | 324 | 100 | 126 | 0 | 106 | 73 | 21 | 537 | 77 | 66 |
| Binary | 11010100 | 1000000 | 1010110 | 0 | 1000110 | 111011 | 10001 | 101011111 | 111111 | 110110 |
Color Harmonies of #D44056
Complementary color
Monochromatic Colors of #D44056
Black with #D44056
Text Example
Text Example
White with #D44056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44056; }
p { color: rgb(212,64,86); }
H1.HeaderClassName
{
color: #D44056;
}
.AnyTagClassName
{
color: #D44056;
}
</style>
background-color css
<style>
a { background-color: #D44056; }
a { background-color: rgb(212,64,86); }
div.DivClassName
{
background-color: #D44056;
}
.BgClassName
{
background-color: #D44056;
}
</style>
border-color css
<style>
span { border-color: #D44056; }
span { border-color: rgb(212,64,86); }
td.TdClassName
{
border-color: #D44056;
}
.TagClassName
{
border-color: #D44056;
}
</style>