Shades of Mandy #DC4D62
Tints of Mandy #DC4D62
RGB
CMYK
RGB Variations
Color information
#DC4D62 (or 0xDC4D62) is known color: Mandy. HEX triplet: DC, 4D and 62. RGB value is (220,77,98). Sum of RGB (Red+Green+Blue) = 220+77+98=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D62 is #23B29D. Grayscale: #7A7A7A. Windows color (decimal): -2339486 or 6442460. OLE color: 6442460.
HSL color Cylindrical-coordinate representation of color #DC4D62: hue angle of 351.19º 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 #DC4D62 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 98 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.14 |
| HSL | 351.19º | 0.67% | 0.58% | - |
| HSV(B) | 351.19º | 0.65% | 0.86% | - |
| XYZ | 34.37 | 21.41 | 13.88 | - |
| YUV | 122.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 98 | 0 | 0.65 | 0.55 | 0.14 | 351.19 | 0.67 | 0.58 |
| Hex | DC | 4D | 62 | 0 | 41 | 37 | E | 15F | 43 | 3A |
| Octal | 334 | 115 | 142 | 0 | 101 | 67 | 16 | 537 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1100010 | 0 | 1000001 | 110111 | 1110 | 101011111 | 1000011 | 111010 |
Color Harmonies of #DC4D62
Complementary color
Monochromatic Colors of #DC4D62
Black with #DC4D62
Text Example
Text Example
White with #DC4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D62; }
p { color: rgb(220,77,98); }
H1.HeaderClassName
{
color: #DC4D62;
}
.AnyTagClassName
{
color: #DC4D62;
}
</style>
background-color css
<style>
a { background-color: #DC4D62; }
a { background-color: rgb(220,77,98); }
div.DivClassName
{
background-color: #DC4D62;
}
.BgClassName
{
background-color: #DC4D62;
}
</style>
border-color css
<style>
span { border-color: #DC4D62; }
span { border-color: rgb(220,77,98); }
td.TdClassName
{
border-color: #DC4D62;
}
.TagClassName
{
border-color: #DC4D62;
}
</style>