Shades of Mandy #DC4759
Tints of Mandy #DC4759
RGB
CMYK
RGB Variations
Color information
#DC4759 (or 0xDC4759) is known color: Mandy. HEX triplet: DC, 47 and 59. RGB value is (220,71,89). Sum of RGB (Red+Green+Blue) = 220+71+89=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4759 is #23B8A6. Grayscale: #757575. Windows color (decimal): -2341031 or 5851100. OLE color: 5851100.
HSL color Cylindrical-coordinate representation of color #DC4759: hue angle of 352.75º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4759 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 89 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.14 |
| HSL | 352.75º | 0.68% | 0.57% | - |
| HSV(B) | 352.75º | 0.68% | 0.86% | - |
| XYZ | 33.57 | 20.44 | 11.63 | - |
| YUV | 117.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 89 | 0 | 0.68 | 0.60 | 0.14 | 352.75 | 0.68 | 0.57 |
| Hex | DC | 47 | 59 | 0 | 44 | 3C | E | 161 | 44 | 39 |
| Octal | 334 | 107 | 131 | 0 | 104 | 74 | 16 | 541 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1011001 | 0 | 1000100 | 111100 | 1110 | 101100001 | 1000100 | 111001 |
Color Harmonies of #DC4759
Complementary color
Monochromatic Colors of #DC4759
Black with #DC4759
Text Example
Text Example
White with #DC4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4759; }
p { color: rgb(220,71,89); }
H1.HeaderClassName
{
color: #DC4759;
}
.AnyTagClassName
{
color: #DC4759;
}
</style>
background-color css
<style>
a { background-color: #DC4759; }
a { background-color: rgb(220,71,89); }
div.DivClassName
{
background-color: #DC4759;
}
.BgClassName
{
background-color: #DC4759;
}
</style>
border-color css
<style>
span { border-color: #DC4759; }
span { border-color: rgb(220,71,89); }
td.TdClassName
{
border-color: #DC4759;
}
.TagClassName
{
border-color: #DC4759;
}
</style>