Shades of Mandy #DC5559
Tints of Mandy #DC5559
RGB
CMYK
RGB Variations
Color information
#DC5559 (or 0xDC5559) is known color: Mandy. HEX triplet: DC, 55 and 59. RGB value is (220,85,89). Sum of RGB (Red+Green+Blue) = 220+85+89=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5559 is #23AAA6. Grayscale: #7D7D7D. Windows color (decimal): -2337447 or 5854684. OLE color: 5854684.
HSL color Cylindrical-coordinate representation of color #DC5559: hue angle of 358.22º 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 #DC5559 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 89 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.14 |
| HSL | 358.22º | 0.66% | 0.6% | - |
| HSV(B) | 358.22º | 0.61% | 0.86% | - |
| XYZ | 34.57 | 22.43 | 11.96 | - |
| YUV | 125.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 89 | 0 | 0.61 | 0.60 | 0.14 | 358.22 | 0.66 | 0.6 |
| Hex | DC | 55 | 59 | 0 | 3D | 3C | E | 166 | 42 | 3C |
| Octal | 334 | 125 | 131 | 0 | 75 | 74 | 16 | 546 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1011001 | 0 | 111101 | 111100 | 1110 | 101100110 | 1000010 | 111100 |
Color Harmonies of #DC5559
Complementary color
Monochromatic Colors of #DC5559
Black with #DC5559
Text Example
Text Example
White with #DC5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5559; }
p { color: rgb(220,85,89); }
H1.HeaderClassName
{
color: #DC5559;
}
.AnyTagClassName
{
color: #DC5559;
}
</style>
background-color css
<style>
a { background-color: #DC5559; }
a { background-color: rgb(220,85,89); }
div.DivClassName
{
background-color: #DC5559;
}
.BgClassName
{
background-color: #DC5559;
}
</style>
border-color css
<style>
span { border-color: #DC5559; }
span { border-color: rgb(220,85,89); }
td.TdClassName
{
border-color: #DC5559;
}
.TagClassName
{
border-color: #DC5559;
}
</style>