Shades of Mandy #DC4E62
Tints of Mandy #DC4E62
RGB
CMYK
RGB Variations
Color information
#DC4E62 (or 0xDC4E62) is known color: Mandy. HEX triplet: DC, 4E and 62. RGB value is (220,78,98). Sum of RGB (Red+Green+Blue) = 220+78+98=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E62 is #23B19D. Grayscale: #7A7A7A. Windows color (decimal): -2339230 or 6442716. OLE color: 6442716.
HSL color Cylindrical-coordinate representation of color #DC4E62: hue angle of 351.55º 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 #DC4E62 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 98 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.14 |
| HSL | 351.55º | 0.67% | 0.58% | - |
| HSV(B) | 351.55º | 0.65% | 0.86% | - |
| XYZ | 34.44 | 21.55 | 13.9 | - |
| YUV | 122.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 98 | 0 | 0.65 | 0.55 | 0.14 | 351.55 | 0.67 | 0.58 |
| Hex | DC | 4E | 62 | 0 | 41 | 37 | E | 160 | 43 | 3A |
| Octal | 334 | 116 | 142 | 0 | 101 | 67 | 16 | 540 | 103 | 72 |
| Binary | 11011100 | 1001110 | 1100010 | 0 | 1000001 | 110111 | 1110 | 101100000 | 1000011 | 111010 |
Color Harmonies of #DC4E62
Complementary color
Monochromatic Colors of #DC4E62
Black with #DC4E62
Text Example
Text Example
White with #DC4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E62; }
p { color: rgb(220,78,98); }
H1.HeaderClassName
{
color: #DC4E62;
}
.AnyTagClassName
{
color: #DC4E62;
}
</style>
background-color css
<style>
a { background-color: #DC4E62; }
a { background-color: rgb(220,78,98); }
div.DivClassName
{
background-color: #DC4E62;
}
.BgClassName
{
background-color: #DC4E62;
}
</style>
border-color css
<style>
span { border-color: #DC4E62; }
span { border-color: rgb(220,78,98); }
td.TdClassName
{
border-color: #DC4E62;
}
.TagClassName
{
border-color: #DC4E62;
}
</style>