Shades of Mandy #DD4A54
Tints of Mandy #DD4A54
RGB
CMYK
RGB Variations
Color information
#DD4A54 (or 0xDD4A54) is known color: Mandy. HEX triplet: DD, 4A and 54. RGB value is (221,74,84). Sum of RGB (Red+Green+Blue) = 221+74+84=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A54 is #22B5AB. Grayscale: #777777. Windows color (decimal): -2274732 or 5524189. OLE color: 5524189.
HSL color Cylindrical-coordinate representation of color #DD4A54: hue angle of 355.92º degrees, saturation: 0.68, 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 #DD4A54 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 84 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.13 |
| HSL | 355.92º | 0.68% | 0.58% | - |
| HSV(B) | 355.92º | 0.67% | 0.87% | - |
| XYZ | 33.87 | 20.91 | 10.64 | - |
| YUV | 119.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 84 | 0 | 0.67 | 0.62 | 0.13 | 355.92 | 0.68 | 0.58 |
| Hex | DD | 4A | 54 | 0 | 43 | 3E | D | 164 | 44 | 3A |
| Octal | 335 | 112 | 124 | 0 | 103 | 76 | 15 | 544 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1010100 | 0 | 1000011 | 111110 | 1101 | 101100100 | 1000100 | 111010 |
Color Harmonies of #DD4A54
Complementary color
Monochromatic Colors of #DD4A54
Black with #DD4A54
Text Example
Text Example
White with #DD4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A54; }
p { color: rgb(221,74,84); }
H1.HeaderClassName
{
color: #DD4A54;
}
.AnyTagClassName
{
color: #DD4A54;
}
</style>
background-color css
<style>
a { background-color: #DD4A54; }
a { background-color: rgb(221,74,84); }
div.DivClassName
{
background-color: #DD4A54;
}
.BgClassName
{
background-color: #DD4A54;
}
</style>
border-color css
<style>
span { border-color: #DD4A54; }
span { border-color: rgb(221,74,84); }
td.TdClassName
{
border-color: #DD4A54;
}
.TagClassName
{
border-color: #DD4A54;
}
</style>