Shades of Mandy #DD5963
Tints of Mandy #DD5963
RGB
CMYK
RGB Variations
Color information
#DD5963 (or 0xDD5963) is known color: Mandy. HEX triplet: DD, 59 and 63. RGB value is (221,89,99). Sum of RGB (Red+Green+Blue) = 221+89+99=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5963 is #22A69C. Grayscale: #818181. Windows color (decimal): -2270877 or 6511069. OLE color: 6511069.
HSL color Cylindrical-coordinate representation of color #DD5963: hue angle of 355.45º 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 #DD5963 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 99 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.13 |
| HSL | 355.45º | 0.66% | 0.61% | - |
| HSV(B) | 355.45º | 0.6% | 0.87% | - |
| XYZ | 35.64 | 23.42 | 14.45 | - |
| YUV | 129.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 99 | 0 | 0.60 | 0.55 | 0.13 | 355.45 | 0.66 | 0.61 |
| Hex | DD | 59 | 63 | 0 | 3C | 37 | D | 163 | 42 | 3D |
| Octal | 335 | 131 | 143 | 0 | 74 | 67 | 15 | 543 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1100011 | 0 | 111100 | 110111 | 1101 | 101100011 | 1000010 | 111101 |
Color Harmonies of #DD5963
Complementary color
Monochromatic Colors of #DD5963
Black with #DD5963
Text Example
Text Example
White with #DD5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5963; }
p { color: rgb(221,89,99); }
H1.HeaderClassName
{
color: #DD5963;
}
.AnyTagClassName
{
color: #DD5963;
}
</style>
background-color css
<style>
a { background-color: #DD5963; }
a { background-color: rgb(221,89,99); }
div.DivClassName
{
background-color: #DD5963;
}
.BgClassName
{
background-color: #DD5963;
}
</style>
border-color css
<style>
span { border-color: #DD5963; }
span { border-color: rgb(221,89,99); }
td.TdClassName
{
border-color: #DD5963;
}
.TagClassName
{
border-color: #DD5963;
}
</style>