Shades of Mandy #DC4956
Tints of Mandy #DC4956
RGB
CMYK
RGB Variations
Color information
#DC4956 (or 0xDC4956) is known color: Mandy. HEX triplet: DC, 49 and 56. RGB value is (220,73,86). Sum of RGB (Red+Green+Blue) = 220+73+86=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4956 is #23B6A9. Grayscale: #767676. Windows color (decimal): -2340522 or 5655004. OLE color: 5655004.
HSL color Cylindrical-coordinate representation of color #DC4956: hue angle of 354.69º 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 #DC4956 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.14 |
| HSL | 354.69º | 0.68% | 0.57% | - |
| HSV(B) | 354.69º | 0.67% | 0.86% | - |
| XYZ | 33.58 | 20.65 | 11.02 | - |
| YUV | 118.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 86 | 0 | 0.67 | 0.61 | 0.14 | 354.69 | 0.68 | 0.57 |
| Hex | DC | 49 | 56 | 0 | 43 | 3D | E | 163 | 44 | 39 |
| Octal | 334 | 111 | 126 | 0 | 103 | 75 | 16 | 543 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1010110 | 0 | 1000011 | 111101 | 1110 | 101100011 | 1000100 | 111001 |
Color Harmonies of #DC4956
Complementary color
Monochromatic Colors of #DC4956
Black with #DC4956
Text Example
Text Example
White with #DC4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4956; }
p { color: rgb(220,73,86); }
H1.HeaderClassName
{
color: #DC4956;
}
.AnyTagClassName
{
color: #DC4956;
}
</style>
background-color css
<style>
a { background-color: #DC4956; }
a { background-color: rgb(220,73,86); }
div.DivClassName
{
background-color: #DC4956;
}
.BgClassName
{
background-color: #DC4956;
}
</style>
border-color css
<style>
span { border-color: #DC4956; }
span { border-color: rgb(220,73,86); }
td.TdClassName
{
border-color: #DC4956;
}
.TagClassName
{
border-color: #DC4956;
}
</style>