Shades of Mandy #DD4955
Tints of Mandy #DD4955
RGB
CMYK
RGB Variations
Color information
#DD4955 (or 0xDD4955) is known color: Mandy. HEX triplet: DD, 49 and 55. RGB value is (221,73,85). Sum of RGB (Red+Green+Blue) = 221+73+85=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4955 is #22B6AA. Grayscale: #767676. Windows color (decimal): -2274987 or 5589469. OLE color: 5589469.
HSL color Cylindrical-coordinate representation of color #DD4955: hue angle of 355.14º 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 #DD4955 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 85 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.13 |
| HSL | 355.14º | 0.69% | 0.58% | - |
| HSV(B) | 355.14º | 0.67% | 0.87% | - |
| XYZ | 33.84 | 20.79 | 10.82 | - |
| YUV | 118.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 85 | 0 | 0.67 | 0.62 | 0.13 | 355.14 | 0.69 | 0.58 |
| Hex | DD | 49 | 55 | 0 | 43 | 3E | D | 163 | 45 | 3A |
| Octal | 335 | 111 | 125 | 0 | 103 | 76 | 15 | 543 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1010101 | 0 | 1000011 | 111110 | 1101 | 101100011 | 1000101 | 111010 |
Color Harmonies of #DD4955
Complementary color
Monochromatic Colors of #DD4955
Black with #DD4955
Text Example
Text Example
White with #DD4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4955; }
p { color: rgb(221,73,85); }
H1.HeaderClassName
{
color: #DD4955;
}
.AnyTagClassName
{
color: #DD4955;
}
</style>
background-color css
<style>
a { background-color: #DD4955; }
a { background-color: rgb(221,73,85); }
div.DivClassName
{
background-color: #DD4955;
}
.BgClassName
{
background-color: #DD4955;
}
</style>
border-color css
<style>
span { border-color: #DD4955; }
span { border-color: rgb(221,73,85); }
td.TdClassName
{
border-color: #DD4955;
}
.TagClassName
{
border-color: #DD4955;
}
</style>