Shades of Amaranth #DD2C46
Tints of Amaranth #DD2C46
RGB
CMYK
RGB Variations
Color information
#DD2C46 (or 0xDD2C46) is known color: Amaranth. HEX triplet: DD, 2C and 46. RGB value is (221,44,70). Sum of RGB (Red+Green+Blue) = 221+44+70=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C46 is #22D3B9. Grayscale: #636363. Windows color (decimal): -2282426 or 4599005. OLE color: 4599005.
HSL color Cylindrical-coordinate representation of color #DD2C46: hue angle of 351.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C46 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 70 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.13 |
| HSL | 351.19º | 0.72% | 0.52% | - |
| HSV(B) | 351.19º | 0.8% | 0.87% | - |
| XYZ | 31.82 | 17.62 | 7.52 | - |
| YUV | 99.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 70 | 0 | 0.80 | 0.68 | 0.13 | 351.19 | 0.72 | 0.52 |
| Hex | DD | 2C | 46 | 0 | 50 | 44 | D | 15F | 48 | 34 |
| Octal | 335 | 54 | 106 | 0 | 120 | 104 | 15 | 537 | 110 | 64 |
| Binary | 11011101 | 101100 | 1000110 | 0 | 1010000 | 1000100 | 1101 | 101011111 | 1001000 | 110100 |
Color Harmonies of #DD2C46
Complementary color
Monochromatic Colors of #DD2C46
Black with #DD2C46
Text Example
Text Example
White with #DD2C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C46; }
p { color: rgb(221,44,70); }
H1.HeaderClassName
{
color: #DD2C46;
}
.AnyTagClassName
{
color: #DD2C46;
}
</style>
background-color css
<style>
a { background-color: #DD2C46; }
a { background-color: rgb(221,44,70); }
div.DivClassName
{
background-color: #DD2C46;
}
.BgClassName
{
background-color: #DD2C46;
}
</style>
border-color css
<style>
span { border-color: #DD2C46; }
span { border-color: rgb(221,44,70); }
td.TdClassName
{
border-color: #DD2C46;
}
.TagClassName
{
border-color: #DD2C46;
}
</style>