Shades of Amaranth #DE3E4D
Tints of Amaranth #DE3E4D
RGB
CMYK
RGB Variations
Color information
#DE3E4D (or 0xDE3E4D) is known color: Amaranth. HEX triplet: DE, 3E and 4D. RGB value is (222,62,77). Sum of RGB (Red+Green+Blue) = 222+62+77=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E4D is #21C1B2. Grayscale: #6F6F6F. Windows color (decimal): -2212275 or 5062366. OLE color: 5062366.
HSL color Cylindrical-coordinate representation of color #DE3E4D: hue angle of 354.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3E4D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 77 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.13 |
| HSL | 354.38º | 0.71% | 0.56% | - |
| HSV(B) | 354.38º | 0.72% | 0.87% | - |
| XYZ | 33.19 | 19.51 | 9.04 | - |
| YUV | 111.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 77 | 0 | 0.72 | 0.65 | 0.13 | 354.38 | 0.71 | 0.56 |
| Hex | DE | 3E | 4D | 0 | 48 | 41 | D | 162 | 47 | 38 |
| Octal | 336 | 76 | 115 | 0 | 110 | 101 | 15 | 542 | 107 | 70 |
| Binary | 11011110 | 111110 | 1001101 | 0 | 1001000 | 1000001 | 1101 | 101100010 | 1000111 | 111000 |
Color Harmonies of #DE3E4D
Complementary color
Monochromatic Colors of #DE3E4D
Black with #DE3E4D
Text Example
Text Example
White with #DE3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E4D; }
p { color: rgb(222,62,77); }
H1.HeaderClassName
{
color: #DE3E4D;
}
.AnyTagClassName
{
color: #DE3E4D;
}
</style>
background-color css
<style>
a { background-color: #DE3E4D; }
a { background-color: rgb(222,62,77); }
div.DivClassName
{
background-color: #DE3E4D;
}
.BgClassName
{
background-color: #DE3E4D;
}
</style>
border-color css
<style>
span { border-color: #DE3E4D; }
span { border-color: rgb(222,62,77); }
td.TdClassName
{
border-color: #DE3E4D;
}
.TagClassName
{
border-color: #DE3E4D;
}
</style>