Shades of Mandy #DC5960
Tints of Mandy #DC5960
RGB
CMYK
RGB Variations
Color information
#DC5960 (or 0xDC5960) is known color: Mandy. HEX triplet: DC, 59 and 60. RGB value is (220,89,96). Sum of RGB (Red+Green+Blue) = 220+89+96=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5960 is #23A69F. Grayscale: #818181. Windows color (decimal): -2336416 or 6314460. OLE color: 6314460.
HSL color Cylindrical-coordinate representation of color #DC5960: hue angle of 356.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5960 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 96 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.14 |
| HSL | 356.79º | 0.65% | 0.61% | - |
| HSV(B) | 356.79º | 0.6% | 0.86% | - |
| XYZ | 35.2 | 23.2 | 13.69 | - |
| YUV | 128.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 96 | 0 | 0.60 | 0.56 | 0.14 | 356.79 | 0.65 | 0.61 |
| Hex | DC | 59 | 60 | 0 | 3C | 38 | E | 165 | 41 | 3D |
| Octal | 334 | 131 | 140 | 0 | 74 | 70 | 16 | 545 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1100000 | 0 | 111100 | 111000 | 1110 | 101100101 | 1000001 | 111101 |
Color Harmonies of #DC5960
Complementary color
Monochromatic Colors of #DC5960
Black with #DC5960
Text Example
Text Example
White with #DC5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5960; }
p { color: rgb(220,89,96); }
H1.HeaderClassName
{
color: #DC5960;
}
.AnyTagClassName
{
color: #DC5960;
}
</style>
background-color css
<style>
a { background-color: #DC5960; }
a { background-color: rgb(220,89,96); }
div.DivClassName
{
background-color: #DC5960;
}
.BgClassName
{
background-color: #DC5960;
}
</style>
border-color css
<style>
span { border-color: #DC5960; }
span { border-color: rgb(220,89,96); }
td.TdClassName
{
border-color: #DC5960;
}
.TagClassName
{
border-color: #DC5960;
}
</style>