Shades of Amaranth #DE214D
Tints of Amaranth #DE214D
RGB
CMYK
RGB Variations
Color information
#DE214D (or 0xDE214D) is known color: Amaranth. HEX triplet: DE, 21 and 4D. RGB value is (222,33,77). Sum of RGB (Red+Green+Blue) = 222+33+77=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE214D is #21DEB2. Grayscale: #5E5E5E. Windows color (decimal): -2219699 or 5054942. OLE color: 5054942.
HSL color Cylindrical-coordinate representation of color #DE214D: hue angle of 346.03º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE214D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 77 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.13 |
| HSL | 346.03º | 0.74% | 0.5% | - |
| HSV(B) | 346.03º | 0.85% | 0.87% | - |
| XYZ | 32.01 | 17.15 | 8.65 | - |
| YUV | 94.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 77 | 0 | 0.85 | 0.65 | 0.13 | 346.03 | 0.74 | 0.5 |
| Hex | DE | 21 | 4D | 0 | 55 | 41 | D | 15A | 4A | 32 |
| Octal | 336 | 41 | 115 | 0 | 125 | 101 | 15 | 532 | 112 | 62 |
| Binary | 11011110 | 100001 | 1001101 | 0 | 1010101 | 1000001 | 1101 | 101011010 | 1001010 | 110010 |
Color Harmonies of #DE214D
Complementary color
Monochromatic Colors of #DE214D
Black with #DE214D
Text Example
Text Example
White with #DE214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE214D; }
p { color: rgb(222,33,77); }
H1.HeaderClassName
{
color: #DE214D;
}
.AnyTagClassName
{
color: #DE214D;
}
</style>
background-color css
<style>
a { background-color: #DE214D; }
a { background-color: rgb(222,33,77); }
div.DivClassName
{
background-color: #DE214D;
}
.BgClassName
{
background-color: #DE214D;
}
</style>
border-color css
<style>
span { border-color: #DE214D; }
span { border-color: rgb(222,33,77); }
td.TdClassName
{
border-color: #DE214D;
}
.TagClassName
{
border-color: #DE214D;
}
</style>