Shades of Amaranth #DD244D
Tints of Amaranth #DD244D
RGB
CMYK
RGB Variations
Color information
#DD244D (or 0xDD244D) is known color: Amaranth. HEX triplet: DD, 24 and 4D. RGB value is (221,36,77). Sum of RGB (Red+Green+Blue) = 221+36+77=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD244D is #22DBB2. Grayscale: #606060. Windows color (decimal): -2284467 or 5055709. OLE color: 5055709.
HSL color Cylindrical-coordinate representation of color #DD244D: hue angle of 346.7º 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 #DD244D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.7º | 0.73% | 0.5% | - |
| HSV(B) | 346.7º | 0.84% | 0.87% | - |
| XYZ | 31.79 | 17.17 | 8.66 | - |
| YUV | 95.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 77 | 0 | 0.84 | 0.65 | 0.13 | 346.7 | 0.73 | 0.5 |
| Hex | DD | 24 | 4D | 0 | 54 | 41 | D | 15B | 49 | 32 |
| Octal | 335 | 44 | 115 | 0 | 124 | 101 | 15 | 533 | 111 | 62 |
| Binary | 11011101 | 100100 | 1001101 | 0 | 1010100 | 1000001 | 1101 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DD244D
Complementary color
Monochromatic Colors of #DD244D
Black with #DD244D
Text Example
Text Example
White with #DD244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD244D; }
p { color: rgb(221,36,77); }
H1.HeaderClassName
{
color: #DD244D;
}
.AnyTagClassName
{
color: #DD244D;
}
</style>
background-color css
<style>
a { background-color: #DD244D; }
a { background-color: rgb(221,36,77); }
div.DivClassName
{
background-color: #DD244D;
}
.BgClassName
{
background-color: #DD244D;
}
</style>
border-color css
<style>
span { border-color: #DD244D; }
span { border-color: rgb(221,36,77); }
td.TdClassName
{
border-color: #DD244D;
}
.TagClassName
{
border-color: #DD244D;
}
</style>