Shades of Amaranth #DE224E
Tints of Amaranth #DE224E
RGB
CMYK
RGB Variations
Color information
#DE224E (or 0xDE224E) is known color: Amaranth. HEX triplet: DE, 22 and 4E. RGB value is (222,34,78). Sum of RGB (Red+Green+Blue) = 222+34+78=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE224E is #21DDB1. Grayscale: #5F5F5F. Windows color (decimal): -2219442 or 5120734. OLE color: 5120734.
HSL color Cylindrical-coordinate representation of color #DE224E: hue angle of 345.96º 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 #DE224E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 78 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.13 |
| HSL | 345.96º | 0.74% | 0.5% | - |
| HSV(B) | 345.96º | 0.85% | 0.87% | - |
| XYZ | 32.07 | 17.22 | 8.84 | - |
| YUV | 95.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 78 | 0 | 0.85 | 0.65 | 0.13 | 345.96 | 0.74 | 0.5 |
| Hex | DE | 22 | 4E | 0 | 55 | 41 | D | 15A | 4A | 32 |
| Octal | 336 | 42 | 116 | 0 | 125 | 101 | 15 | 532 | 112 | 62 |
| Binary | 11011110 | 100010 | 1001110 | 0 | 1010101 | 1000001 | 1101 | 101011010 | 1001010 | 110010 |
Color Harmonies of #DE224E
Complementary color
Monochromatic Colors of #DE224E
Black with #DE224E
Text Example
Text Example
White with #DE224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE224E; }
p { color: rgb(222,34,78); }
H1.HeaderClassName
{
color: #DE224E;
}
.AnyTagClassName
{
color: #DE224E;
}
</style>
background-color css
<style>
a { background-color: #DE224E; }
a { background-color: rgb(222,34,78); }
div.DivClassName
{
background-color: #DE224E;
}
.BgClassName
{
background-color: #DE224E;
}
</style>
border-color css
<style>
span { border-color: #DE224E; }
span { border-color: rgb(222,34,78); }
td.TdClassName
{
border-color: #DE224E;
}
.TagClassName
{
border-color: #DE224E;
}
</style>