Shades of Mandy #DC4156
Tints of Mandy #DC4156
RGB
CMYK
RGB Variations
Color information
#DC4156 (or 0xDC4156) is known color: Mandy. HEX triplet: DC, 41 and 56. RGB value is (220,65,86). Sum of RGB (Red+Green+Blue) = 220+65+86=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4156 is #23BEA9. Grayscale: #717171. Windows color (decimal): -2342570 or 5652956. OLE color: 5652956.
HSL color Cylindrical-coordinate representation of color #DC4156: hue angle of 351.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4156 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 86 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.14 |
| HSL | 351.87º | 0.69% | 0.56% | - |
| HSV(B) | 351.87º | 0.7% | 0.86% | - |
| XYZ | 33.09 | 19.67 | 10.86 | - |
| YUV | 113.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 86 | 0 | 0.70 | 0.61 | 0.14 | 351.87 | 0.69 | 0.56 |
| Hex | DC | 41 | 56 | 0 | 46 | 3D | E | 160 | 45 | 38 |
| Octal | 334 | 101 | 126 | 0 | 106 | 75 | 16 | 540 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1010110 | 0 | 1000110 | 111101 | 1110 | 101100000 | 1000101 | 111000 |
Color Harmonies of #DC4156
Complementary color
Monochromatic Colors of #DC4156
Black with #DC4156
Text Example
Text Example
White with #DC4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4156; }
p { color: rgb(220,65,86); }
H1.HeaderClassName
{
color: #DC4156;
}
.AnyTagClassName
{
color: #DC4156;
}
</style>
background-color css
<style>
a { background-color: #DC4156; }
a { background-color: rgb(220,65,86); }
div.DivClassName
{
background-color: #DC4156;
}
.BgClassName
{
background-color: #DC4156;
}
</style>
border-color css
<style>
span { border-color: #DC4156; }
span { border-color: rgb(220,65,86); }
td.TdClassName
{
border-color: #DC4156;
}
.TagClassName
{
border-color: #DC4156;
}
</style>