Shades of Mandy #DD4854
Tints of Mandy #DD4854
RGB
CMYK
RGB Variations
Color information
#DD4854 (or 0xDD4854) is known color: Mandy. HEX triplet: DD, 48 and 54. RGB value is (221,72,84). Sum of RGB (Red+Green+Blue) = 221+72+84=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4854 is #22B7AB. Grayscale: #767676. Windows color (decimal): -2275244 or 5523677. OLE color: 5523677.
HSL color Cylindrical-coordinate representation of color #DD4854: hue angle of 355.17º 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 #DD4854 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 84 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.13 |
| HSL | 355.17º | 0.69% | 0.57% | - |
| HSV(B) | 355.17º | 0.67% | 0.87% | - |
| XYZ | 33.74 | 20.65 | 10.59 | - |
| YUV | 117.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 84 | 0 | 0.67 | 0.62 | 0.13 | 355.17 | 0.69 | 0.57 |
| Hex | DD | 48 | 54 | 0 | 43 | 3E | D | 163 | 45 | 39 |
| Octal | 335 | 110 | 124 | 0 | 103 | 76 | 15 | 543 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1010100 | 0 | 1000011 | 111110 | 1101 | 101100011 | 1000101 | 111001 |
Color Harmonies of #DD4854
Complementary color
Monochromatic Colors of #DD4854
Black with #DD4854
Text Example
Text Example
White with #DD4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4854; }
p { color: rgb(221,72,84); }
H1.HeaderClassName
{
color: #DD4854;
}
.AnyTagClassName
{
color: #DD4854;
}
</style>
background-color css
<style>
a { background-color: #DD4854; }
a { background-color: rgb(221,72,84); }
div.DivClassName
{
background-color: #DD4854;
}
.BgClassName
{
background-color: #DD4854;
}
</style>
border-color css
<style>
span { border-color: #DD4854; }
span { border-color: rgb(221,72,84); }
td.TdClassName
{
border-color: #DD4854;
}
.TagClassName
{
border-color: #DD4854;
}
</style>