Shades of Mandy #DD4E50
Tints of Mandy #DD4E50
RGB
CMYK
RGB Variations
Color information
#DD4E50 (or 0xDD4E50) is known color: Mandy. HEX triplet: DD, 4E and 50. RGB value is (221,78,80). Sum of RGB (Red+Green+Blue) = 221+78+80=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E50 is #22B1AF. Grayscale: #797979. Windows color (decimal): -2273712 or 5263069. OLE color: 5263069.
HSL color Cylindrical-coordinate representation of color #DD4E50: hue angle of 359.16º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E50 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 80 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.13 |
| HSL | 359.16º | 0.68% | 0.59% | - |
| HSV(B) | 359.16º | 0.65% | 0.87% | - |
| XYZ | 33.99 | 21.4 | 9.93 | - |
| YUV | 120.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 80 | 0 | 0.65 | 0.64 | 0.13 | 359.16 | 0.68 | 0.59 |
| Hex | DD | 4E | 50 | 0 | 41 | 40 | D | 167 | 44 | 3B |
| Octal | 335 | 116 | 120 | 0 | 101 | 100 | 15 | 547 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1010000 | 0 | 1000001 | 1000000 | 1101 | 101100111 | 1000100 | 111011 |
Color Harmonies of #DD4E50
Complementary color
Monochromatic Colors of #DD4E50
Black with #DD4E50
Text Example
Text Example
White with #DD4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E50; }
p { color: rgb(221,78,80); }
H1.HeaderClassName
{
color: #DD4E50;
}
.AnyTagClassName
{
color: #DD4E50;
}
</style>
background-color css
<style>
a { background-color: #DD4E50; }
a { background-color: rgb(221,78,80); }
div.DivClassName
{
background-color: #DD4E50;
}
.BgClassName
{
background-color: #DD4E50;
}
</style>
border-color css
<style>
span { border-color: #DD4E50; }
span { border-color: rgb(221,78,80); }
td.TdClassName
{
border-color: #DD4E50;
}
.TagClassName
{
border-color: #DD4E50;
}
</style>