Shades of Mandy #DC575A
Tints of Mandy #DC575A
RGB
CMYK
RGB Variations
Color information
#DC575A (or 0xDC575A) is known color: Mandy. HEX triplet: DC, 57 and 5A. RGB value is (220,87,90). Sum of RGB (Red+Green+Blue) = 220+87+90=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC575A is #23A8A5. Grayscale: #7F7F7F. Windows color (decimal): -2336934 or 5920732. OLE color: 5920732.
HSL color Cylindrical-coordinate representation of color #DC575A: hue angle of 358.65º 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 #DC575A is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 90 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.14 |
| HSL | 358.65º | 0.66% | 0.6% | - |
| HSV(B) | 358.65º | 0.6% | 0.86% | - |
| XYZ | 34.77 | 22.77 | 12.24 | - |
| YUV | 127.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 90 | 0 | 0.60 | 0.59 | 0.14 | 358.65 | 0.66 | 0.6 |
| Hex | DC | 57 | 5A | 0 | 3C | 3B | E | 167 | 42 | 3C |
| Octal | 334 | 127 | 132 | 0 | 74 | 73 | 16 | 547 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1011010 | 0 | 111100 | 111011 | 1110 | 101100111 | 1000010 | 111100 |
Color Harmonies of #DC575A
Complementary color
Monochromatic Colors of #DC575A
Black with #DC575A
Text Example
Text Example
White with #DC575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC575A; }
p { color: rgb(220,87,90); }
H1.HeaderClassName
{
color: #DC575A;
}
.AnyTagClassName
{
color: #DC575A;
}
</style>
background-color css
<style>
a { background-color: #DC575A; }
a { background-color: rgb(220,87,90); }
div.DivClassName
{
background-color: #DC575A;
}
.BgClassName
{
background-color: #DC575A;
}
</style>
border-color css
<style>
span { border-color: #DC575A; }
span { border-color: rgb(220,87,90); }
td.TdClassName
{
border-color: #DC575A;
}
.TagClassName
{
border-color: #DC575A;
}
</style>