Shades of Mandy #DD4559
Tints of Mandy #DD4559
RGB
CMYK
RGB Variations
Color information
#DD4559 (or 0xDD4559) is known color: Mandy. HEX triplet: DD, 45 and 59. RGB value is (221,69,89). Sum of RGB (Red+Green+Blue) = 221+69+89=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4559 is #22BAA6. Grayscale: #747474. Windows color (decimal): -2276007 or 5850589. OLE color: 5850589.
HSL color Cylindrical-coordinate representation of color #DD4559: hue angle of 352.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4559 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 89 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.13 |
| HSL | 352.11º | 0.69% | 0.57% | - |
| HSV(B) | 352.11º | 0.69% | 0.87% | - |
| XYZ | 33.75 | 20.35 | 11.6 | - |
| YUV | 116.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 89 | 0 | 0.69 | 0.60 | 0.13 | 352.11 | 0.69 | 0.57 |
| Hex | DD | 45 | 59 | 0 | 45 | 3C | D | 160 | 45 | 39 |
| Octal | 335 | 105 | 131 | 0 | 105 | 74 | 15 | 540 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1011001 | 0 | 1000101 | 111100 | 1101 | 101100000 | 1000101 | 111001 |
Color Harmonies of #DD4559
Complementary color
Monochromatic Colors of #DD4559
Black with #DD4559
Text Example
Text Example
White with #DD4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4559; }
p { color: rgb(221,69,89); }
H1.HeaderClassName
{
color: #DD4559;
}
.AnyTagClassName
{
color: #DD4559;
}
</style>
background-color css
<style>
a { background-color: #DD4559; }
a { background-color: rgb(221,69,89); }
div.DivClassName
{
background-color: #DD4559;
}
.BgClassName
{
background-color: #DD4559;
}
</style>
border-color css
<style>
span { border-color: #DD4559; }
span { border-color: rgb(221,69,89); }
td.TdClassName
{
border-color: #DD4559;
}
.TagClassName
{
border-color: #DD4559;
}
</style>