Shades of Mandy #DC4355
Tints of Mandy #DC4355
RGB
CMYK
RGB Variations
Color information
#DC4355 (or 0xDC4355) is known color: Mandy. HEX triplet: DC, 43 and 55. RGB value is (220,67,85). Sum of RGB (Red+Green+Blue) = 220+67+85=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4355 is #23BCAA. Grayscale: #727272. Windows color (decimal): -2342059 or 5587932. OLE color: 5587932.
HSL color Cylindrical-coordinate representation of color #DC4355: hue angle of 352.94º 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 #DC4355 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 85 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.14 |
| HSL | 352.94º | 0.69% | 0.56% | - |
| HSV(B) | 352.94º | 0.7% | 0.86% | - |
| XYZ | 33.16 | 19.89 | 10.68 | - |
| YUV | 114.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 85 | 0 | 0.70 | 0.61 | 0.14 | 352.94 | 0.69 | 0.56 |
| Hex | DC | 43 | 55 | 0 | 46 | 3D | E | 161 | 45 | 38 |
| Octal | 334 | 103 | 125 | 0 | 106 | 75 | 16 | 541 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1010101 | 0 | 1000110 | 111101 | 1110 | 101100001 | 1000101 | 111000 |
Color Harmonies of #DC4355
Complementary color
Monochromatic Colors of #DC4355
Black with #DC4355
Text Example
Text Example
White with #DC4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4355; }
p { color: rgb(220,67,85); }
H1.HeaderClassName
{
color: #DC4355;
}
.AnyTagClassName
{
color: #DC4355;
}
</style>
background-color css
<style>
a { background-color: #DC4355; }
a { background-color: rgb(220,67,85); }
div.DivClassName
{
background-color: #DC4355;
}
.BgClassName
{
background-color: #DC4355;
}
</style>
border-color css
<style>
span { border-color: #DC4355; }
span { border-color: rgb(220,67,85); }
td.TdClassName
{
border-color: #DC4355;
}
.TagClassName
{
border-color: #DC4355;
}
</style>