Shades of Mandy #DD5056
Tints of Mandy #DD5056
RGB
CMYK
RGB Variations
Color information
#DD5056 (or 0xDD5056) is known color: Mandy. HEX triplet: DD, 50 and 56. RGB value is (221,80,86). Sum of RGB (Red+Green+Blue) = 221+80+86=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5056 is #22AFA9. Grayscale: #7A7A7A. Windows color (decimal): -2273194 or 5656797. OLE color: 5656797.
HSL color Cylindrical-coordinate representation of color #DD5056: hue angle of 357.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5056 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 86 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.13 |
| HSL | 357.45º | 0.67% | 0.59% | - |
| HSV(B) | 357.45º | 0.64% | 0.87% | - |
| XYZ | 34.37 | 21.78 | 11.2 | - |
| YUV | 122.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 86 | 0 | 0.64 | 0.61 | 0.13 | 357.45 | 0.67 | 0.59 |
| Hex | DD | 50 | 56 | 0 | 40 | 3D | D | 165 | 43 | 3B |
| Octal | 335 | 120 | 126 | 0 | 100 | 75 | 15 | 545 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1010110 | 0 | 1000000 | 111101 | 1101 | 101100101 | 1000011 | 111011 |
Color Harmonies of #DD5056
Complementary color
Monochromatic Colors of #DD5056
Black with #DD5056
Text Example
Text Example
White with #DD5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5056; }
p { color: rgb(221,80,86); }
H1.HeaderClassName
{
color: #DD5056;
}
.AnyTagClassName
{
color: #DD5056;
}
</style>
background-color css
<style>
a { background-color: #DD5056; }
a { background-color: rgb(221,80,86); }
div.DivClassName
{
background-color: #DD5056;
}
.BgClassName
{
background-color: #DD5056;
}
</style>
border-color css
<style>
span { border-color: #DD5056; }
span { border-color: rgb(221,80,86); }
td.TdClassName
{
border-color: #DD5056;
}
.TagClassName
{
border-color: #DD5056;
}
</style>