Shades of Amaranth #DD244E
Tints of Amaranth #DD244E
RGB
CMYK
RGB Variations
Color information
#DD244E (or 0xDD244E) is known color: Amaranth. HEX triplet: DD, 24 and 4E. RGB value is (221,36,78). Sum of RGB (Red+Green+Blue) = 221+36+78=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD244E is #22DBB1. Grayscale: #606060. Windows color (decimal): -2284466 or 5121245. OLE color: 5121245.
HSL color Cylindrical-coordinate representation of color #DD244E: hue angle of 346.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD244E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 78 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.38º | 0.73% | 0.5% | - |
| HSV(B) | 346.38º | 0.84% | 0.87% | - |
| XYZ | 31.82 | 17.18 | 8.85 | - |
| YUV | 96.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 78 | 0 | 0.84 | 0.65 | 0.13 | 346.38 | 0.73 | 0.5 |
| Hex | DD | 24 | 4E | 0 | 54 | 41 | D | 15A | 49 | 32 |
| Octal | 335 | 44 | 116 | 0 | 124 | 101 | 15 | 532 | 111 | 62 |
| Binary | 11011101 | 100100 | 1001110 | 0 | 1010100 | 1000001 | 1101 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DD244E
Complementary color
Monochromatic Colors of #DD244E
Black with #DD244E
Text Example
Text Example
White with #DD244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD244E; }
p { color: rgb(221,36,78); }
H1.HeaderClassName
{
color: #DD244E;
}
.AnyTagClassName
{
color: #DD244E;
}
</style>
background-color css
<style>
a { background-color: #DD244E; }
a { background-color: rgb(221,36,78); }
div.DivClassName
{
background-color: #DD244E;
}
.BgClassName
{
background-color: #DD244E;
}
</style>
border-color css
<style>
span { border-color: #DD244E; }
span { border-color: rgb(221,36,78); }
td.TdClassName
{
border-color: #DD244E;
}
.TagClassName
{
border-color: #DD244E;
}
</style>