Shades of Mandy #DC4255
Tints of Mandy #DC4255
RGB
CMYK
RGB Variations
Color information
#DC4255 (or 0xDC4255) is known color: Mandy. HEX triplet: DC, 42 and 55. RGB value is (220,66,85). Sum of RGB (Red+Green+Blue) = 220+66+85=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4255 is #23BDAA. Grayscale: #727272. Windows color (decimal): -2342315 or 5587676. OLE color: 5587676.
HSL color Cylindrical-coordinate representation of color #DC4255: hue angle of 352.6º 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 #DC4255 is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 85 | - |
| CMYK | 0 | 0.7 | 0.61 | 0.14 |
| HSL | 352.6º | 0.69% | 0.56% | - |
| HSV(B) | 352.6º | 0.7% | 0.86% | - |
| XYZ | 33.1 | 19.77 | 10.67 | - |
| YUV | 114.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 85 | 0 | 0.7 | 0.61 | 0.14 | 352.6 | 0.69 | 0.56 |
| Hex | DC | 42 | 55 | 0 | 46 | 3D | E | 161 | 45 | 38 |
| Octal | 334 | 102 | 125 | 0 | 106 | 75 | 16 | 541 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1010101 | 0 | 1000110 | 111101 | 1110 | 101100001 | 1000101 | 111000 |
Color Harmonies of #DC4255
Complementary color
Monochromatic Colors of #DC4255
Black with #DC4255
Text Example
Text Example
White with #DC4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4255; }
p { color: rgb(220,66,85); }
H1.HeaderClassName
{
color: #DC4255;
}
.AnyTagClassName
{
color: #DC4255;
}
</style>
background-color css
<style>
a { background-color: #DC4255; }
a { background-color: rgb(220,66,85); }
div.DivClassName
{
background-color: #DC4255;
}
.BgClassName
{
background-color: #DC4255;
}
</style>
border-color css
<style>
span { border-color: #DC4255; }
span { border-color: rgb(220,66,85); }
td.TdClassName
{
border-color: #DC4255;
}
.TagClassName
{
border-color: #DC4255;
}
</style>