Shades of Mandy #DC555A
Tints of Mandy #DC555A
RGB
CMYK
RGB Variations
Color information
#DC555A (or 0xDC555A) is known color: Mandy. HEX triplet: DC, 55 and 5A. RGB value is (220,85,90). Sum of RGB (Red+Green+Blue) = 220+85+90=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC555A is #23AAA5. Grayscale: #7E7E7E. Windows color (decimal): -2337446 or 5920220. OLE color: 5920220.
HSL color Cylindrical-coordinate representation of color #DC555A: hue angle of 357.78º 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 #DC555A is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 90 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.14 |
| HSL | 357.78º | 0.66% | 0.6% | - |
| HSV(B) | 357.78º | 0.61% | 0.86% | - |
| XYZ | 34.61 | 22.45 | 12.18 | - |
| YUV | 125.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 90 | 0 | 0.61 | 0.59 | 0.14 | 357.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 5A | 0 | 3D | 3B | E | 166 | 42 | 3C |
| Octal | 334 | 125 | 132 | 0 | 75 | 73 | 16 | 546 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1011010 | 0 | 111101 | 111011 | 1110 | 101100110 | 1000010 | 111100 |
Color Harmonies of #DC555A
Complementary color
Monochromatic Colors of #DC555A
Black with #DC555A
Text Example
Text Example
White with #DC555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC555A; }
p { color: rgb(220,85,90); }
H1.HeaderClassName
{
color: #DC555A;
}
.AnyTagClassName
{
color: #DC555A;
}
</style>
background-color css
<style>
a { background-color: #DC555A; }
a { background-color: rgb(220,85,90); }
div.DivClassName
{
background-color: #DC555A;
}
.BgClassName
{
background-color: #DC555A;
}
</style>
border-color css
<style>
span { border-color: #DC555A; }
span { border-color: rgb(220,85,90); }
td.TdClassName
{
border-color: #DC555A;
}
.TagClassName
{
border-color: #DC555A;
}
</style>