Shades of Mandy #D44956
Tints of Mandy #D44956
RGB
CMYK
RGB Variations
Color information
#D44956 (or 0xD44956) is known color: Mandy. HEX triplet: D4, 49 and 56. RGB value is (212,73,86). Sum of RGB (Red+Green+Blue) = 212+73+86=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D44956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44956 is #2BB6A9. Grayscale: #747474. Windows color (decimal): -2864810 or 5654996. OLE color: 5654996.
HSL color Cylindrical-coordinate representation of color #D44956: hue angle of 354.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44956 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 86 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.17 |
| HSL | 354.39º | 0.62% | 0.56% | - |
| HSV(B) | 354.39º | 0.66% | 0.83% | - |
| XYZ | 31.21 | 19.43 | 10.91 | - |
| YUV | 116.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 86 | 0 | 0.66 | 0.59 | 0.17 | 354.39 | 0.62 | 0.56 |
| Hex | D4 | 49 | 56 | 0 | 42 | 3B | 11 | 162 | 3E | 38 |
| Octal | 324 | 111 | 126 | 0 | 102 | 73 | 21 | 542 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1010110 | 0 | 1000010 | 111011 | 10001 | 101100010 | 111110 | 111000 |
Color Harmonies of #D44956
Complementary color
Monochromatic Colors of #D44956
Black with #D44956
Text Example
Text Example
White with #D44956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44956; }
p { color: rgb(212,73,86); }
H1.HeaderClassName
{
color: #D44956;
}
.AnyTagClassName
{
color: #D44956;
}
</style>
background-color css
<style>
a { background-color: #D44956; }
a { background-color: rgb(212,73,86); }
div.DivClassName
{
background-color: #D44956;
}
.BgClassName
{
background-color: #D44956;
}
</style>
border-color css
<style>
span { border-color: #D44956; }
span { border-color: rgb(212,73,86); }
td.TdClassName
{
border-color: #D44956;
}
.TagClassName
{
border-color: #D44956;
}
</style>