Shades of Amaranth #DD244A
Tints of Amaranth #DD244A
RGB
CMYK
RGB Variations
Color information
#DD244A (or 0xDD244A) is known color: Amaranth. HEX triplet: DD, 24 and 4A. RGB value is (221,36,74). Sum of RGB (Red+Green+Blue) = 221+36+74=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD244A is #22DBB5. Grayscale: #5F5F5F. Windows color (decimal): -2284470 or 4859101. OLE color: 4859101.
HSL color Cylindrical-coordinate representation of color #DD244A: hue angle of 347.68º 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 #DD244A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 74 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.13 |
| HSL | 347.68º | 0.73% | 0.5% | - |
| HSV(B) | 347.68º | 0.84% | 0.87% | - |
| XYZ | 31.69 | 17.13 | 8.11 | - |
| YUV | 95.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 74 | 0 | 0.84 | 0.67 | 0.13 | 347.68 | 0.73 | 0.5 |
| Hex | DD | 24 | 4A | 0 | 54 | 43 | D | 15C | 49 | 32 |
| Octal | 335 | 44 | 112 | 0 | 124 | 103 | 15 | 534 | 111 | 62 |
| Binary | 11011101 | 100100 | 1001010 | 0 | 1010100 | 1000011 | 1101 | 101011100 | 1001001 | 110010 |
Color Harmonies of #DD244A
Complementary color
Monochromatic Colors of #DD244A
Black with #DD244A
Text Example
Text Example
White with #DD244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD244A; }
p { color: rgb(221,36,74); }
H1.HeaderClassName
{
color: #DD244A;
}
.AnyTagClassName
{
color: #DD244A;
}
</style>
background-color css
<style>
a { background-color: #DD244A; }
a { background-color: rgb(221,36,74); }
div.DivClassName
{
background-color: #DD244A;
}
.BgClassName
{
background-color: #DD244A;
}
</style>
border-color css
<style>
span { border-color: #DD244A; }
span { border-color: rgb(221,36,74); }
td.TdClassName
{
border-color: #DD244A;
}
.TagClassName
{
border-color: #DD244A;
}
</style>