Shades of Amaranth #DD2A49
Tints of Amaranth #DD2A49
RGB
CMYK
RGB Variations
Color information
#DD2A49 (or 0xDD2A49) is known color: Amaranth. HEX triplet: DD, 2A and 49. RGB value is (221,42,73). Sum of RGB (Red+Green+Blue) = 221+42+73=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A49 is #22D5B6. Grayscale: #636363. Windows color (decimal): -2282935 or 4795101. OLE color: 4795101.
HSL color Cylindrical-coordinate representation of color #DD2A49: hue angle of 349.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A49 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 73 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.13 |
| HSL | 349.61º | 0.72% | 0.52% | - |
| HSV(B) | 349.61º | 0.81% | 0.87% | - |
| XYZ | 31.85 | 17.51 | 8 | - |
| YUV | 99.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 73 | 0 | 0.81 | 0.67 | 0.13 | 349.61 | 0.72 | 0.52 |
| Hex | DD | 2A | 49 | 0 | 51 | 43 | D | 15E | 48 | 34 |
| Octal | 335 | 52 | 111 | 0 | 121 | 103 | 15 | 536 | 110 | 64 |
| Binary | 11011101 | 101010 | 1001001 | 0 | 1010001 | 1000011 | 1101 | 101011110 | 1001000 | 110100 |
Color Harmonies of #DD2A49
Complementary color
Monochromatic Colors of #DD2A49
Black with #DD2A49
Text Example
Text Example
White with #DD2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A49; }
p { color: rgb(221,42,73); }
H1.HeaderClassName
{
color: #DD2A49;
}
.AnyTagClassName
{
color: #DD2A49;
}
</style>
background-color css
<style>
a { background-color: #DD2A49; }
a { background-color: rgb(221,42,73); }
div.DivClassName
{
background-color: #DD2A49;
}
.BgClassName
{
background-color: #DD2A49;
}
</style>
border-color css
<style>
span { border-color: #DD2A49; }
span { border-color: rgb(221,42,73); }
td.TdClassName
{
border-color: #DD2A49;
}
.TagClassName
{
border-color: #DD2A49;
}
</style>