Shades of Mandy #DD5359
Tints of Mandy #DD5359
RGB
CMYK
RGB Variations
Color information
#DD5359 (or 0xDD5359) is known color: Mandy. HEX triplet: DD, 53 and 59. RGB value is (221,83,89). Sum of RGB (Red+Green+Blue) = 221+83+89=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5359 is #22ACA6. Grayscale: #7D7D7D. Windows color (decimal): -2272423 or 5854173. OLE color: 5854173.
HSL color Cylindrical-coordinate representation of color #DD5359: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5359 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 89 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.13 |
| HSL | 357.39º | 0.67% | 0.6% | - |
| HSV(B) | 357.39º | 0.62% | 0.87% | - |
| XYZ | 34.72 | 22.28 | 11.92 | - |
| YUV | 124.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 89 | 0 | 0.62 | 0.60 | 0.13 | 357.39 | 0.67 | 0.6 |
| Hex | DD | 53 | 59 | 0 | 3E | 3C | D | 165 | 43 | 3C |
| Octal | 335 | 123 | 131 | 0 | 76 | 74 | 15 | 545 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1011001 | 0 | 111110 | 111100 | 1101 | 101100101 | 1000011 | 111100 |
Color Harmonies of #DD5359
Complementary color
Monochromatic Colors of #DD5359
Black with #DD5359
Text Example
Text Example
White with #DD5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5359; }
p { color: rgb(221,83,89); }
H1.HeaderClassName
{
color: #DD5359;
}
.AnyTagClassName
{
color: #DD5359;
}
</style>
background-color css
<style>
a { background-color: #DD5359; }
a { background-color: rgb(221,83,89); }
div.DivClassName
{
background-color: #DD5359;
}
.BgClassName
{
background-color: #DD5359;
}
</style>
border-color css
<style>
span { border-color: #DD5359; }
span { border-color: rgb(221,83,89); }
td.TdClassName
{
border-color: #DD5359;
}
.TagClassName
{
border-color: #DD5359;
}
</style>