Shades of Mandy #DD4855
Tints of Mandy #DD4855
RGB
CMYK
RGB Variations
Color information
#DD4855 (or 0xDD4855) is known color: Mandy. HEX triplet: DD, 48 and 55. RGB value is (221,72,85). Sum of RGB (Red+Green+Blue) = 221+72+85=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4855 is #22B7AA. Grayscale: #767676. Windows color (decimal): -2275243 or 5589213. OLE color: 5589213.
HSL color Cylindrical-coordinate representation of color #DD4855: hue angle of 354.77º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4855 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 85 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.13 |
| HSL | 354.77º | 0.69% | 0.57% | - |
| HSV(B) | 354.77º | 0.67% | 0.87% | - |
| XYZ | 33.78 | 20.66 | 10.8 | - |
| YUV | 118.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 85 | 0 | 0.67 | 0.62 | 0.13 | 354.77 | 0.69 | 0.57 |
| Hex | DD | 48 | 55 | 0 | 43 | 3E | D | 163 | 45 | 39 |
| Octal | 335 | 110 | 125 | 0 | 103 | 76 | 15 | 543 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1010101 | 0 | 1000011 | 111110 | 1101 | 101100011 | 1000101 | 111001 |
Color Harmonies of #DD4855
Complementary color
Monochromatic Colors of #DD4855
Black with #DD4855
Text Example
Text Example
White with #DD4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4855; }
p { color: rgb(221,72,85); }
H1.HeaderClassName
{
color: #DD4855;
}
.AnyTagClassName
{
color: #DD4855;
}
</style>
background-color css
<style>
a { background-color: #DD4855; }
a { background-color: rgb(221,72,85); }
div.DivClassName
{
background-color: #DD4855;
}
.BgClassName
{
background-color: #DD4855;
}
</style>
border-color css
<style>
span { border-color: #DD4855; }
span { border-color: rgb(221,72,85); }
td.TdClassName
{
border-color: #DD4855;
}
.TagClassName
{
border-color: #DD4855;
}
</style>