Shades of Mandy #DD5557
Tints of Mandy #DD5557
RGB
CMYK
RGB Variations
Color information
#DD5557 (or 0xDD5557) is known color: Mandy. HEX triplet: DD, 55 and 57. RGB value is (221,85,87). Sum of RGB (Red+Green+Blue) = 221+85+87=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5557 is #22AAA8. Grayscale: #7E7E7E. Windows color (decimal): -2271913 or 5723613. OLE color: 5723613.
HSL color Cylindrical-coordinate representation of color #DD5557: hue angle of 359.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5557 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 87 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.13 |
| HSL | 359.12º | 0.67% | 0.6% | - |
| HSV(B) | 359.12º | 0.62% | 0.87% | - |
| XYZ | 34.79 | 22.56 | 11.54 | - |
| YUV | 125.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 87 | 0 | 0.62 | 0.61 | 0.13 | 359.12 | 0.67 | 0.6 |
| Hex | DD | 55 | 57 | 0 | 3E | 3D | D | 167 | 43 | 3C |
| Octal | 335 | 125 | 127 | 0 | 76 | 75 | 15 | 547 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1010111 | 0 | 111110 | 111101 | 1101 | 101100111 | 1000011 | 111100 |
Color Harmonies of #DD5557
Complementary color
Monochromatic Colors of #DD5557
Black with #DD5557
Text Example
Text Example
White with #DD5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5557; }
p { color: rgb(221,85,87); }
H1.HeaderClassName
{
color: #DD5557;
}
.AnyTagClassName
{
color: #DD5557;
}
</style>
background-color css
<style>
a { background-color: #DD5557; }
a { background-color: rgb(221,85,87); }
div.DivClassName
{
background-color: #DD5557;
}
.BgClassName
{
background-color: #DD5557;
}
</style>
border-color css
<style>
span { border-color: #DD5557; }
span { border-color: rgb(221,85,87); }
td.TdClassName
{
border-color: #DD5557;
}
.TagClassName
{
border-color: #DD5557;
}
</style>