Shades of Mandy #DC494E
Tints of Mandy #DC494E
RGB
CMYK
RGB Variations
Color information
#DC494E (or 0xDC494E) is known color: Mandy. HEX triplet: DC, 49 and 4E. RGB value is (220,73,78). Sum of RGB (Red+Green+Blue) = 220+73+78=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC494E is #23B6B1. Grayscale: #757575. Windows color (decimal): -2340530 or 5130716. OLE color: 5130716.
HSL color Cylindrical-coordinate representation of color #DC494E: hue angle of 357.96º 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 #DC494E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 78 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.14 |
| HSL | 357.96º | 0.68% | 0.57% | - |
| HSV(B) | 357.96º | 0.67% | 0.86% | - |
| XYZ | 33.27 | 20.53 | 9.42 | - |
| YUV | 117.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 78 | 0 | 0.67 | 0.65 | 0.14 | 357.96 | 0.68 | 0.57 |
| Hex | DC | 49 | 4E | 0 | 43 | 41 | E | 166 | 44 | 39 |
| Octal | 334 | 111 | 116 | 0 | 103 | 101 | 16 | 546 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1001110 | 0 | 1000011 | 1000001 | 1110 | 101100110 | 1000100 | 111001 |
Color Harmonies of #DC494E
Complementary color
Monochromatic Colors of #DC494E
Black with #DC494E
Text Example
Text Example
White with #DC494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC494E; }
p { color: rgb(220,73,78); }
H1.HeaderClassName
{
color: #DC494E;
}
.AnyTagClassName
{
color: #DC494E;
}
</style>
background-color css
<style>
a { background-color: #DC494E; }
a { background-color: rgb(220,73,78); }
div.DivClassName
{
background-color: #DC494E;
}
.BgClassName
{
background-color: #DC494E;
}
</style>
border-color css
<style>
span { border-color: #DC494E; }
span { border-color: rgb(220,73,78); }
td.TdClassName
{
border-color: #DC494E;
}
.TagClassName
{
border-color: #DC494E;
}
</style>