Shades of Mandy #DC5862
Tints of Mandy #DC5862
RGB
CMYK
RGB Variations
Color information
#DC5862 (or 0xDC5862) is known color: Mandy. HEX triplet: DC, 58 and 62. RGB value is (220,88,98). Sum of RGB (Red+Green+Blue) = 220+88+98=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5862 is #23A79D. Grayscale: #808080. Windows color (decimal): -2336670 or 6445276. OLE color: 6445276.
HSL color Cylindrical-coordinate representation of color #DC5862: hue angle of 355.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5862 is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 98 | - |
| CMYK | 0 | 0.6 | 0.55 | 0.14 |
| HSL | 355.45º | 0.65% | 0.6% | - |
| HSV(B) | 355.45º | 0.6% | 0.86% | - |
| XYZ | 35.21 | 23.08 | 14.15 | - |
| YUV | 128.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 98 | 0 | 0.6 | 0.55 | 0.14 | 355.45 | 0.65 | 0.6 |
| Hex | DC | 58 | 62 | 0 | 3C | 37 | E | 163 | 41 | 3C |
| Octal | 334 | 130 | 142 | 0 | 74 | 67 | 16 | 543 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1100010 | 0 | 111100 | 110111 | 1110 | 101100011 | 1000001 | 111100 |
Color Harmonies of #DC5862
Complementary color
Monochromatic Colors of #DC5862
Black with #DC5862
Text Example
Text Example
White with #DC5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5862; }
p { color: rgb(220,88,98); }
H1.HeaderClassName
{
color: #DC5862;
}
.AnyTagClassName
{
color: #DC5862;
}
</style>
background-color css
<style>
a { background-color: #DC5862; }
a { background-color: rgb(220,88,98); }
div.DivClassName
{
background-color: #DC5862;
}
.BgClassName
{
background-color: #DC5862;
}
</style>
border-color css
<style>
span { border-color: #DC5862; }
span { border-color: rgb(220,88,98); }
td.TdClassName
{
border-color: #DC5862;
}
.TagClassName
{
border-color: #DC5862;
}
</style>