Shades of Mandy #DD5463
Tints of Mandy #DD5463
RGB
CMYK
RGB Variations
Color information
#DD5463 (or 0xDD5463) is known color: Mandy. HEX triplet: DD, 54 and 63. RGB value is (221,84,99). Sum of RGB (Red+Green+Blue) = 221+84+99=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5463 is #22AB9C. Grayscale: #7E7E7E. Windows color (decimal): -2272157 or 6509789. OLE color: 6509789.
HSL color Cylindrical-coordinate representation of color #DD5463: hue angle of 353.43º 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 #DD5463 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 99 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.13 |
| HSL | 353.43º | 0.67% | 0.6% | - |
| HSV(B) | 353.43º | 0.62% | 0.87% | - |
| XYZ | 35.24 | 22.61 | 14.31 | - |
| YUV | 126.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 99 | 0 | 0.62 | 0.55 | 0.13 | 353.43 | 0.67 | 0.6 |
| Hex | DD | 54 | 63 | 0 | 3E | 37 | D | 161 | 43 | 3C |
| Octal | 335 | 124 | 143 | 0 | 76 | 67 | 15 | 541 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1100011 | 0 | 111110 | 110111 | 1101 | 101100001 | 1000011 | 111100 |
Color Harmonies of #DD5463
Complementary color
Monochromatic Colors of #DD5463
Black with #DD5463
Text Example
Text Example
White with #DD5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5463; }
p { color: rgb(221,84,99); }
H1.HeaderClassName
{
color: #DD5463;
}
.AnyTagClassName
{
color: #DD5463;
}
</style>
background-color css
<style>
a { background-color: #DD5463; }
a { background-color: rgb(221,84,99); }
div.DivClassName
{
background-color: #DD5463;
}
.BgClassName
{
background-color: #DD5463;
}
</style>
border-color css
<style>
span { border-color: #DD5463; }
span { border-color: rgb(221,84,99); }
td.TdClassName
{
border-color: #DD5463;
}
.TagClassName
{
border-color: #DD5463;
}
</style>