Shades of Mandy #DC4C56
Tints of Mandy #DC4C56
RGB
CMYK
RGB Variations
Color information
#DC4C56 (or 0xDC4C56) is known color: Mandy. HEX triplet: DC, 4C and 56. RGB value is (220,76,86). Sum of RGB (Red+Green+Blue) = 220+76+86=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C56 is #23B3A9. Grayscale: #787878. Windows color (decimal): -2339754 or 5655772. OLE color: 5655772.
HSL color Cylindrical-coordinate representation of color #DC4C56: hue angle of 355.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4C56 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 86 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.14 |
| HSL | 355.83º | 0.67% | 0.58% | - |
| HSV(B) | 355.83º | 0.65% | 0.86% | - |
| XYZ | 33.78 | 21.06 | 11.09 | - |
| YUV | 120.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 86 | 0 | 0.65 | 0.61 | 0.14 | 355.83 | 0.67 | 0.58 |
| Hex | DC | 4C | 56 | 0 | 41 | 3D | E | 164 | 43 | 3A |
| Octal | 334 | 114 | 126 | 0 | 101 | 75 | 16 | 544 | 103 | 72 |
| Binary | 11011100 | 1001100 | 1010110 | 0 | 1000001 | 111101 | 1110 | 101100100 | 1000011 | 111010 |
Color Harmonies of #DC4C56
Complementary color
Monochromatic Colors of #DC4C56
Black with #DC4C56
Text Example
Text Example
White with #DC4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C56; }
p { color: rgb(220,76,86); }
H1.HeaderClassName
{
color: #DC4C56;
}
.AnyTagClassName
{
color: #DC4C56;
}
</style>
background-color css
<style>
a { background-color: #DC4C56; }
a { background-color: rgb(220,76,86); }
div.DivClassName
{
background-color: #DC4C56;
}
.BgClassName
{
background-color: #DC4C56;
}
</style>
border-color css
<style>
span { border-color: #DC4C56; }
span { border-color: rgb(220,76,86); }
td.TdClassName
{
border-color: #DC4C56;
}
.TagClassName
{
border-color: #DC4C56;
}
</style>