Shades of Mandy #DC4749
Tints of Mandy #DC4749
RGB
CMYK
RGB Variations
Color information
#DC4749 (or 0xDC4749) is known color: Mandy. HEX triplet: DC, 47 and 49. RGB value is (220,71,73). Sum of RGB (Red+Green+Blue) = 220+71+73=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4749 is #23B8B6. Grayscale: #737373. Windows color (decimal): -2341047 or 4802524. OLE color: 4802524.
HSL color Cylindrical-coordinate representation of color #DC4749: hue angle of 359.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4749 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 73 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.14 |
| HSL | 359.19º | 0.68% | 0.57% | - |
| HSV(B) | 359.19º | 0.68% | 0.86% | - |
| XYZ | 32.97 | 20.2 | 8.47 | - |
| YUV | 115.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 73 | 0 | 0.68 | 0.67 | 0.14 | 359.19 | 0.68 | 0.57 |
| Hex | DC | 47 | 49 | 0 | 44 | 43 | E | 167 | 44 | 39 |
| Octal | 334 | 107 | 111 | 0 | 104 | 103 | 16 | 547 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1001001 | 0 | 1000100 | 1000011 | 1110 | 101100111 | 1000100 | 111001 |
Color Harmonies of #DC4749
Complementary color
Monochromatic Colors of #DC4749
Black with #DC4749
Text Example
Text Example
White with #DC4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4749; }
p { color: rgb(220,71,73); }
H1.HeaderClassName
{
color: #DC4749;
}
.AnyTagClassName
{
color: #DC4749;
}
</style>
background-color css
<style>
a { background-color: #DC4749; }
a { background-color: rgb(220,71,73); }
div.DivClassName
{
background-color: #DC4749;
}
.BgClassName
{
background-color: #DC4749;
}
</style>
border-color css
<style>
span { border-color: #DC4749; }
span { border-color: rgb(220,71,73); }
td.TdClassName
{
border-color: #DC4749;
}
.TagClassName
{
border-color: #DC4749;
}
</style>