Shades of Mandy #DD5458
Tints of Mandy #DD5458
RGB
CMYK
RGB Variations
Color information
#DD5458 (or 0xDD5458) is known color: Mandy. HEX triplet: DD, 54 and 58. RGB value is (221,84,88). Sum of RGB (Red+Green+Blue) = 221+84+88=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5458 is #22ABA7. Grayscale: #7D7D7D. Windows color (decimal): -2272168 or 5788893. OLE color: 5788893.
HSL color Cylindrical-coordinate representation of color #DD5458: hue angle of 358.25º 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 #DD5458 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 88 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.13 |
| HSL | 358.25º | 0.67% | 0.6% | - |
| HSV(B) | 358.25º | 0.62% | 0.87% | - |
| XYZ | 34.75 | 22.42 | 11.73 | - |
| YUV | 125.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 88 | 0 | 0.62 | 0.60 | 0.13 | 358.25 | 0.67 | 0.6 |
| Hex | DD | 54 | 58 | 0 | 3E | 3C | D | 166 | 43 | 3C |
| Octal | 335 | 124 | 130 | 0 | 76 | 74 | 15 | 546 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1011000 | 0 | 111110 | 111100 | 1101 | 101100110 | 1000011 | 111100 |
Color Harmonies of #DD5458
Complementary color
Monochromatic Colors of #DD5458
Black with #DD5458
Text Example
Text Example
White with #DD5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5458; }
p { color: rgb(221,84,88); }
H1.HeaderClassName
{
color: #DD5458;
}
.AnyTagClassName
{
color: #DD5458;
}
</style>
background-color css
<style>
a { background-color: #DD5458; }
a { background-color: rgb(221,84,88); }
div.DivClassName
{
background-color: #DD5458;
}
.BgClassName
{
background-color: #DD5458;
}
</style>
border-color css
<style>
span { border-color: #DD5458; }
span { border-color: rgb(221,84,88); }
td.TdClassName
{
border-color: #DD5458;
}
.TagClassName
{
border-color: #DD5458;
}
</style>