Shades of Mandy #D44860
Tints of Mandy #D44860
RGB
CMYK
RGB Variations
Color information
#D44860 (or 0xD44860) is known color: Mandy. HEX triplet: D4, 48 and 60. RGB value is (212,72,96). Sum of RGB (Red+Green+Blue) = 212+72+96=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D44860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44860 is #2BB79F. Grayscale: #747474. Windows color (decimal): -2865056 or 6310100. OLE color: 6310100.
HSL color Cylindrical-coordinate representation of color #D44860: hue angle of 349.71º 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 #D44860 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 96 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.17 |
| HSL | 349.71º | 0.62% | 0.56% | - |
| HSV(B) | 349.71º | 0.66% | 0.83% | - |
| XYZ | 31.58 | 19.48 | 13.16 | - |
| YUV | 116.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 96 | 0 | 0.66 | 0.55 | 0.17 | 349.71 | 0.62 | 0.56 |
| Hex | D4 | 48 | 60 | 0 | 42 | 37 | 11 | 15E | 3E | 38 |
| Octal | 324 | 110 | 140 | 0 | 102 | 67 | 21 | 536 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1100000 | 0 | 1000010 | 110111 | 10001 | 101011110 | 111110 | 111000 |
Color Harmonies of #D44860
Complementary color
Monochromatic Colors of #D44860
Black with #D44860
Text Example
Text Example
White with #D44860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44860; }
p { color: rgb(212,72,96); }
H1.HeaderClassName
{
color: #D44860;
}
.AnyTagClassName
{
color: #D44860;
}
</style>
background-color css
<style>
a { background-color: #D44860; }
a { background-color: rgb(212,72,96); }
div.DivClassName
{
background-color: #D44860;
}
.BgClassName
{
background-color: #D44860;
}
</style>
border-color css
<style>
span { border-color: #D44860; }
span { border-color: rgb(212,72,96); }
td.TdClassName
{
border-color: #D44860;
}
.TagClassName
{
border-color: #D44860;
}
</style>