Shades of Mandy #DD5159
Tints of Mandy #DD5159
RGB
CMYK
RGB Variations
Color information
#DD5159 (or 0xDD5159) is known color: Mandy. HEX triplet: DD, 51 and 59. RGB value is (221,81,89). Sum of RGB (Red+Green+Blue) = 221+81+89=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5159 is #22AEA6. Grayscale: #7B7B7B. Windows color (decimal): -2272935 or 5853661. OLE color: 5853661.
HSL color Cylindrical-coordinate representation of color #DD5159: hue angle of 356.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5159 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 89 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.13 |
| HSL | 356.57º | 0.67% | 0.59% | - |
| HSV(B) | 356.57º | 0.63% | 0.87% | - |
| XYZ | 34.56 | 21.98 | 11.87 | - |
| YUV | 123.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 89 | 0 | 0.63 | 0.60 | 0.13 | 356.57 | 0.67 | 0.59 |
| Hex | DD | 51 | 59 | 0 | 3F | 3C | D | 165 | 43 | 3B |
| Octal | 335 | 121 | 131 | 0 | 77 | 74 | 15 | 545 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1011001 | 0 | 111111 | 111100 | 1101 | 101100101 | 1000011 | 111011 |
Color Harmonies of #DD5159
Complementary color
Monochromatic Colors of #DD5159
Black with #DD5159
Text Example
Text Example
White with #DD5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5159; }
p { color: rgb(221,81,89); }
H1.HeaderClassName
{
color: #DD5159;
}
.AnyTagClassName
{
color: #DD5159;
}
</style>
background-color css
<style>
a { background-color: #DD5159; }
a { background-color: rgb(221,81,89); }
div.DivClassName
{
background-color: #DD5159;
}
.BgClassName
{
background-color: #DD5159;
}
</style>
border-color css
<style>
span { border-color: #DD5159; }
span { border-color: rgb(221,81,89); }
td.TdClassName
{
border-color: #DD5159;
}
.TagClassName
{
border-color: #DD5159;
}
</style>