Shades of Mandy #DD4950
Tints of Mandy #DD4950
RGB
CMYK
RGB Variations
Color information
#DD4950 (or 0xDD4950) is known color: Mandy. HEX triplet: DD, 49 and 50. RGB value is (221,73,80). Sum of RGB (Red+Green+Blue) = 221+73+80=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4950 is #22B6AF. Grayscale: #767676. Windows color (decimal): -2274992 or 5261789. OLE color: 5261789.
HSL color Cylindrical-coordinate representation of color #DD4950: hue angle of 357.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4950 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 80 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.13 |
| HSL | 357.16º | 0.69% | 0.58% | - |
| HSV(B) | 357.16º | 0.67% | 0.87% | - |
| XYZ | 33.65 | 20.72 | 9.81 | - |
| YUV | 118.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 80 | 0 | 0.67 | 0.64 | 0.13 | 357.16 | 0.69 | 0.58 |
| Hex | DD | 49 | 50 | 0 | 43 | 40 | D | 165 | 45 | 3A |
| Octal | 335 | 111 | 120 | 0 | 103 | 100 | 15 | 545 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1010000 | 0 | 1000011 | 1000000 | 1101 | 101100101 | 1000101 | 111010 |
Color Harmonies of #DD4950
Complementary color
Monochromatic Colors of #DD4950
Black with #DD4950
Text Example
Text Example
White with #DD4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4950; }
p { color: rgb(221,73,80); }
H1.HeaderClassName
{
color: #DD4950;
}
.AnyTagClassName
{
color: #DD4950;
}
</style>
background-color css
<style>
a { background-color: #DD4950; }
a { background-color: rgb(221,73,80); }
div.DivClassName
{
background-color: #DD4950;
}
.BgClassName
{
background-color: #DD4950;
}
</style>
border-color css
<style>
span { border-color: #DD4950; }
span { border-color: rgb(221,73,80); }
td.TdClassName
{
border-color: #DD4950;
}
.TagClassName
{
border-color: #DD4950;
}
</style>