Shades of Mandy #DC4859
Tints of Mandy #DC4859
RGB
CMYK
RGB Variations
Color information
#DC4859 (or 0xDC4859) is known color: Mandy. HEX triplet: DC, 48 and 59. RGB value is (220,72,89). Sum of RGB (Red+Green+Blue) = 220+72+89=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4859 is #23B7A6. Grayscale: #767676. Windows color (decimal): -2340775 or 5851356. OLE color: 5851356.
HSL color Cylindrical-coordinate representation of color #DC4859: hue angle of 353.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4859 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 89 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.14 |
| HSL | 353.11º | 0.68% | 0.57% | - |
| HSV(B) | 353.11º | 0.67% | 0.86% | - |
| XYZ | 33.64 | 20.57 | 11.65 | - |
| YUV | 118.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 89 | 0 | 0.67 | 0.60 | 0.14 | 353.11 | 0.68 | 0.57 |
| Hex | DC | 48 | 59 | 0 | 43 | 3C | E | 161 | 44 | 39 |
| Octal | 334 | 110 | 131 | 0 | 103 | 74 | 16 | 541 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1011001 | 0 | 1000011 | 111100 | 1110 | 101100001 | 1000100 | 111001 |
Color Harmonies of #DC4859
Complementary color
Monochromatic Colors of #DC4859
Black with #DC4859
Text Example
Text Example
White with #DC4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4859; }
p { color: rgb(220,72,89); }
H1.HeaderClassName
{
color: #DC4859;
}
.AnyTagClassName
{
color: #DC4859;
}
</style>
background-color css
<style>
a { background-color: #DC4859; }
a { background-color: rgb(220,72,89); }
div.DivClassName
{
background-color: #DC4859;
}
.BgClassName
{
background-color: #DC4859;
}
</style>
border-color css
<style>
span { border-color: #DC4859; }
span { border-color: rgb(220,72,89); }
td.TdClassName
{
border-color: #DC4859;
}
.TagClassName
{
border-color: #DC4859;
}
</style>