Shades of Mandy #DD5559
Tints of Mandy #DD5559
RGB
CMYK
RGB Variations
Color information
#DD5559 (or 0xDD5559) is known color: Mandy. HEX triplet: DD, 55 and 59. RGB value is (221,85,89). Sum of RGB (Red+Green+Blue) = 221+85+89=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5559 is #22AAA6. Grayscale: #7E7E7E. Windows color (decimal): -2271911 or 5854685. OLE color: 5854685.
HSL color Cylindrical-coordinate representation of color #DD5559: hue angle of 358.24º 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 #DD5559 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 89 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.13 |
| HSL | 358.24º | 0.67% | 0.6% | - |
| HSV(B) | 358.24º | 0.62% | 0.87% | - |
| XYZ | 34.87 | 22.59 | 11.97 | - |
| YUV | 126.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 89 | 0 | 0.62 | 0.60 | 0.13 | 358.24 | 0.67 | 0.6 |
| Hex | DD | 55 | 59 | 0 | 3E | 3C | D | 166 | 43 | 3C |
| Octal | 335 | 125 | 131 | 0 | 76 | 74 | 15 | 546 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1011001 | 0 | 111110 | 111100 | 1101 | 101100110 | 1000011 | 111100 |
Color Harmonies of #DD5559
Complementary color
Monochromatic Colors of #DD5559
Black with #DD5559
Text Example
Text Example
White with #DD5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5559; }
p { color: rgb(221,85,89); }
H1.HeaderClassName
{
color: #DD5559;
}
.AnyTagClassName
{
color: #DD5559;
}
</style>
background-color css
<style>
a { background-color: #DD5559; }
a { background-color: rgb(221,85,89); }
div.DivClassName
{
background-color: #DD5559;
}
.BgClassName
{
background-color: #DD5559;
}
</style>
border-color css
<style>
span { border-color: #DD5559; }
span { border-color: rgb(221,85,89); }
td.TdClassName
{
border-color: #DD5559;
}
.TagClassName
{
border-color: #DD5559;
}
</style>