Shades of Amaranth #DD3A49
Tints of Amaranth #DD3A49
RGB
CMYK
RGB Variations
Color information
#DD3A49 (or 0xDD3A49) is known color: Amaranth. HEX triplet: DD, 3A and 49. RGB value is (221,58,73). Sum of RGB (Red+Green+Blue) = 221+58+73=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A49 is #22C5B6. Grayscale: #6C6C6C. Windows color (decimal): -2278839 or 4799197. OLE color: 4799197.
HSL color Cylindrical-coordinate representation of color #DD3A49: hue angle of 354.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A49 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 73 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 354.48º | 0.71% | 0.55% | - |
| HSV(B) | 354.48º | 0.74% | 0.87% | - |
| XYZ | 32.53 | 18.88 | 8.23 | - |
| YUV | 108.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 73 | 0 | 0.74 | 0.67 | 0.13 | 354.48 | 0.71 | 0.55 |
| Hex | DD | 3A | 49 | 0 | 4A | 43 | D | 162 | 47 | 37 |
| Octal | 335 | 72 | 111 | 0 | 112 | 103 | 15 | 542 | 107 | 67 |
| Binary | 11011101 | 111010 | 1001001 | 0 | 1001010 | 1000011 | 1101 | 101100010 | 1000111 | 110111 |
Color Harmonies of #DD3A49
Complementary color
Monochromatic Colors of #DD3A49
Black with #DD3A49
Text Example
Text Example
White with #DD3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A49; }
p { color: rgb(221,58,73); }
H1.HeaderClassName
{
color: #DD3A49;
}
.AnyTagClassName
{
color: #DD3A49;
}
</style>
background-color css
<style>
a { background-color: #DD3A49; }
a { background-color: rgb(221,58,73); }
div.DivClassName
{
background-color: #DD3A49;
}
.BgClassName
{
background-color: #DD3A49;
}
</style>
border-color css
<style>
span { border-color: #DD3A49; }
span { border-color: rgb(221,58,73); }
td.TdClassName
{
border-color: #DD3A49;
}
.TagClassName
{
border-color: #DD3A49;
}
</style>