Shades of Mandy #DC4D59
Tints of Mandy #DC4D59
RGB
CMYK
RGB Variations
Color information
#DC4D59 (or 0xDC4D59) is known color: Mandy. HEX triplet: DC, 4D and 59. RGB value is (220,77,89). Sum of RGB (Red+Green+Blue) = 220+77+89=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D59 is #23B2A6. Grayscale: #797979. Windows color (decimal): -2339495 or 5852636. OLE color: 5852636.
HSL color Cylindrical-coordinate representation of color #DC4D59: hue angle of 354.97º 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 #DC4D59 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 89 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.14 |
| HSL | 354.97º | 0.67% | 0.58% | - |
| HSV(B) | 354.97º | 0.65% | 0.86% | - |
| XYZ | 33.97 | 21.24 | 11.76 | - |
| YUV | 121.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 89 | 0 | 0.65 | 0.60 | 0.14 | 354.97 | 0.67 | 0.58 |
| Hex | DC | 4D | 59 | 0 | 41 | 3C | E | 163 | 43 | 3A |
| Octal | 334 | 115 | 131 | 0 | 101 | 74 | 16 | 543 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1011001 | 0 | 1000001 | 111100 | 1110 | 101100011 | 1000011 | 111010 |
Color Harmonies of #DC4D59
Complementary color
Monochromatic Colors of #DC4D59
Black with #DC4D59
Text Example
Text Example
White with #DC4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D59; }
p { color: rgb(220,77,89); }
H1.HeaderClassName
{
color: #DC4D59;
}
.AnyTagClassName
{
color: #DC4D59;
}
</style>
background-color css
<style>
a { background-color: #DC4D59; }
a { background-color: rgb(220,77,89); }
div.DivClassName
{
background-color: #DC4D59;
}
.BgClassName
{
background-color: #DC4D59;
}
</style>
border-color css
<style>
span { border-color: #DC4D59; }
span { border-color: rgb(220,77,89); }
td.TdClassName
{
border-color: #DC4D59;
}
.TagClassName
{
border-color: #DC4D59;
}
</style>