Shades of Mandy #DC555C
Tints of Mandy #DC555C
RGB
CMYK
RGB Variations
Color information
#DC555C (or 0xDC555C) is known color: Mandy. HEX triplet: DC, 55 and 5C. RGB value is (220,85,92). Sum of RGB (Red+Green+Blue) = 220+85+92=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC555C is #23AAA3. Grayscale: #7E7E7E. Windows color (decimal): -2337444 or 6051292. OLE color: 6051292.
HSL color Cylindrical-coordinate representation of color #DC555C: hue angle of 356.89º 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 #DC555C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 92 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.14 |
| HSL | 356.89º | 0.66% | 0.6% | - |
| HSV(B) | 356.89º | 0.61% | 0.86% | - |
| XYZ | 34.7 | 22.49 | 12.64 | - |
| YUV | 126.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 92 | 0 | 0.61 | 0.58 | 0.14 | 356.89 | 0.66 | 0.6 |
| Hex | DC | 55 | 5C | 0 | 3D | 3A | E | 165 | 42 | 3C |
| Octal | 334 | 125 | 134 | 0 | 75 | 72 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1011100 | 0 | 111101 | 111010 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC555C
Complementary color
Monochromatic Colors of #DC555C
Black with #DC555C
Text Example
Text Example
White with #DC555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC555C; }
p { color: rgb(220,85,92); }
H1.HeaderClassName
{
color: #DC555C;
}
.AnyTagClassName
{
color: #DC555C;
}
</style>
background-color css
<style>
a { background-color: #DC555C; }
a { background-color: rgb(220,85,92); }
div.DivClassName
{
background-color: #DC555C;
}
.BgClassName
{
background-color: #DC555C;
}
</style>
border-color css
<style>
span { border-color: #DC555C; }
span { border-color: rgb(220,85,92); }
td.TdClassName
{
border-color: #DC555C;
}
.TagClassName
{
border-color: #DC555C;
}
</style>