Shades of Amaranth #DD2847
Tints of Amaranth #DD2847
RGB
CMYK
RGB Variations
Color information
#DD2847 (or 0xDD2847) is known color: Amaranth. HEX triplet: DD, 28 and 47. RGB value is (221,40,71). Sum of RGB (Red+Green+Blue) = 221+40+71=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2847 is #22D7B8. Grayscale: #616161. Windows color (decimal): -2283449 or 4663517. OLE color: 4663517.
HSL color Cylindrical-coordinate representation of color #DD2847: hue angle of 349.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2847 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 71 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.13 |
| HSL | 349.72º | 0.73% | 0.51% | - |
| HSV(B) | 349.72º | 0.82% | 0.87% | - |
| XYZ | 31.71 | 17.34 | 7.64 | - |
| YUV | 97.65 | 112.97 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 71 | 0 | 0.82 | 0.68 | 0.13 | 349.72 | 0.73 | 0.51 |
| Hex | DD | 28 | 47 | 0 | 52 | 44 | D | 15E | 49 | 33 |
| Octal | 335 | 50 | 107 | 0 | 122 | 104 | 15 | 536 | 111 | 63 |
| Binary | 11011101 | 101000 | 1000111 | 0 | 1010010 | 1000100 | 1101 | 101011110 | 1001001 | 110011 |
Color Harmonies of #DD2847
Complementary color
Monochromatic Colors of #DD2847
Black with #DD2847
Text Example
Text Example
White with #DD2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2847; }
p { color: rgb(221,40,71); }
H1.HeaderClassName
{
color: #DD2847;
}
.AnyTagClassName
{
color: #DD2847;
}
</style>
background-color css
<style>
a { background-color: #DD2847; }
a { background-color: rgb(221,40,71); }
div.DivClassName
{
background-color: #DD2847;
}
.BgClassName
{
background-color: #DD2847;
}
</style>
border-color css
<style>
span { border-color: #DD2847; }
span { border-color: rgb(221,40,71); }
td.TdClassName
{
border-color: #DD2847;
}
.TagClassName
{
border-color: #DD2847;
}
</style>