Shades of Amaranth #DE3A4D
Tints of Amaranth #DE3A4D
RGB
CMYK
RGB Variations
Color information
#DE3A4D (or 0xDE3A4D) is known color: Amaranth. HEX triplet: DE, 3A and 4D. RGB value is (222,58,77). Sum of RGB (Red+Green+Blue) = 222+58+77=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3A4D is #21C5B2. Grayscale: #6D6D6D. Windows color (decimal): -2213299 or 5061342. OLE color: 5061342.
HSL color Cylindrical-coordinate representation of color #DE3A4D: hue angle of 353.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3A4D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 77 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.13 |
| HSL | 353.05º | 0.71% | 0.55% | - |
| HSV(B) | 353.05º | 0.74% | 0.87% | - |
| XYZ | 32.98 | 19.09 | 8.97 | - |
| YUV | 109.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 77 | 0 | 0.74 | 0.65 | 0.13 | 353.05 | 0.71 | 0.55 |
| Hex | DE | 3A | 4D | 0 | 4A | 41 | D | 161 | 47 | 37 |
| Octal | 336 | 72 | 115 | 0 | 112 | 101 | 15 | 541 | 107 | 67 |
| Binary | 11011110 | 111010 | 1001101 | 0 | 1001010 | 1000001 | 1101 | 101100001 | 1000111 | 110111 |
Color Harmonies of #DE3A4D
Complementary color
Monochromatic Colors of #DE3A4D
Black with #DE3A4D
Text Example
Text Example
White with #DE3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3A4D; }
p { color: rgb(222,58,77); }
H1.HeaderClassName
{
color: #DE3A4D;
}
.AnyTagClassName
{
color: #DE3A4D;
}
</style>
background-color css
<style>
a { background-color: #DE3A4D; }
a { background-color: rgb(222,58,77); }
div.DivClassName
{
background-color: #DE3A4D;
}
.BgClassName
{
background-color: #DE3A4D;
}
</style>
border-color css
<style>
span { border-color: #DE3A4D; }
span { border-color: rgb(222,58,77); }
td.TdClassName
{
border-color: #DE3A4D;
}
.TagClassName
{
border-color: #DE3A4D;
}
</style>