Shades of Mandy #DC5457
Tints of Mandy #DC5457
RGB
CMYK
RGB Variations
Color information
#DC5457 (or 0xDC5457) is known color: Mandy. HEX triplet: DC, 54 and 57. RGB value is (220,84,87). Sum of RGB (Red+Green+Blue) = 220+84+87=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5457 is #23ABA8. Grayscale: #7D7D7D. Windows color (decimal): -2337705 or 5723356. OLE color: 5723356.
HSL color Cylindrical-coordinate representation of color #DC5457: hue angle of 358.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5457 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 87 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.14 |
| HSL | 358.68º | 0.66% | 0.6% | - |
| HSV(B) | 358.68º | 0.62% | 0.86% | - |
| XYZ | 34.41 | 22.24 | 11.5 | - |
| YUV | 125.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 87 | 0 | 0.62 | 0.60 | 0.14 | 358.68 | 0.66 | 0.6 |
| Hex | DC | 54 | 57 | 0 | 3E | 3C | E | 167 | 42 | 3C |
| Octal | 334 | 124 | 127 | 0 | 76 | 74 | 16 | 547 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1010111 | 0 | 111110 | 111100 | 1110 | 101100111 | 1000010 | 111100 |
Color Harmonies of #DC5457
Complementary color
Monochromatic Colors of #DC5457
Black with #DC5457
Text Example
Text Example
White with #DC5457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5457; }
p { color: rgb(220,84,87); }
H1.HeaderClassName
{
color: #DC5457;
}
.AnyTagClassName
{
color: #DC5457;
}
</style>
background-color css
<style>
a { background-color: #DC5457; }
a { background-color: rgb(220,84,87); }
div.DivClassName
{
background-color: #DC5457;
}
.BgClassName
{
background-color: #DC5457;
}
</style>
border-color css
<style>
span { border-color: #DC5457; }
span { border-color: rgb(220,84,87); }
td.TdClassName
{
border-color: #DC5457;
}
.TagClassName
{
border-color: #DC5457;
}
</style>