Shades of Amaranth #DE204F
Tints of Amaranth #DE204F
RGB
CMYK
RGB Variations
Color information
#DE204F (or 0xDE204F) is known color: Amaranth. HEX triplet: DE, 20 and 4F. RGB value is (222,32,79). Sum of RGB (Red+Green+Blue) = 222+32+79=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE204F is #21DFB0. Grayscale: #5E5E5E. Windows color (decimal): -2219953 or 5185758. OLE color: 5185758.
HSL color Cylindrical-coordinate representation of color #DE204F: hue angle of 345.16º 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 #DE204F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 79 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.13 |
| HSL | 345.16º | 0.75% | 0.5% | - |
| HSV(B) | 345.16º | 0.86% | 0.87% | - |
| XYZ | 32.05 | 17.13 | 9.01 | - |
| YUV | 94.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 79 | 0 | 0.86 | 0.64 | 0.13 | 345.16 | 0.75 | 0.5 |
| Hex | DE | 20 | 4F | 0 | 56 | 40 | D | 159 | 4B | 32 |
| Octal | 336 | 40 | 117 | 0 | 126 | 100 | 15 | 531 | 113 | 62 |
| Binary | 11011110 | 100000 | 1001111 | 0 | 1010110 | 1000000 | 1101 | 101011001 | 1001011 | 110010 |
Color Harmonies of #DE204F
Complementary color
Monochromatic Colors of #DE204F
Black with #DE204F
Text Example
Text Example
White with #DE204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE204F; }
p { color: rgb(222,32,79); }
H1.HeaderClassName
{
color: #DE204F;
}
.AnyTagClassName
{
color: #DE204F;
}
</style>
background-color css
<style>
a { background-color: #DE204F; }
a { background-color: rgb(222,32,79); }
div.DivClassName
{
background-color: #DE204F;
}
.BgClassName
{
background-color: #DE204F;
}
</style>
border-color css
<style>
span { border-color: #DE204F; }
span { border-color: rgb(222,32,79); }
td.TdClassName
{
border-color: #DE204F;
}
.TagClassName
{
border-color: #DE204F;
}
</style>