Shades of Mandy #DD4D58
Tints of Mandy #DD4D58
RGB
CMYK
RGB Variations
Color information
#DD4D58 (or 0xDD4D58) is known color: Mandy. HEX triplet: DD, 4D and 58. RGB value is (221,77,88). Sum of RGB (Red+Green+Blue) = 221+77+88=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D58 is #22B2A7. Grayscale: #797979. Windows color (decimal): -2273960 or 5787101. OLE color: 5787101.
HSL color Cylindrical-coordinate representation of color #DD4D58: hue angle of 355.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4D58 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 88 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.13 |
| HSL | 355.42º | 0.68% | 0.58% | - |
| HSV(B) | 355.42º | 0.65% | 0.87% | - |
| XYZ | 34.23 | 21.38 | 11.56 | - |
| YUV | 121.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 88 | 0 | 0.65 | 0.60 | 0.13 | 355.42 | 0.68 | 0.58 |
| Hex | DD | 4D | 58 | 0 | 41 | 3C | D | 163 | 44 | 3A |
| Octal | 335 | 115 | 130 | 0 | 101 | 74 | 15 | 543 | 104 | 72 |
| Binary | 11011101 | 1001101 | 1011000 | 0 | 1000001 | 111100 | 1101 | 101100011 | 1000100 | 111010 |
Color Harmonies of #DD4D58
Complementary color
Monochromatic Colors of #DD4D58
Black with #DD4D58
Text Example
Text Example
White with #DD4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D58; }
p { color: rgb(221,77,88); }
H1.HeaderClassName
{
color: #DD4D58;
}
.AnyTagClassName
{
color: #DD4D58;
}
</style>
background-color css
<style>
a { background-color: #DD4D58; }
a { background-color: rgb(221,77,88); }
div.DivClassName
{
background-color: #DD4D58;
}
.BgClassName
{
background-color: #DD4D58;
}
</style>
border-color css
<style>
span { border-color: #DD4D58; }
span { border-color: rgb(221,77,88); }
td.TdClassName
{
border-color: #DD4D58;
}
.TagClassName
{
border-color: #DD4D58;
}
</style>