Shades of Amaranth #DD2149
Tints of Amaranth #DD2149
RGB
CMYK
RGB Variations
Color information
#DD2149 (or 0xDD2149) is known color: Amaranth. HEX triplet: DD, 21 and 49. RGB value is (221,33,73). Sum of RGB (Red+Green+Blue) = 221+33+73=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2149 is #22DEB6. Grayscale: #5D5D5D. Windows color (decimal): -2285239 or 4792797. OLE color: 4792797.
HSL color Cylindrical-coordinate representation of color #DD2149: hue angle of 347.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2149 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 73 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.13 |
| HSL | 347.23º | 0.74% | 0.5% | - |
| HSV(B) | 347.23º | 0.85% | 0.87% | - |
| XYZ | 31.57 | 16.94 | 7.91 | - |
| YUV | 93.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 73 | 0 | 0.85 | 0.67 | 0.13 | 347.23 | 0.74 | 0.5 |
| Hex | DD | 21 | 49 | 0 | 55 | 43 | D | 15B | 4A | 32 |
| Octal | 335 | 41 | 111 | 0 | 125 | 103 | 15 | 533 | 112 | 62 |
| Binary | 11011101 | 100001 | 1001001 | 0 | 1010101 | 1000011 | 1101 | 101011011 | 1001010 | 110010 |
Color Harmonies of #DD2149
Complementary color
Monochromatic Colors of #DD2149
Black with #DD2149
Text Example
Text Example
White with #DD2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2149; }
p { color: rgb(221,33,73); }
H1.HeaderClassName
{
color: #DD2149;
}
.AnyTagClassName
{
color: #DD2149;
}
</style>
background-color css
<style>
a { background-color: #DD2149; }
a { background-color: rgb(221,33,73); }
div.DivClassName
{
background-color: #DD2149;
}
.BgClassName
{
background-color: #DD2149;
}
</style>
border-color css
<style>
span { border-color: #DD2149; }
span { border-color: rgb(221,33,73); }
td.TdClassName
{
border-color: #DD2149;
}
.TagClassName
{
border-color: #DD2149;
}
</style>