Shades of Mandy #DC555D
Tints of Mandy #DC555D
RGB
CMYK
RGB Variations
Color information
#DC555D (or 0xDC555D) is known color: Mandy. HEX triplet: DC, 55 and 5D. RGB value is (220,85,93). Sum of RGB (Red+Green+Blue) = 220+85+93=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC555D is #23AAA2. Grayscale: #7E7E7E. Windows color (decimal): -2337443 or 6116828. OLE color: 6116828.
HSL color Cylindrical-coordinate representation of color #DC555D: hue angle of 356.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC555D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.14 |
| HSL | 356.44º | 0.66% | 0.6% | - |
| HSV(B) | 356.44º | 0.61% | 0.86% | - |
| XYZ | 34.74 | 22.5 | 12.87 | - |
| YUV | 126.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 93 | 0 | 0.61 | 0.58 | 0.14 | 356.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 5D | 0 | 3D | 3A | E | 164 | 42 | 3C |
| Octal | 334 | 125 | 135 | 0 | 75 | 72 | 16 | 544 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1011101 | 0 | 111101 | 111010 | 1110 | 101100100 | 1000010 | 111100 |
Color Harmonies of #DC555D
Complementary color
Monochromatic Colors of #DC555D
Black with #DC555D
Text Example
Text Example
White with #DC555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC555D; }
p { color: rgb(220,85,93); }
H1.HeaderClassName
{
color: #DC555D;
}
.AnyTagClassName
{
color: #DC555D;
}
</style>
background-color css
<style>
a { background-color: #DC555D; }
a { background-color: rgb(220,85,93); }
div.DivClassName
{
background-color: #DC555D;
}
.BgClassName
{
background-color: #DC555D;
}
</style>
border-color css
<style>
span { border-color: #DC555D; }
span { border-color: rgb(220,85,93); }
td.TdClassName
{
border-color: #DC555D;
}
.TagClassName
{
border-color: #DC555D;
}
</style>