Shades of Mandy #DD4456
Tints of Mandy #DD4456
RGB
CMYK
RGB Variations
Color information
#DD4456 (or 0xDD4456) is known color: Mandy. HEX triplet: DD, 44 and 56. RGB value is (221,68,86). Sum of RGB (Red+Green+Blue) = 221+68+86=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4456 is #22BBA9. Grayscale: #737373. Windows color (decimal): -2276266 or 5653725. OLE color: 5653725.
HSL color Cylindrical-coordinate representation of color #DD4456: hue angle of 352.94º 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 #DD4456 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 86 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.13 |
| HSL | 352.94º | 0.69% | 0.57% | - |
| HSV(B) | 352.94º | 0.69% | 0.87% | - |
| XYZ | 33.57 | 20.18 | 10.93 | - |
| YUV | 115.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 86 | 0 | 0.69 | 0.61 | 0.13 | 352.94 | 0.69 | 0.57 |
| Hex | DD | 44 | 56 | 0 | 45 | 3D | D | 161 | 45 | 39 |
| Octal | 335 | 104 | 126 | 0 | 105 | 75 | 15 | 541 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1010110 | 0 | 1000101 | 111101 | 1101 | 101100001 | 1000101 | 111001 |
Color Harmonies of #DD4456
Complementary color
Monochromatic Colors of #DD4456
Black with #DD4456
Text Example
Text Example
White with #DD4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4456; }
p { color: rgb(221,68,86); }
H1.HeaderClassName
{
color: #DD4456;
}
.AnyTagClassName
{
color: #DD4456;
}
</style>
background-color css
<style>
a { background-color: #DD4456; }
a { background-color: rgb(221,68,86); }
div.DivClassName
{
background-color: #DD4456;
}
.BgClassName
{
background-color: #DD4456;
}
</style>
border-color css
<style>
span { border-color: #DD4456; }
span { border-color: rgb(221,68,86); }
td.TdClassName
{
border-color: #DD4456;
}
.TagClassName
{
border-color: #DD4456;
}
</style>