Shades of Mandy #DC5659
Tints of Mandy #DC5659
RGB
CMYK
RGB Variations
Color information
#DC5659 (or 0xDC5659) is known color: Mandy. HEX triplet: DC, 56 and 59. RGB value is (220,86,89). Sum of RGB (Red+Green+Blue) = 220+86+89=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5659 is #23A9A6. Grayscale: #7E7E7E. Windows color (decimal): -2337191 or 5854940. OLE color: 5854940.
HSL color Cylindrical-coordinate representation of color #DC5659: hue angle of 358.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5659 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 89 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.14 |
| HSL | 358.66º | 0.66% | 0.6% | - |
| HSV(B) | 358.66º | 0.61% | 0.86% | - |
| XYZ | 34.65 | 22.59 | 11.99 | - |
| YUV | 126.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 89 | 0 | 0.61 | 0.60 | 0.14 | 358.66 | 0.66 | 0.6 |
| Hex | DC | 56 | 59 | 0 | 3D | 3C | E | 167 | 42 | 3C |
| Octal | 334 | 126 | 131 | 0 | 75 | 74 | 16 | 547 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1011001 | 0 | 111101 | 111100 | 1110 | 101100111 | 1000010 | 111100 |
Color Harmonies of #DC5659
Complementary color
Monochromatic Colors of #DC5659
Black with #DC5659
Text Example
Text Example
White with #DC5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5659; }
p { color: rgb(220,86,89); }
H1.HeaderClassName
{
color: #DC5659;
}
.AnyTagClassName
{
color: #DC5659;
}
</style>
background-color css
<style>
a { background-color: #DC5659; }
a { background-color: rgb(220,86,89); }
div.DivClassName
{
background-color: #DC5659;
}
.BgClassName
{
background-color: #DC5659;
}
</style>
border-color css
<style>
span { border-color: #DC5659; }
span { border-color: rgb(220,86,89); }
td.TdClassName
{
border-color: #DC5659;
}
.TagClassName
{
border-color: #DC5659;
}
</style>