Shades of Mandy #DD5E61
Tints of Mandy #DD5E61
RGB
CMYK
RGB Variations
Color information
#DD5E61 (or 0xDD5E61) is known color: Mandy. HEX triplet: DD, 5E and 61. RGB value is (221,94,97). Sum of RGB (Red+Green+Blue) = 221+94+97=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E61 is #22A19E. Grayscale: #848484. Windows color (decimal): -2269599 or 6381277. OLE color: 6381277.
HSL color Cylindrical-coordinate representation of color #DD5E61: hue angle of 358.58º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E61 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 97 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.13 |
| HSL | 358.58º | 0.65% | 0.62% | - |
| HSV(B) | 358.58º | 0.57% | 0.87% | - |
| XYZ | 35.98 | 24.24 | 14.09 | - |
| YUV | 132.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 97 | 0 | 0.57 | 0.56 | 0.13 | 358.58 | 0.65 | 0.62 |
| Hex | DD | 5E | 61 | 0 | 39 | 38 | D | 167 | 41 | 3E |
| Octal | 335 | 136 | 141 | 0 | 71 | 70 | 15 | 547 | 101 | 76 |
| Binary | 11011101 | 1011110 | 1100001 | 0 | 111001 | 111000 | 1101 | 101100111 | 1000001 | 111110 |
Color Harmonies of #DD5E61
Complementary color
Monochromatic Colors of #DD5E61
Black with #DD5E61
Text Example
Text Example
White with #DD5E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E61; }
p { color: rgb(221,94,97); }
H1.HeaderClassName
{
color: #DD5E61;
}
.AnyTagClassName
{
color: #DD5E61;
}
</style>
background-color css
<style>
a { background-color: #DD5E61; }
a { background-color: rgb(221,94,97); }
div.DivClassName
{
background-color: #DD5E61;
}
.BgClassName
{
background-color: #DD5E61;
}
</style>
border-color css
<style>
span { border-color: #DD5E61; }
span { border-color: rgb(221,94,97); }
td.TdClassName
{
border-color: #DD5E61;
}
.TagClassName
{
border-color: #DD5E61;
}
</style>