Shades of Mandy #DD5460
Tints of Mandy #DD5460
RGB
CMYK
RGB Variations
Color information
#DD5460 (or 0xDD5460) is known color: Mandy. HEX triplet: DD, 54 and 60. RGB value is (221,84,96). Sum of RGB (Red+Green+Blue) = 221+84+96=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5460 is #22AB9F. Grayscale: #7E7E7E. Windows color (decimal): -2272160 or 6313181. OLE color: 6313181.
HSL color Cylindrical-coordinate representation of color #DD5460: hue angle of 354.74º 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 #DD5460 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 96 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.13 |
| HSL | 354.74º | 0.67% | 0.6% | - |
| HSV(B) | 354.74º | 0.62% | 0.87% | - |
| XYZ | 35.1 | 22.56 | 13.57 | - |
| YUV | 126.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 96 | 0 | 0.62 | 0.57 | 0.13 | 354.74 | 0.67 | 0.6 |
| Hex | DD | 54 | 60 | 0 | 3E | 39 | D | 163 | 43 | 3C |
| Octal | 335 | 124 | 140 | 0 | 76 | 71 | 15 | 543 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1100000 | 0 | 111110 | 111001 | 1101 | 101100011 | 1000011 | 111100 |
Color Harmonies of #DD5460
Complementary color
Monochromatic Colors of #DD5460
Black with #DD5460
Text Example
Text Example
White with #DD5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5460; }
p { color: rgb(221,84,96); }
H1.HeaderClassName
{
color: #DD5460;
}
.AnyTagClassName
{
color: #DD5460;
}
</style>
background-color css
<style>
a { background-color: #DD5460; }
a { background-color: rgb(221,84,96); }
div.DivClassName
{
background-color: #DD5460;
}
.BgClassName
{
background-color: #DD5460;
}
</style>
border-color css
<style>
span { border-color: #DD5460; }
span { border-color: rgb(221,84,96); }
td.TdClassName
{
border-color: #DD5460;
}
.TagClassName
{
border-color: #DD5460;
}
</style>