Shades of Mandy #DD4858
Tints of Mandy #DD4858
RGB
CMYK
RGB Variations
Color information
#DD4858 (or 0xDD4858) is known color: Mandy. HEX triplet: DD, 48 and 58. RGB value is (221,72,88). Sum of RGB (Red+Green+Blue) = 221+72+88=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4858 is #22B7A7. Grayscale: #767676. Windows color (decimal): -2275240 or 5785821. OLE color: 5785821.
HSL color Cylindrical-coordinate representation of color #DD4858: hue angle of 353.56º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4858 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 88 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.13 |
| HSL | 353.56º | 0.69% | 0.57% | - |
| HSV(B) | 353.56º | 0.67% | 0.87% | - |
| XYZ | 33.9 | 20.71 | 11.44 | - |
| YUV | 118.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 88 | 0 | 0.67 | 0.60 | 0.13 | 353.56 | 0.69 | 0.57 |
| Hex | DD | 48 | 58 | 0 | 43 | 3C | D | 162 | 45 | 39 |
| Octal | 335 | 110 | 130 | 0 | 103 | 74 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1011000 | 0 | 1000011 | 111100 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4858
Complementary color
Monochromatic Colors of #DD4858
Black with #DD4858
Text Example
Text Example
White with #DD4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4858; }
p { color: rgb(221,72,88); }
H1.HeaderClassName
{
color: #DD4858;
}
.AnyTagClassName
{
color: #DD4858;
}
</style>
background-color css
<style>
a { background-color: #DD4858; }
a { background-color: rgb(221,72,88); }
div.DivClassName
{
background-color: #DD4858;
}
.BgClassName
{
background-color: #DD4858;
}
</style>
border-color css
<style>
span { border-color: #DD4858; }
span { border-color: rgb(221,72,88); }
td.TdClassName
{
border-color: #DD4858;
}
.TagClassName
{
border-color: #DD4858;
}
</style>