Shades of Amaranth #DD204C
Tints of Amaranth #DD204C
RGB
CMYK
RGB Variations
Color information
#DD204C (or 0xDD204C) is known color: Amaranth. HEX triplet: DD, 20 and 4C. RGB value is (221,32,76). Sum of RGB (Red+Green+Blue) = 221+32+76=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD204C is #22DFB3. Grayscale: #5D5D5D. Windows color (decimal): -2285492 or 4989149. OLE color: 4989149.
HSL color Cylindrical-coordinate representation of color #DD204C: hue angle of 346.03º 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 #DD204C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 76 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.13 |
| HSL | 346.03º | 0.75% | 0.5% | - |
| HSV(B) | 346.03º | 0.86% | 0.87% | - |
| XYZ | 31.64 | 16.93 | 8.44 | - |
| YUV | 93.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 76 | 0 | 0.86 | 0.66 | 0.13 | 346.03 | 0.75 | 0.5 |
| Hex | DD | 20 | 4C | 0 | 56 | 42 | D | 15A | 4B | 32 |
| Octal | 335 | 40 | 114 | 0 | 126 | 102 | 15 | 532 | 113 | 62 |
| Binary | 11011101 | 100000 | 1001100 | 0 | 1010110 | 1000010 | 1101 | 101011010 | 1001011 | 110010 |
Color Harmonies of #DD204C
Complementary color
Monochromatic Colors of #DD204C
Black with #DD204C
Text Example
Text Example
White with #DD204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD204C; }
p { color: rgb(221,32,76); }
H1.HeaderClassName
{
color: #DD204C;
}
.AnyTagClassName
{
color: #DD204C;
}
</style>
background-color css
<style>
a { background-color: #DD204C; }
a { background-color: rgb(221,32,76); }
div.DivClassName
{
background-color: #DD204C;
}
.BgClassName
{
background-color: #DD204C;
}
</style>
border-color css
<style>
span { border-color: #DD204C; }
span { border-color: rgb(221,32,76); }
td.TdClassName
{
border-color: #DD204C;
}
.TagClassName
{
border-color: #DD204C;
}
</style>