Shades of Amaranth #DD2E45
Tints of Amaranth #DD2E45
RGB
CMYK
RGB Variations
Color information
#DD2E45 (or 0xDD2E45) is known color: Amaranth. HEX triplet: DD, 2E and 45. RGB value is (221,46,69). Sum of RGB (Red+Green+Blue) = 221+46+69=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E45 is #22D1BA. Grayscale: #656565. Windows color (decimal): -2281915 or 4533981. OLE color: 4533981.
HSL color Cylindrical-coordinate representation of color #DD2E45: hue angle of 352.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E45 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 69 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.13 |
| HSL | 352.11º | 0.72% | 0.52% | - |
| HSV(B) | 352.11º | 0.79% | 0.87% | - |
| XYZ | 31.87 | 17.76 | 7.38 | - |
| YUV | 100.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 69 | 0 | 0.79 | 0.69 | 0.13 | 352.11 | 0.72 | 0.52 |
| Hex | DD | 2E | 45 | 0 | 4F | 45 | D | 160 | 48 | 34 |
| Octal | 335 | 56 | 105 | 0 | 117 | 105 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101110 | 1000101 | 0 | 1001111 | 1000101 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2E45
Complementary color
Monochromatic Colors of #DD2E45
Black with #DD2E45
Text Example
Text Example
White with #DD2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E45; }
p { color: rgb(221,46,69); }
H1.HeaderClassName
{
color: #DD2E45;
}
.AnyTagClassName
{
color: #DD2E45;
}
</style>
background-color css
<style>
a { background-color: #DD2E45; }
a { background-color: rgb(221,46,69); }
div.DivClassName
{
background-color: #DD2E45;
}
.BgClassName
{
background-color: #DD2E45;
}
</style>
border-color css
<style>
span { border-color: #DD2E45; }
span { border-color: rgb(221,46,69); }
td.TdClassName
{
border-color: #DD2E45;
}
.TagClassName
{
border-color: #DD2E45;
}
</style>