Shades of Mandy #DD5962
Tints of Mandy #DD5962
RGB
CMYK
RGB Variations
Color information
#DD5962 (or 0xDD5962) is known color: Mandy. HEX triplet: DD, 59 and 62. RGB value is (221,89,98). Sum of RGB (Red+Green+Blue) = 221+89+98=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5962 is #22A69D. Grayscale: #818181. Windows color (decimal): -2270878 or 6445533. OLE color: 6445533.
HSL color Cylindrical-coordinate representation of color #DD5962: hue angle of 355.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5962 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 98 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.13 |
| HSL | 355.91º | 0.66% | 0.61% | - |
| HSV(B) | 355.91º | 0.6% | 0.87% | - |
| XYZ | 35.6 | 23.4 | 14.2 | - |
| YUV | 129.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 98 | 0 | 0.60 | 0.56 | 0.13 | 355.91 | 0.66 | 0.61 |
| Hex | DD | 59 | 62 | 0 | 3C | 38 | D | 164 | 42 | 3D |
| Octal | 335 | 131 | 142 | 0 | 74 | 70 | 15 | 544 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1100010 | 0 | 111100 | 111000 | 1101 | 101100100 | 1000010 | 111101 |
Color Harmonies of #DD5962
Complementary color
Monochromatic Colors of #DD5962
Black with #DD5962
Text Example
Text Example
White with #DD5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5962; }
p { color: rgb(221,89,98); }
H1.HeaderClassName
{
color: #DD5962;
}
.AnyTagClassName
{
color: #DD5962;
}
</style>
background-color css
<style>
a { background-color: #DD5962; }
a { background-color: rgb(221,89,98); }
div.DivClassName
{
background-color: #DD5962;
}
.BgClassName
{
background-color: #DD5962;
}
</style>
border-color css
<style>
span { border-color: #DD5962; }
span { border-color: rgb(221,89,98); }
td.TdClassName
{
border-color: #DD5962;
}
.TagClassName
{
border-color: #DD5962;
}
</style>