Shades of Amaranth #DD204D
Tints of Amaranth #DD204D
RGB
CMYK
RGB Variations
Color information
#DD204D (or 0xDD204D) is known color: Amaranth. HEX triplet: DD, 20 and 4D. RGB value is (221,32,77). Sum of RGB (Red+Green+Blue) = 221+32+77=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD204D is #22DFB2. Grayscale: #5D5D5D. Windows color (decimal): -2285491 or 5054685. OLE color: 5054685.
HSL color Cylindrical-coordinate representation of color #DD204D: hue angle of 345.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD204D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.13 |
| HSL | 345.71º | 0.75% | 0.5% | - |
| HSV(B) | 345.71º | 0.86% | 0.87% | - |
| XYZ | 31.67 | 16.94 | 8.62 | - |
| YUV | 93.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 77 | 0 | 0.86 | 0.65 | 0.13 | 345.71 | 0.75 | 0.5 |
| Hex | DD | 20 | 4D | 0 | 56 | 41 | D | 15A | 4B | 32 |
| Octal | 335 | 40 | 115 | 0 | 126 | 101 | 15 | 532 | 113 | 62 |
| Binary | 11011101 | 100000 | 1001101 | 0 | 1010110 | 1000001 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DD204D
Complementary color
Monochromatic Colors of #DD204D
Black with #DD204D
Text Example
Text Example
White with #DD204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD204D; }
p { color: rgb(221,32,77); }
H1.HeaderClassName
{
color: #DD204D;
}
.AnyTagClassName
{
color: #DD204D;
}
</style>
background-color css
<style>
a { background-color: #DD204D; }
a { background-color: rgb(221,32,77); }
div.DivClassName
{
background-color: #DD204D;
}
.BgClassName
{
background-color: #DD204D;
}
</style>
border-color css
<style>
span { border-color: #DD204D; }
span { border-color: rgb(221,32,77); }
td.TdClassName
{
border-color: #DD204D;
}
.TagClassName
{
border-color: #DD204D;
}
</style>