Shades of Mandy #DD5464
Tints of Mandy #DD5464
RGB
CMYK
RGB Variations
Color information
#DD5464 (or 0xDD5464) is known color: Mandy. HEX triplet: DD, 54 and 64. RGB value is (221,84,100). Sum of RGB (Red+Green+Blue) = 221+84+100=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5464 is #22AB9B. Grayscale: #7E7E7E. Windows color (decimal): -2272156 or 6575325. OLE color: 6575325.
HSL color Cylindrical-coordinate representation of color #DD5464: hue angle of 352.99º 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 #DD5464 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 100 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.13 |
| HSL | 352.99º | 0.67% | 0.6% | - |
| HSV(B) | 352.99º | 0.62% | 0.87% | - |
| XYZ | 35.29 | 22.63 | 14.57 | - |
| YUV | 126.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 100 | 0 | 0.62 | 0.55 | 0.13 | 352.99 | 0.67 | 0.6 |
| Hex | DD | 54 | 64 | 0 | 3E | 37 | D | 161 | 43 | 3C |
| Octal | 335 | 124 | 144 | 0 | 76 | 67 | 15 | 541 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1100100 | 0 | 111110 | 110111 | 1101 | 101100001 | 1000011 | 111100 |
Color Harmonies of #DD5464
Complementary color
Monochromatic Colors of #DD5464
Black with #DD5464
Text Example
Text Example
White with #DD5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5464; }
p { color: rgb(221,84,100); }
H1.HeaderClassName
{
color: #DD5464;
}
.AnyTagClassName
{
color: #DD5464;
}
</style>
background-color css
<style>
a { background-color: #DD5464; }
a { background-color: rgb(221,84,100); }
div.DivClassName
{
background-color: #DD5464;
}
.BgClassName
{
background-color: #DD5464;
}
</style>
border-color css
<style>
span { border-color: #DD5464; }
span { border-color: rgb(221,84,100); }
td.TdClassName
{
border-color: #DD5464;
}
.TagClassName
{
border-color: #DD5464;
}
</style>