Shades of Mandy #DC5759
Tints of Mandy #DC5759
RGB
CMYK
RGB Variations
Color information
#DC5759 (or 0xDC5759) is known color: Mandy. HEX triplet: DC, 57 and 59. RGB value is (220,87,89). Sum of RGB (Red+Green+Blue) = 220+87+89=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5759 is #23A8A6. Grayscale: #7F7F7F. Windows color (decimal): -2336935 or 5855196. OLE color: 5855196.
HSL color Cylindrical-coordinate representation of color #DC5759: hue angle of 359.1º 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 #DC5759 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 89 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.14 |
| HSL | 359.1º | 0.66% | 0.6% | - |
| HSV(B) | 359.1º | 0.6% | 0.86% | - |
| XYZ | 34.73 | 22.75 | 12.01 | - |
| YUV | 127 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 89 | 0 | 0.60 | 0.60 | 0.14 | 359.1 | 0.66 | 0.6 |
| Hex | DC | 57 | 59 | 0 | 3C | 3C | E | 167 | 42 | 3C |
| Octal | 334 | 127 | 131 | 0 | 74 | 74 | 16 | 547 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1011001 | 0 | 111100 | 111100 | 1110 | 101100111 | 1000010 | 111100 |
Color Harmonies of #DC5759
Complementary color
Monochromatic Colors of #DC5759
Black with #DC5759
Text Example
Text Example
White with #DC5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5759; }
p { color: rgb(220,87,89); }
H1.HeaderClassName
{
color: #DC5759;
}
.AnyTagClassName
{
color: #DC5759;
}
</style>
background-color css
<style>
a { background-color: #DC5759; }
a { background-color: rgb(220,87,89); }
div.DivClassName
{
background-color: #DC5759;
}
.BgClassName
{
background-color: #DC5759;
}
</style>
border-color css
<style>
span { border-color: #DC5759; }
span { border-color: rgb(220,87,89); }
td.TdClassName
{
border-color: #DC5759;
}
.TagClassName
{
border-color: #DC5759;
}
</style>