Shades of Amaranth #DD2E46
Tints of Amaranth #DD2E46
RGB
CMYK
RGB Variations
Color information
#DD2E46 (or 0xDD2E46) is known color: Amaranth. HEX triplet: DD, 2E and 46. RGB value is (221,46,70). Sum of RGB (Red+Green+Blue) = 221+46+70=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E46 is #22D1B9. Grayscale: #656565. Windows color (decimal): -2281914 or 4599517. OLE color: 4599517.
HSL color Cylindrical-coordinate representation of color #DD2E46: hue angle of 351.77º 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 #DD2E46 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 70 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.13 |
| HSL | 351.77º | 0.72% | 0.52% | - |
| HSV(B) | 351.77º | 0.79% | 0.87% | - |
| XYZ | 31.9 | 17.77 | 7.54 | - |
| YUV | 101.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 70 | 0 | 0.79 | 0.68 | 0.13 | 351.77 | 0.72 | 0.52 |
| Hex | DD | 2E | 46 | 0 | 4F | 44 | D | 160 | 48 | 34 |
| Octal | 335 | 56 | 106 | 0 | 117 | 104 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101110 | 1000110 | 0 | 1001111 | 1000100 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2E46
Complementary color
Monochromatic Colors of #DD2E46
Black with #DD2E46
Text Example
Text Example
White with #DD2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E46; }
p { color: rgb(221,46,70); }
H1.HeaderClassName
{
color: #DD2E46;
}
.AnyTagClassName
{
color: #DD2E46;
}
</style>
background-color css
<style>
a { background-color: #DD2E46; }
a { background-color: rgb(221,46,70); }
div.DivClassName
{
background-color: #DD2E46;
}
.BgClassName
{
background-color: #DD2E46;
}
</style>
border-color css
<style>
span { border-color: #DD2E46; }
span { border-color: rgb(221,46,70); }
td.TdClassName
{
border-color: #DD2E46;
}
.TagClassName
{
border-color: #DD2E46;
}
</style>