Shades of Mandy #DD5658
Tints of Mandy #DD5658
RGB
CMYK
RGB Variations
Color information
#DD5658 (or 0xDD5658) is known color: Mandy. HEX triplet: DD, 56 and 58. RGB value is (221,86,88). Sum of RGB (Red+Green+Blue) = 221+86+88=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5658 is #22A9A7. Grayscale: #7E7E7E. Windows color (decimal): -2271656 or 5789405. OLE color: 5789405.
HSL color Cylindrical-coordinate representation of color #DD5658: hue angle of 359.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5658 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 88 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.13 |
| HSL | 359.11º | 0.67% | 0.6% | - |
| HSV(B) | 359.11º | 0.61% | 0.87% | - |
| XYZ | 34.91 | 22.73 | 11.78 | - |
| YUV | 126.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 88 | 0 | 0.61 | 0.60 | 0.13 | 359.11 | 0.67 | 0.6 |
| Hex | DD | 56 | 58 | 0 | 3D | 3C | D | 167 | 43 | 3C |
| Octal | 335 | 126 | 130 | 0 | 75 | 74 | 15 | 547 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1011000 | 0 | 111101 | 111100 | 1101 | 101100111 | 1000011 | 111100 |
Color Harmonies of #DD5658
Complementary color
Monochromatic Colors of #DD5658
Black with #DD5658
Text Example
Text Example
White with #DD5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5658; }
p { color: rgb(221,86,88); }
H1.HeaderClassName
{
color: #DD5658;
}
.AnyTagClassName
{
color: #DD5658;
}
</style>
background-color css
<style>
a { background-color: #DD5658; }
a { background-color: rgb(221,86,88); }
div.DivClassName
{
background-color: #DD5658;
}
.BgClassName
{
background-color: #DD5658;
}
</style>
border-color css
<style>
span { border-color: #DD5658; }
span { border-color: rgb(221,86,88); }
td.TdClassName
{
border-color: #DD5658;
}
.TagClassName
{
border-color: #DD5658;
}
</style>