Shades of Amaranth #DE204E
Tints of Amaranth #DE204E
RGB
CMYK
RGB Variations
Color information
#DE204E (or 0xDE204E) is known color: Amaranth. HEX triplet: DE, 20 and 4E. RGB value is (222,32,78). Sum of RGB (Red+Green+Blue) = 222+32+78=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE204E is #21DFB1. Grayscale: #5E5E5E. Windows color (decimal): -2219954 or 5120222. OLE color: 5120222.
HSL color Cylindrical-coordinate representation of color #DE204E: hue angle of 345.47º 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 #DE204E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 78 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.13 |
| HSL | 345.47º | 0.75% | 0.5% | - |
| HSV(B) | 345.47º | 0.86% | 0.87% | - |
| XYZ | 32.02 | 17.11 | 8.82 | - |
| YUV | 94.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 78 | 0 | 0.86 | 0.65 | 0.13 | 345.47 | 0.75 | 0.5 |
| Hex | DE | 20 | 4E | 0 | 56 | 41 | D | 159 | 4B | 32 |
| Octal | 336 | 40 | 116 | 0 | 126 | 101 | 15 | 531 | 113 | 62 |
| Binary | 11011110 | 100000 | 1001110 | 0 | 1010110 | 1000001 | 1101 | 101011001 | 1001011 | 110010 |
Color Harmonies of #DE204E
Complementary color
Monochromatic Colors of #DE204E
Black with #DE204E
Text Example
Text Example
White with #DE204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE204E; }
p { color: rgb(222,32,78); }
H1.HeaderClassName
{
color: #DE204E;
}
.AnyTagClassName
{
color: #DE204E;
}
</style>
background-color css
<style>
a { background-color: #DE204E; }
a { background-color: rgb(222,32,78); }
div.DivClassName
{
background-color: #DE204E;
}
.BgClassName
{
background-color: #DE204E;
}
</style>
border-color css
<style>
span { border-color: #DE204E; }
span { border-color: rgb(222,32,78); }
td.TdClassName
{
border-color: #DE204E;
}
.TagClassName
{
border-color: #DE204E;
}
</style>