Shades of Mandy #DD5259
Tints of Mandy #DD5259
RGB
CMYK
RGB Variations
Color information
#DD5259 (or 0xDD5259) is known color: Mandy. HEX triplet: DD, 52 and 59. RGB value is (221,82,89). Sum of RGB (Red+Green+Blue) = 221+82+89=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5259 is #22ADA6. Grayscale: #7C7C7C. Windows color (decimal): -2272679 or 5853917. OLE color: 5853917.
HSL color Cylindrical-coordinate representation of color #DD5259: hue angle of 356.98º 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 #DD5259 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 89 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.13 |
| HSL | 356.98º | 0.67% | 0.59% | - |
| HSV(B) | 356.98º | 0.63% | 0.87% | - |
| XYZ | 34.64 | 22.13 | 11.9 | - |
| YUV | 124.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 89 | 0 | 0.63 | 0.60 | 0.13 | 356.98 | 0.67 | 0.59 |
| Hex | DD | 52 | 59 | 0 | 3F | 3C | D | 165 | 43 | 3B |
| Octal | 335 | 122 | 131 | 0 | 77 | 74 | 15 | 545 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1011001 | 0 | 111111 | 111100 | 1101 | 101100101 | 1000011 | 111011 |
Color Harmonies of #DD5259
Complementary color
Monochromatic Colors of #DD5259
Black with #DD5259
Text Example
Text Example
White with #DD5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5259; }
p { color: rgb(221,82,89); }
H1.HeaderClassName
{
color: #DD5259;
}
.AnyTagClassName
{
color: #DD5259;
}
</style>
background-color css
<style>
a { background-color: #DD5259; }
a { background-color: rgb(221,82,89); }
div.DivClassName
{
background-color: #DD5259;
}
.BgClassName
{
background-color: #DD5259;
}
</style>
border-color css
<style>
span { border-color: #DD5259; }
span { border-color: rgb(221,82,89); }
td.TdClassName
{
border-color: #DD5259;
}
.TagClassName
{
border-color: #DD5259;
}
</style>