Shades of Amaranth #DD2E4C
Tints of Amaranth #DD2E4C
RGB
CMYK
RGB Variations
Color information
#DD2E4C (or 0xDD2E4C) is known color: Amaranth. HEX triplet: DD, 2E and 4C. RGB value is (221,46,76). Sum of RGB (Red+Green+Blue) = 221+46+76=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E4C is #22D1B3. Grayscale: #656565. Windows color (decimal): -2281908 or 4992733. OLE color: 4992733.
HSL color Cylindrical-coordinate representation of color #DD2E4C: hue angle of 349.71º 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 #DD2E4C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 76 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.13 |
| HSL | 349.71º | 0.72% | 0.52% | - |
| HSV(B) | 349.71º | 0.79% | 0.87% | - |
| XYZ | 32.1 | 17.85 | 8.59 | - |
| YUV | 101.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 76 | 0 | 0.79 | 0.66 | 0.13 | 349.71 | 0.72 | 0.52 |
| Hex | DD | 2E | 4C | 0 | 4F | 42 | D | 15E | 48 | 34 |
| Octal | 335 | 56 | 114 | 0 | 117 | 102 | 15 | 536 | 110 | 64 |
| Binary | 11011101 | 101110 | 1001100 | 0 | 1001111 | 1000010 | 1101 | 101011110 | 1001000 | 110100 |
Color Harmonies of #DD2E4C
Complementary color
Monochromatic Colors of #DD2E4C
Black with #DD2E4C
Text Example
Text Example
White with #DD2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E4C; }
p { color: rgb(221,46,76); }
H1.HeaderClassName
{
color: #DD2E4C;
}
.AnyTagClassName
{
color: #DD2E4C;
}
</style>
background-color css
<style>
a { background-color: #DD2E4C; }
a { background-color: rgb(221,46,76); }
div.DivClassName
{
background-color: #DD2E4C;
}
.BgClassName
{
background-color: #DD2E4C;
}
</style>
border-color css
<style>
span { border-color: #DD2E4C; }
span { border-color: rgb(221,46,76); }
td.TdClassName
{
border-color: #DD2E4C;
}
.TagClassName
{
border-color: #DD2E4C;
}
</style>