Shades of Mandy #DC575B
Tints of Mandy #DC575B
RGB
CMYK
RGB Variations
Color information
#DC575B (or 0xDC575B) is known color: Mandy. HEX triplet: DC, 57 and 5B. RGB value is (220,87,91). Sum of RGB (Red+Green+Blue) = 220+87+91=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC575B is #23A8A4. Grayscale: #7F7F7F. Windows color (decimal): -2336933 or 5986268. OLE color: 5986268.
HSL color Cylindrical-coordinate representation of color #DC575B: hue angle of 358.2º 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 #DC575B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 91 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.14 |
| HSL | 358.2º | 0.66% | 0.6% | - |
| HSV(B) | 358.2º | 0.6% | 0.86% | - |
| XYZ | 34.81 | 22.79 | 12.46 | - |
| YUV | 127.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 91 | 0 | 0.60 | 0.59 | 0.14 | 358.2 | 0.66 | 0.6 |
| Hex | DC | 57 | 5B | 0 | 3C | 3B | E | 166 | 42 | 3C |
| Octal | 334 | 127 | 133 | 0 | 74 | 73 | 16 | 546 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1011011 | 0 | 111100 | 111011 | 1110 | 101100110 | 1000010 | 111100 |
Color Harmonies of #DC575B
Complementary color
Monochromatic Colors of #DC575B
Black with #DC575B
Text Example
Text Example
White with #DC575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC575B; }
p { color: rgb(220,87,91); }
H1.HeaderClassName
{
color: #DC575B;
}
.AnyTagClassName
{
color: #DC575B;
}
</style>
background-color css
<style>
a { background-color: #DC575B; }
a { background-color: rgb(220,87,91); }
div.DivClassName
{
background-color: #DC575B;
}
.BgClassName
{
background-color: #DC575B;
}
</style>
border-color css
<style>
span { border-color: #DC575B; }
span { border-color: rgb(220,87,91); }
td.TdClassName
{
border-color: #DC575B;
}
.TagClassName
{
border-color: #DC575B;
}
</style>