Shades of Mandy #DC575E
Tints of Mandy #DC575E
RGB
CMYK
RGB Variations
Color information
#DC575E (or 0xDC575E) is known color: Mandy. HEX triplet: DC, 57 and 5E. RGB value is (220,87,94). Sum of RGB (Red+Green+Blue) = 220+87+94=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC575E is #23A8A1. Grayscale: #7F7F7F. Windows color (decimal): -2336930 or 6182876. OLE color: 6182876.
HSL color Cylindrical-coordinate representation of color #DC575E: hue angle of 356.84º 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 #DC575E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 94 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.14 |
| HSL | 356.84º | 0.66% | 0.6% | - |
| HSV(B) | 356.84º | 0.6% | 0.86% | - |
| XYZ | 34.94 | 22.84 | 13.16 | - |
| YUV | 127.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 94 | 0 | 0.60 | 0.57 | 0.14 | 356.84 | 0.66 | 0.6 |
| Hex | DC | 57 | 5E | 0 | 3C | 39 | E | 165 | 42 | 3C |
| Octal | 334 | 127 | 136 | 0 | 74 | 71 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1011110 | 0 | 111100 | 111001 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC575E
Complementary color
Monochromatic Colors of #DC575E
Black with #DC575E
Text Example
Text Example
White with #DC575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC575E; }
p { color: rgb(220,87,94); }
H1.HeaderClassName
{
color: #DC575E;
}
.AnyTagClassName
{
color: #DC575E;
}
</style>
background-color css
<style>
a { background-color: #DC575E; }
a { background-color: rgb(220,87,94); }
div.DivClassName
{
background-color: #DC575E;
}
.BgClassName
{
background-color: #DC575E;
}
</style>
border-color css
<style>
span { border-color: #DC575E; }
span { border-color: rgb(220,87,94); }
td.TdClassName
{
border-color: #DC575E;
}
.TagClassName
{
border-color: #DC575E;
}
</style>