Shades of Mandy #DC5059
Tints of Mandy #DC5059
RGB
CMYK
RGB Variations
Color information
#DC5059 (or 0xDC5059) is known color: Mandy. HEX triplet: DC, 50 and 59. RGB value is (220,80,89). Sum of RGB (Red+Green+Blue) = 220+80+89=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5059 is #23AFA6. Grayscale: #7A7A7A. Windows color (decimal): -2338727 or 5853404. OLE color: 5853404.
HSL color Cylindrical-coordinate representation of color #DC5059: hue angle of 356.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5059 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 89 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.14 |
| HSL | 356.14º | 0.67% | 0.59% | - |
| HSV(B) | 356.14º | 0.64% | 0.86% | - |
| XYZ | 34.19 | 21.67 | 11.83 | - |
| YUV | 122.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 89 | 0 | 0.64 | 0.60 | 0.14 | 356.14 | 0.67 | 0.59 |
| Hex | DC | 50 | 59 | 0 | 40 | 3C | E | 164 | 43 | 3B |
| Octal | 334 | 120 | 131 | 0 | 100 | 74 | 16 | 544 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1011001 | 0 | 1000000 | 111100 | 1110 | 101100100 | 1000011 | 111011 |
Color Harmonies of #DC5059
Complementary color
Monochromatic Colors of #DC5059
Black with #DC5059
Text Example
Text Example
White with #DC5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5059; }
p { color: rgb(220,80,89); }
H1.HeaderClassName
{
color: #DC5059;
}
.AnyTagClassName
{
color: #DC5059;
}
</style>
background-color css
<style>
a { background-color: #DC5059; }
a { background-color: rgb(220,80,89); }
div.DivClassName
{
background-color: #DC5059;
}
.BgClassName
{
background-color: #DC5059;
}
</style>
border-color css
<style>
span { border-color: #DC5059; }
span { border-color: rgb(220,80,89); }
td.TdClassName
{
border-color: #DC5059;
}
.TagClassName
{
border-color: #DC5059;
}
</style>