Shades of Amaranth #DD2E4F
Tints of Amaranth #DD2E4F
RGB
CMYK
RGB Variations
Color information
#DD2E4F (or 0xDD2E4F) is known color: Amaranth. HEX triplet: DD, 2E and 4F. RGB value is (221,46,79). Sum of RGB (Red+Green+Blue) = 221+46+79=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E4F is #22D1B0. Grayscale: #666666. Windows color (decimal): -2281905 or 5189341. OLE color: 5189341.
HSL color Cylindrical-coordinate representation of color #DD2E4F: hue angle of 348.69º 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 #DD2E4F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 79 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.13 |
| HSL | 348.69º | 0.72% | 0.52% | - |
| HSV(B) | 348.69º | 0.79% | 0.87% | - |
| XYZ | 32.21 | 17.89 | 9.15 | - |
| YUV | 102.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 79 | 0 | 0.79 | 0.64 | 0.13 | 348.69 | 0.72 | 0.52 |
| Hex | DD | 2E | 4F | 0 | 4F | 40 | D | 15D | 48 | 34 |
| Octal | 335 | 56 | 117 | 0 | 117 | 100 | 15 | 535 | 110 | 64 |
| Binary | 11011101 | 101110 | 1001111 | 0 | 1001111 | 1000000 | 1101 | 101011101 | 1001000 | 110100 |
Color Harmonies of #DD2E4F
Complementary color
Monochromatic Colors of #DD2E4F
Black with #DD2E4F
Text Example
Text Example
White with #DD2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E4F; }
p { color: rgb(221,46,79); }
H1.HeaderClassName
{
color: #DD2E4F;
}
.AnyTagClassName
{
color: #DD2E4F;
}
</style>
background-color css
<style>
a { background-color: #DD2E4F; }
a { background-color: rgb(221,46,79); }
div.DivClassName
{
background-color: #DD2E4F;
}
.BgClassName
{
background-color: #DD2E4F;
}
</style>
border-color css
<style>
span { border-color: #DD2E4F; }
span { border-color: rgb(221,46,79); }
td.TdClassName
{
border-color: #DD2E4F;
}
.TagClassName
{
border-color: #DD2E4F;
}
</style>