Shades of Amaranth #DD324A
Tints of Amaranth #DD324A
RGB
CMYK
RGB Variations
Color information
#DD324A (or 0xDD324A) is known color: Amaranth. HEX triplet: DD, 32 and 4A. RGB value is (221,50,74). Sum of RGB (Red+Green+Blue) = 221+50+74=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD324A is #22CDB5. Grayscale: #676767. Windows color (decimal): -2280886 or 4862685. OLE color: 4862685.
HSL color Cylindrical-coordinate representation of color #DD324A: hue angle of 351.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD324A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 74 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.13 |
| HSL | 351.58º | 0.72% | 0.53% | - |
| HSV(B) | 351.58º | 0.77% | 0.87% | - |
| XYZ | 32.2 | 18.15 | 8.28 | - |
| YUV | 103.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 74 | 0 | 0.77 | 0.67 | 0.13 | 351.58 | 0.72 | 0.53 |
| Hex | DD | 32 | 4A | 0 | 4D | 43 | D | 160 | 48 | 35 |
| Octal | 335 | 62 | 112 | 0 | 115 | 103 | 15 | 540 | 110 | 65 |
| Binary | 11011101 | 110010 | 1001010 | 0 | 1001101 | 1000011 | 1101 | 101100000 | 1001000 | 110101 |
Color Harmonies of #DD324A
Complementary color
Monochromatic Colors of #DD324A
Black with #DD324A
Text Example
Text Example
White with #DD324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD324A; }
p { color: rgb(221,50,74); }
H1.HeaderClassName
{
color: #DD324A;
}
.AnyTagClassName
{
color: #DD324A;
}
</style>
background-color css
<style>
a { background-color: #DD324A; }
a { background-color: rgb(221,50,74); }
div.DivClassName
{
background-color: #DD324A;
}
.BgClassName
{
background-color: #DD324A;
}
</style>
border-color css
<style>
span { border-color: #DD324A; }
span { border-color: rgb(221,50,74); }
td.TdClassName
{
border-color: #DD324A;
}
.TagClassName
{
border-color: #DD324A;
}
</style>