Shades of Amaranth #DD204F
Tints of Amaranth #DD204F
RGB
CMYK
RGB Variations
Color information
#DD204F (or 0xDD204F) is known color: Amaranth. HEX triplet: DD, 20 and 4F. RGB value is (221,32,79). Sum of RGB (Red+Green+Blue) = 221+32+79=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD204F is #22DFB0. Grayscale: #5D5D5D. Windows color (decimal): -2285489 or 5185757. OLE color: 5185757.
HSL color Cylindrical-coordinate representation of color #DD204F: hue angle of 345.08º 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 #DD204F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 79 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.13 |
| HSL | 345.08º | 0.75% | 0.5% | - |
| HSV(B) | 345.08º | 0.86% | 0.87% | - |
| XYZ | 31.75 | 16.97 | 9 | - |
| YUV | 93.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 79 | 0 | 0.86 | 0.64 | 0.13 | 345.08 | 0.75 | 0.5 |
| Hex | DD | 20 | 4F | 0 | 56 | 40 | D | 159 | 4B | 32 |
| Octal | 335 | 40 | 117 | 0 | 126 | 100 | 15 | 531 | 113 | 62 |
| Binary | 11011101 | 100000 | 1001111 | 0 | 1010110 | 1000000 | 1101 | 101011001 | 1001011 | 110010 |
Color Harmonies of #DD204F
Complementary color
Monochromatic Colors of #DD204F
Black with #DD204F
Text Example
Text Example
White with #DD204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD204F; }
p { color: rgb(221,32,79); }
H1.HeaderClassName
{
color: #DD204F;
}
.AnyTagClassName
{
color: #DD204F;
}
</style>
background-color css
<style>
a { background-color: #DD204F; }
a { background-color: rgb(221,32,79); }
div.DivClassName
{
background-color: #DD204F;
}
.BgClassName
{
background-color: #DD204F;
}
</style>
border-color css
<style>
span { border-color: #DD204F; }
span { border-color: rgb(221,32,79); }
td.TdClassName
{
border-color: #DD204F;
}
.TagClassName
{
border-color: #DD204F;
}
</style>