Shades of Mandy #DC5E60
Tints of Mandy #DC5E60
RGB
CMYK
RGB Variations
Color information
#DC5E60 (or 0xDC5E60) is known color: Mandy. HEX triplet: DC, 5E and 60. RGB value is (220,94,96). Sum of RGB (Red+Green+Blue) = 220+94+96=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E60 is #23A19F. Grayscale: #848484. Windows color (decimal): -2335136 or 6315740. OLE color: 6315740.
HSL color Cylindrical-coordinate representation of color #DC5E60: hue angle of 359.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E60 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 96 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.14 |
| HSL | 359.05º | 0.64% | 0.62% | - |
| HSV(B) | 359.05º | 0.57% | 0.86% | - |
| XYZ | 35.63 | 24.07 | 13.83 | - |
| YUV | 131.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 96 | 0 | 0.57 | 0.56 | 0.14 | 359.05 | 0.64 | 0.62 |
| Hex | DC | 5E | 60 | 0 | 39 | 38 | E | 167 | 40 | 3E |
| Octal | 334 | 136 | 140 | 0 | 71 | 70 | 16 | 547 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1100000 | 0 | 111001 | 111000 | 1110 | 101100111 | 1000000 | 111110 |
Color Harmonies of #DC5E60
Complementary color
Monochromatic Colors of #DC5E60
Black with #DC5E60
Text Example
Text Example
White with #DC5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E60; }
p { color: rgb(220,94,96); }
H1.HeaderClassName
{
color: #DC5E60;
}
.AnyTagClassName
{
color: #DC5E60;
}
</style>
background-color css
<style>
a { background-color: #DC5E60; }
a { background-color: rgb(220,94,96); }
div.DivClassName
{
background-color: #DC5E60;
}
.BgClassName
{
background-color: #DC5E60;
}
</style>
border-color css
<style>
span { border-color: #DC5E60; }
span { border-color: rgb(220,94,96); }
td.TdClassName
{
border-color: #DC5E60;
}
.TagClassName
{
border-color: #DC5E60;
}
</style>