Shades of Mandy #DD5057
Tints of Mandy #DD5057
RGB
CMYK
RGB Variations
Color information
#DD5057 (or 0xDD5057) is known color: Mandy. HEX triplet: DD, 50 and 57. RGB value is (221,80,87). Sum of RGB (Red+Green+Blue) = 221+80+87=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5057 is #22AFA8. Grayscale: #7B7B7B. Windows color (decimal): -2273193 or 5722333. OLE color: 5722333.
HSL color Cylindrical-coordinate representation of color #DD5057: hue angle of 357.02º 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 #DD5057 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 87 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.13 |
| HSL | 357.02º | 0.67% | 0.59% | - |
| HSV(B) | 357.02º | 0.64% | 0.87% | - |
| XYZ | 34.41 | 21.8 | 11.41 | - |
| YUV | 122.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 87 | 0 | 0.64 | 0.61 | 0.13 | 357.02 | 0.67 | 0.59 |
| Hex | DD | 50 | 57 | 0 | 40 | 3D | D | 165 | 43 | 3B |
| Octal | 335 | 120 | 127 | 0 | 100 | 75 | 15 | 545 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1010111 | 0 | 1000000 | 111101 | 1101 | 101100101 | 1000011 | 111011 |
Color Harmonies of #DD5057
Complementary color
Monochromatic Colors of #DD5057
Black with #DD5057
Text Example
Text Example
White with #DD5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5057; }
p { color: rgb(221,80,87); }
H1.HeaderClassName
{
color: #DD5057;
}
.AnyTagClassName
{
color: #DD5057;
}
</style>
background-color css
<style>
a { background-color: #DD5057; }
a { background-color: rgb(221,80,87); }
div.DivClassName
{
background-color: #DD5057;
}
.BgClassName
{
background-color: #DD5057;
}
</style>
border-color css
<style>
span { border-color: #DD5057; }
span { border-color: rgb(221,80,87); }
td.TdClassName
{
border-color: #DD5057;
}
.TagClassName
{
border-color: #DD5057;
}
</style>