Shades of Mandy #DC4D60
Tints of Mandy #DC4D60
RGB
CMYK
RGB Variations
Color information
#DC4D60 (or 0xDC4D60) is known color: Mandy. HEX triplet: DC, 4D and 60. RGB value is (220,77,96). Sum of RGB (Red+Green+Blue) = 220+77+96=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D60 is #23B29F. Grayscale: #797979. Windows color (decimal): -2339488 or 6311388. OLE color: 6311388.
HSL color Cylindrical-coordinate representation of color #DC4D60: hue angle of 352.03º 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 #DC4D60 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 96 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.14 |
| HSL | 352.03º | 0.67% | 0.58% | - |
| HSV(B) | 352.03º | 0.65% | 0.86% | - |
| XYZ | 34.28 | 21.37 | 13.38 | - |
| YUV | 121.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 96 | 0 | 0.65 | 0.56 | 0.14 | 352.03 | 0.67 | 0.58 |
| Hex | DC | 4D | 60 | 0 | 41 | 38 | E | 160 | 43 | 3A |
| Octal | 334 | 115 | 140 | 0 | 101 | 70 | 16 | 540 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1100000 | 0 | 1000001 | 111000 | 1110 | 101100000 | 1000011 | 111010 |
Color Harmonies of #DC4D60
Complementary color
Monochromatic Colors of #DC4D60
Black with #DC4D60
Text Example
Text Example
White with #DC4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D60; }
p { color: rgb(220,77,96); }
H1.HeaderClassName
{
color: #DC4D60;
}
.AnyTagClassName
{
color: #DC4D60;
}
</style>
background-color css
<style>
a { background-color: #DC4D60; }
a { background-color: rgb(220,77,96); }
div.DivClassName
{
background-color: #DC4D60;
}
.BgClassName
{
background-color: #DC4D60;
}
</style>
border-color css
<style>
span { border-color: #DC4D60; }
span { border-color: rgb(220,77,96); }
td.TdClassName
{
border-color: #DC4D60;
}
.TagClassName
{
border-color: #DC4D60;
}
</style>