Shades of Mandy #DC5760
Tints of Mandy #DC5760
RGB
CMYK
RGB Variations
Color information
#DC5760 (or 0xDC5760) is known color: Mandy. HEX triplet: DC, 57 and 60. RGB value is (220,87,96). Sum of RGB (Red+Green+Blue) = 220+87+96=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5760 is #23A89F. Grayscale: #7F7F7F. Windows color (decimal): -2336928 or 6313948. OLE color: 6313948.
HSL color Cylindrical-coordinate representation of color #DC5760: hue angle of 355.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5760 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 96 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.14 |
| HSL | 355.94º | 0.66% | 0.6% | - |
| HSV(B) | 355.94º | 0.6% | 0.86% | - |
| XYZ | 35.03 | 22.88 | 13.64 | - |
| YUV | 127.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 96 | 0 | 0.60 | 0.56 | 0.14 | 355.94 | 0.66 | 0.6 |
| Hex | DC | 57 | 60 | 0 | 3C | 38 | E | 164 | 42 | 3C |
| Octal | 334 | 127 | 140 | 0 | 74 | 70 | 16 | 544 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1100000 | 0 | 111100 | 111000 | 1110 | 101100100 | 1000010 | 111100 |
Color Harmonies of #DC5760
Complementary color
Monochromatic Colors of #DC5760
Black with #DC5760
Text Example
Text Example
White with #DC5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5760; }
p { color: rgb(220,87,96); }
H1.HeaderClassName
{
color: #DC5760;
}
.AnyTagClassName
{
color: #DC5760;
}
</style>
background-color css
<style>
a { background-color: #DC5760; }
a { background-color: rgb(220,87,96); }
div.DivClassName
{
background-color: #DC5760;
}
.BgClassName
{
background-color: #DC5760;
}
</style>
border-color css
<style>
span { border-color: #DC5760; }
span { border-color: rgb(220,87,96); }
td.TdClassName
{
border-color: #DC5760;
}
.TagClassName
{
border-color: #DC5760;
}
</style>