Shades of Mandy #DD5054
Tints of Mandy #DD5054
RGB
CMYK
RGB Variations
Color information
#DD5054 (or 0xDD5054) is known color: Mandy. HEX triplet: DD, 50 and 54. RGB value is (221,80,84). Sum of RGB (Red+Green+Blue) = 221+80+84=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5054 is #22AFAB. Grayscale: #7A7A7A. Windows color (decimal): -2273196 or 5525725. OLE color: 5525725.
HSL color Cylindrical-coordinate representation of color #DD5054: hue angle of 358.3º 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 #DD5054 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 84 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.13 |
| HSL | 358.3º | 0.67% | 0.59% | - |
| HSV(B) | 358.3º | 0.64% | 0.87% | - |
| XYZ | 34.29 | 21.75 | 10.78 | - |
| YUV | 122.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 84 | 0 | 0.64 | 0.62 | 0.13 | 358.3 | 0.67 | 0.59 |
| Hex | DD | 50 | 54 | 0 | 40 | 3E | D | 166 | 43 | 3B |
| Octal | 335 | 120 | 124 | 0 | 100 | 76 | 15 | 546 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1010100 | 0 | 1000000 | 111110 | 1101 | 101100110 | 1000011 | 111011 |
Color Harmonies of #DD5054
Complementary color
Monochromatic Colors of #DD5054
Black with #DD5054
Text Example
Text Example
White with #DD5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5054; }
p { color: rgb(221,80,84); }
H1.HeaderClassName
{
color: #DD5054;
}
.AnyTagClassName
{
color: #DD5054;
}
</style>
background-color css
<style>
a { background-color: #DD5054; }
a { background-color: rgb(221,80,84); }
div.DivClassName
{
background-color: #DD5054;
}
.BgClassName
{
background-color: #DD5054;
}
</style>
border-color css
<style>
span { border-color: #DD5054; }
span { border-color: rgb(221,80,84); }
td.TdClassName
{
border-color: #DD5054;
}
.TagClassName
{
border-color: #DD5054;
}
</style>