Shades of Mandy #DC5061
Tints of Mandy #DC5061
RGB
CMYK
RGB Variations
Color information
#DC5061 (or 0xDC5061) is known color: Mandy. HEX triplet: DC, 50 and 61. RGB value is (220,80,97). Sum of RGB (Red+Green+Blue) = 220+80+97=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5061 is #23AF9E. Grayscale: #7B7B7B. Windows color (decimal): -2338719 or 6377692. OLE color: 6377692.
HSL color Cylindrical-coordinate representation of color #DC5061: hue angle of 352.71º 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 #DC5061 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 97 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.14 |
| HSL | 352.71º | 0.67% | 0.59% | - |
| HSV(B) | 352.71º | 0.64% | 0.86% | - |
| XYZ | 34.54 | 21.82 | 13.7 | - |
| YUV | 123.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 97 | 0 | 0.64 | 0.56 | 0.14 | 352.71 | 0.67 | 0.59 |
| Hex | DC | 50 | 61 | 0 | 40 | 38 | E | 161 | 43 | 3B |
| Octal | 334 | 120 | 141 | 0 | 100 | 70 | 16 | 541 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1100001 | 0 | 1000000 | 111000 | 1110 | 101100001 | 1000011 | 111011 |
Color Harmonies of #DC5061
Complementary color
Monochromatic Colors of #DC5061
Black with #DC5061
Text Example
Text Example
White with #DC5061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5061; }
p { color: rgb(220,80,97); }
H1.HeaderClassName
{
color: #DC5061;
}
.AnyTagClassName
{
color: #DC5061;
}
</style>
background-color css
<style>
a { background-color: #DC5061; }
a { background-color: rgb(220,80,97); }
div.DivClassName
{
background-color: #DC5061;
}
.BgClassName
{
background-color: #DC5061;
}
</style>
border-color css
<style>
span { border-color: #DC5061; }
span { border-color: rgb(220,80,97); }
td.TdClassName
{
border-color: #DC5061;
}
.TagClassName
{
border-color: #DC5061;
}
</style>