Shades of Mandy #DC5060
Tints of Mandy #DC5060
RGB
CMYK
RGB Variations
Color information
#DC5060 (or 0xDC5060) is known color: Mandy. HEX triplet: DC, 50 and 60. RGB value is (220,80,96). Sum of RGB (Red+Green+Blue) = 220+80+96=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5060 is #23AF9F. Grayscale: #7B7B7B. Windows color (decimal): -2338720 or 6312156. OLE color: 6312156.
HSL color Cylindrical-coordinate representation of color #DC5060: hue angle of 353.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5060 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 96 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.14 |
| HSL | 353.14º | 0.67% | 0.59% | - |
| HSV(B) | 353.14º | 0.64% | 0.86% | - |
| XYZ | 34.5 | 21.8 | 13.46 | - |
| YUV | 123.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 96 | 0 | 0.64 | 0.56 | 0.14 | 353.14 | 0.67 | 0.59 |
| Hex | DC | 50 | 60 | 0 | 40 | 38 | E | 161 | 43 | 3B |
| Octal | 334 | 120 | 140 | 0 | 100 | 70 | 16 | 541 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1100000 | 0 | 1000000 | 111000 | 1110 | 101100001 | 1000011 | 111011 |
Color Harmonies of #DC5060
Complementary color
Monochromatic Colors of #DC5060
Black with #DC5060
Text Example
Text Example
White with #DC5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5060; }
p { color: rgb(220,80,96); }
H1.HeaderClassName
{
color: #DC5060;
}
.AnyTagClassName
{
color: #DC5060;
}
</style>
background-color css
<style>
a { background-color: #DC5060; }
a { background-color: rgb(220,80,96); }
div.DivClassName
{
background-color: #DC5060;
}
.BgClassName
{
background-color: #DC5060;
}
</style>
border-color css
<style>
span { border-color: #DC5060; }
span { border-color: rgb(220,80,96); }
td.TdClassName
{
border-color: #DC5060;
}
.TagClassName
{
border-color: #DC5060;
}
</style>