Shades of Mandy #DD5051
Tints of Mandy #DD5051
RGB
CMYK
RGB Variations
Color information
#DD5051 (or 0xDD5051) is known color: Mandy. HEX triplet: DD, 50 and 51. RGB value is (221,80,81). Sum of RGB (Red+Green+Blue) = 221+80+81=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5051 is #22AFAE. Grayscale: #7A7A7A. Windows color (decimal): -2273199 or 5329117. OLE color: 5329117.
HSL color Cylindrical-coordinate representation of color #DD5051: hue angle of 359.57º 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 #DD5051 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 81 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.13 |
| HSL | 359.57º | 0.67% | 0.59% | - |
| HSV(B) | 359.57º | 0.64% | 0.87% | - |
| XYZ | 34.17 | 21.7 | 10.17 | - |
| YUV | 122.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 81 | 0 | 0.64 | 0.63 | 0.13 | 359.57 | 0.67 | 0.59 |
| Hex | DD | 50 | 51 | 0 | 40 | 3F | D | 168 | 43 | 3B |
| Octal | 335 | 120 | 121 | 0 | 100 | 77 | 15 | 550 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1010001 | 0 | 1000000 | 111111 | 1101 | 101101000 | 1000011 | 111011 |
Color Harmonies of #DD5051
Complementary color
Monochromatic Colors of #DD5051
Black with #DD5051
Text Example
Text Example
White with #DD5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5051; }
p { color: rgb(221,80,81); }
H1.HeaderClassName
{
color: #DD5051;
}
.AnyTagClassName
{
color: #DD5051;
}
</style>
background-color css
<style>
a { background-color: #DD5051; }
a { background-color: rgb(221,80,81); }
div.DivClassName
{
background-color: #DD5051;
}
.BgClassName
{
background-color: #DD5051;
}
</style>
border-color css
<style>
span { border-color: #DD5051; }
span { border-color: rgb(221,80,81); }
td.TdClassName
{
border-color: #DD5051;
}
.TagClassName
{
border-color: #DD5051;
}
</style>