Shades of Mandy #DC4950
Tints of Mandy #DC4950
RGB
CMYK
RGB Variations
Color information
#DC4950 (or 0xDC4950) is known color: Mandy. HEX triplet: DC, 49 and 50. RGB value is (220,73,80). Sum of RGB (Red+Green+Blue) = 220+73+80=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4950 is #23B6AF. Grayscale: #757575. Windows color (decimal): -2340528 or 5261788. OLE color: 5261788.
HSL color Cylindrical-coordinate representation of color #DC4950: hue angle of 357.14º 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 #DC4950 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 80 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.14 |
| HSL | 357.14º | 0.68% | 0.57% | - |
| HSV(B) | 357.14º | 0.67% | 0.86% | - |
| XYZ | 33.35 | 20.56 | 9.8 | - |
| YUV | 117.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 80 | 0 | 0.67 | 0.64 | 0.14 | 357.14 | 0.68 | 0.57 |
| Hex | DC | 49 | 50 | 0 | 43 | 40 | E | 165 | 44 | 39 |
| Octal | 334 | 111 | 120 | 0 | 103 | 100 | 16 | 545 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1010000 | 0 | 1000011 | 1000000 | 1110 | 101100101 | 1000100 | 111001 |
Color Harmonies of #DC4950
Complementary color
Monochromatic Colors of #DC4950
Black with #DC4950
Text Example
Text Example
White with #DC4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4950; }
p { color: rgb(220,73,80); }
H1.HeaderClassName
{
color: #DC4950;
}
.AnyTagClassName
{
color: #DC4950;
}
</style>
background-color css
<style>
a { background-color: #DC4950; }
a { background-color: rgb(220,73,80); }
div.DivClassName
{
background-color: #DC4950;
}
.BgClassName
{
background-color: #DC4950;
}
</style>
border-color css
<style>
span { border-color: #DC4950; }
span { border-color: rgb(220,73,80); }
td.TdClassName
{
border-color: #DC4950;
}
.TagClassName
{
border-color: #DC4950;
}
</style>