Shades of Mandy #DD5961
Tints of Mandy #DD5961
RGB
CMYK
RGB Variations
Color information
#DD5961 (or 0xDD5961) is known color: Mandy. HEX triplet: DD, 59 and 61. RGB value is (221,89,97). Sum of RGB (Red+Green+Blue) = 221+89+97=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5961 is #22A69E. Grayscale: #818181. Windows color (decimal): -2270879 or 6379997. OLE color: 6379997.
HSL color Cylindrical-coordinate representation of color #DD5961: hue angle of 356.36º 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 #DD5961 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 97 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.13 |
| HSL | 356.36º | 0.66% | 0.61% | - |
| HSV(B) | 356.36º | 0.6% | 0.87% | - |
| XYZ | 35.55 | 23.38 | 13.95 | - |
| YUV | 129.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 97 | 0 | 0.60 | 0.56 | 0.13 | 356.36 | 0.66 | 0.61 |
| Hex | DD | 59 | 61 | 0 | 3C | 38 | D | 164 | 42 | 3D |
| Octal | 335 | 131 | 141 | 0 | 74 | 70 | 15 | 544 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1100001 | 0 | 111100 | 111000 | 1101 | 101100100 | 1000010 | 111101 |
Color Harmonies of #DD5961
Complementary color
Monochromatic Colors of #DD5961
Black with #DD5961
Text Example
Text Example
White with #DD5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5961; }
p { color: rgb(221,89,97); }
H1.HeaderClassName
{
color: #DD5961;
}
.AnyTagClassName
{
color: #DD5961;
}
</style>
background-color css
<style>
a { background-color: #DD5961; }
a { background-color: rgb(221,89,97); }
div.DivClassName
{
background-color: #DD5961;
}
.BgClassName
{
background-color: #DD5961;
}
</style>
border-color css
<style>
span { border-color: #DD5961; }
span { border-color: rgb(221,89,97); }
td.TdClassName
{
border-color: #DD5961;
}
.TagClassName
{
border-color: #DD5961;
}
</style>