Shades of Mandy #DC4955
Tints of Mandy #DC4955
RGB
CMYK
RGB Variations
Color information
#DC4955 (or 0xDC4955) is known color: Mandy. HEX triplet: DC, 49 and 55. RGB value is (220,73,85). Sum of RGB (Red+Green+Blue) = 220+73+85=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4955 is #23B6AA. Grayscale: #767676. Windows color (decimal): -2340523 or 5589468. OLE color: 5589468.
HSL color Cylindrical-coordinate representation of color #DC4955: hue angle of 355.1º 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 #DC4955 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 85 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.14 |
| HSL | 355.1º | 0.68% | 0.57% | - |
| HSV(B) | 355.1º | 0.67% | 0.86% | - |
| XYZ | 33.54 | 20.64 | 10.81 | - |
| YUV | 118.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 85 | 0 | 0.67 | 0.61 | 0.14 | 355.1 | 0.68 | 0.57 |
| Hex | DC | 49 | 55 | 0 | 43 | 3D | E | 163 | 44 | 39 |
| Octal | 334 | 111 | 125 | 0 | 103 | 75 | 16 | 543 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1010101 | 0 | 1000011 | 111101 | 1110 | 101100011 | 1000100 | 111001 |
Color Harmonies of #DC4955
Complementary color
Monochromatic Colors of #DC4955
Black with #DC4955
Text Example
Text Example
White with #DC4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4955; }
p { color: rgb(220,73,85); }
H1.HeaderClassName
{
color: #DC4955;
}
.AnyTagClassName
{
color: #DC4955;
}
</style>
background-color css
<style>
a { background-color: #DC4955; }
a { background-color: rgb(220,73,85); }
div.DivClassName
{
background-color: #DC4955;
}
.BgClassName
{
background-color: #DC4955;
}
</style>
border-color css
<style>
span { border-color: #DC4955; }
span { border-color: rgb(220,73,85); }
td.TdClassName
{
border-color: #DC4955;
}
.TagClassName
{
border-color: #DC4955;
}
</style>