Shades of Amaranth #DD3A47
Tints of Amaranth #DD3A47
RGB
CMYK
RGB Variations
Color information
#DD3A47 (or 0xDD3A47) is known color: Amaranth. HEX triplet: DD, 3A and 47. RGB value is (221,58,71). Sum of RGB (Red+Green+Blue) = 221+58+71=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A47 is #22C5B8. Grayscale: #6C6C6C. Windows color (decimal): -2278841 or 4668125. OLE color: 4668125.
HSL color Cylindrical-coordinate representation of color #DD3A47: hue angle of 355.21º 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 #DD3A47 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 71 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.13 |
| HSL | 355.21º | 0.71% | 0.55% | - |
| HSV(B) | 355.21º | 0.74% | 0.87% | - |
| XYZ | 32.47 | 18.85 | 7.89 | - |
| YUV | 108.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 71 | 0 | 0.74 | 0.68 | 0.13 | 355.21 | 0.71 | 0.55 |
| Hex | DD | 3A | 47 | 0 | 4A | 44 | D | 163 | 47 | 37 |
| Octal | 335 | 72 | 107 | 0 | 112 | 104 | 15 | 543 | 107 | 67 |
| Binary | 11011101 | 111010 | 1000111 | 0 | 1001010 | 1000100 | 1101 | 101100011 | 1000111 | 110111 |
Color Harmonies of #DD3A47
Complementary color
Monochromatic Colors of #DD3A47
Black with #DD3A47
Text Example
Text Example
White with #DD3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A47; }
p { color: rgb(221,58,71); }
H1.HeaderClassName
{
color: #DD3A47;
}
.AnyTagClassName
{
color: #DD3A47;
}
</style>
background-color css
<style>
a { background-color: #DD3A47; }
a { background-color: rgb(221,58,71); }
div.DivClassName
{
background-color: #DD3A47;
}
.BgClassName
{
background-color: #DD3A47;
}
</style>
border-color css
<style>
span { border-color: #DD3A47; }
span { border-color: rgb(221,58,71); }
td.TdClassName
{
border-color: #DD3A47;
}
.TagClassName
{
border-color: #DD3A47;
}
</style>