Shades of Mandy #DC5455
Tints of Mandy #DC5455
RGB
CMYK
RGB Variations
Color information
#DC5455 (or 0xDC5455) is known color: Mandy. HEX triplet: DC, 54 and 55. RGB value is (220,84,85). Sum of RGB (Red+Green+Blue) = 220+84+85=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5455 is #23ABAA. Grayscale: #7C7C7C. Windows color (decimal): -2337707 or 5592284. OLE color: 5592284.
HSL color Cylindrical-coordinate representation of color #DC5455: hue angle of 359.56º 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 #DC5455 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 85 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.14 |
| HSL | 359.56º | 0.66% | 0.6% | - |
| HSV(B) | 359.56º | 0.62% | 0.86% | - |
| XYZ | 34.33 | 22.21 | 11.07 | - |
| YUV | 124.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 85 | 0 | 0.62 | 0.61 | 0.14 | 359.56 | 0.66 | 0.6 |
| Hex | DC | 54 | 55 | 0 | 3E | 3D | E | 168 | 42 | 3C |
| Octal | 334 | 124 | 125 | 0 | 76 | 75 | 16 | 550 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1010101 | 0 | 111110 | 111101 | 1110 | 101101000 | 1000010 | 111100 |
Color Harmonies of #DC5455
Complementary color
Monochromatic Colors of #DC5455
Black with #DC5455
Text Example
Text Example
White with #DC5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5455; }
p { color: rgb(220,84,85); }
H1.HeaderClassName
{
color: #DC5455;
}
.AnyTagClassName
{
color: #DC5455;
}
</style>
background-color css
<style>
a { background-color: #DC5455; }
a { background-color: rgb(220,84,85); }
div.DivClassName
{
background-color: #DC5455;
}
.BgClassName
{
background-color: #DC5455;
}
</style>
border-color css
<style>
span { border-color: #DC5455; }
span { border-color: rgb(220,84,85); }
td.TdClassName
{
border-color: #DC5455;
}
.TagClassName
{
border-color: #DC5455;
}
</style>