Shades of Amaranth #DD294D
Tints of Amaranth #DD294D
RGB
CMYK
RGB Variations
Color information
#DD294D (or 0xDD294D) is known color: Amaranth. HEX triplet: DD, 29 and 4D. RGB value is (221,41,77). Sum of RGB (Red+Green+Blue) = 221+41+77=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD294D is #22D6B2. Grayscale: #626262. Windows color (decimal): -2283187 or 5056989. OLE color: 5056989.
HSL color Cylindrical-coordinate representation of color #DD294D: hue angle of 348º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD294D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 77 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.13 |
| HSL | 348º | 0.73% | 0.51% | - |
| HSV(B) | 348º | 0.81% | 0.87% | - |
| XYZ | 31.95 | 17.49 | 8.71 | - |
| YUV | 98.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 77 | 0 | 0.81 | 0.65 | 0.13 | 348 | 0.73 | 0.51 |
| Hex | DD | 29 | 4D | 0 | 51 | 41 | D | 15C | 49 | 33 |
| Octal | 335 | 51 | 115 | 0 | 121 | 101 | 15 | 534 | 111 | 63 |
| Binary | 11011101 | 101001 | 1001101 | 0 | 1010001 | 1000001 | 1101 | 101011100 | 1001001 | 110011 |
Color Harmonies of #DD294D
Complementary color
Monochromatic Colors of #DD294D
Black with #DD294D
Text Example
Text Example
White with #DD294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD294D; }
p { color: rgb(221,41,77); }
H1.HeaderClassName
{
color: #DD294D;
}
.AnyTagClassName
{
color: #DD294D;
}
</style>
background-color css
<style>
a { background-color: #DD294D; }
a { background-color: rgb(221,41,77); }
div.DivClassName
{
background-color: #DD294D;
}
.BgClassName
{
background-color: #DD294D;
}
</style>
border-color css
<style>
span { border-color: #DD294D; }
span { border-color: rgb(221,41,77); }
td.TdClassName
{
border-color: #DD294D;
}
.TagClassName
{
border-color: #DD294D;
}
</style>