Shades of Amaranth #DE1A4E
Tints of Amaranth #DE1A4E
RGB
CMYK
RGB Variations
Color information
#DE1A4E (or 0xDE1A4E) is known color: Amaranth. HEX triplet: DE, 1A and 4E. RGB value is (222,26,78). Sum of RGB (Red+Green+Blue) = 222+26+78=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1A4E is #21E5B1. Grayscale: #5A5A5A. Windows color (decimal): -2221490 or 5118686. OLE color: 5118686.
HSL color Cylindrical-coordinate representation of color #DE1A4E: hue angle of 344.08º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A4E is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 78 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.13 |
| HSL | 344.08º | 0.79% | 0.49% | - |
| HSV(B) | 344.08º | 0.88% | 0.87% | - |
| XYZ | 31.87 | 16.82 | 8.77 | - |
| YUV | 90.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 78 | 0 | 0.88 | 0.65 | 0.13 | 344.08 | 0.79 | 0.49 |
| Hex | DE | 1A | 4E | 0 | 58 | 41 | D | 158 | 4F | 31 |
| Octal | 336 | 32 | 116 | 0 | 130 | 101 | 15 | 530 | 117 | 61 |
| Binary | 11011110 | 11010 | 1001110 | 0 | 1011000 | 1000001 | 1101 | 101011000 | 1001111 | 110001 |
Color Harmonies of #DE1A4E
Complementary color
Monochromatic Colors of #DE1A4E
Black with #DE1A4E
Text Example
Text Example
White with #DE1A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1A4E; }
p { color: rgb(222,26,78); }
H1.HeaderClassName
{
color: #DE1A4E;
}
.AnyTagClassName
{
color: #DE1A4E;
}
</style>
background-color css
<style>
a { background-color: #DE1A4E; }
a { background-color: rgb(222,26,78); }
div.DivClassName
{
background-color: #DE1A4E;
}
.BgClassName
{
background-color: #DE1A4E;
}
</style>
border-color css
<style>
span { border-color: #DE1A4E; }
span { border-color: rgb(222,26,78); }
td.TdClassName
{
border-color: #DE1A4E;
}
.TagClassName
{
border-color: #DE1A4E;
}
</style>