Shades of Mandy #DD4D5B
Tints of Mandy #DD4D5B
RGB
CMYK
RGB Variations
Color information
#DD4D5B (or 0xDD4D5B) is known color: Mandy. HEX triplet: DD, 4D and 5B. RGB value is (221,77,91). Sum of RGB (Red+Green+Blue) = 221+77+91=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D5B is #22B2A4. Grayscale: #797979. Windows color (decimal): -2273957 or 5983709. OLE color: 5983709.
HSL color Cylindrical-coordinate representation of color #DD4D5B: hue angle of 354.17º 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 #DD4D5B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 91 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.13 |
| HSL | 354.17º | 0.68% | 0.58% | - |
| HSV(B) | 354.17º | 0.65% | 0.87% | - |
| XYZ | 34.36 | 21.44 | 12.22 | - |
| YUV | 121.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 91 | 0 | 0.65 | 0.59 | 0.13 | 354.17 | 0.68 | 0.58 |
| Hex | DD | 4D | 5B | 0 | 41 | 3B | D | 162 | 44 | 3A |
| Octal | 335 | 115 | 133 | 0 | 101 | 73 | 15 | 542 | 104 | 72 |
| Binary | 11011101 | 1001101 | 1011011 | 0 | 1000001 | 111011 | 1101 | 101100010 | 1000100 | 111010 |
Color Harmonies of #DD4D5B
Complementary color
Monochromatic Colors of #DD4D5B
Black with #DD4D5B
Text Example
Text Example
White with #DD4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D5B; }
p { color: rgb(221,77,91); }
H1.HeaderClassName
{
color: #DD4D5B;
}
.AnyTagClassName
{
color: #DD4D5B;
}
</style>
background-color css
<style>
a { background-color: #DD4D5B; }
a { background-color: rgb(221,77,91); }
div.DivClassName
{
background-color: #DD4D5B;
}
.BgClassName
{
background-color: #DD4D5B;
}
</style>
border-color css
<style>
span { border-color: #DD4D5B; }
span { border-color: rgb(221,77,91); }
td.TdClassName
{
border-color: #DD4D5B;
}
.TagClassName
{
border-color: #DD4D5B;
}
</style>