Shades of Amaranth #DE2153
Tints of Amaranth #DE2153
RGB
CMYK
RGB Variations
Color information
#DE2153 (or 0xDE2153) is known color: Amaranth. HEX triplet: DE, 21 and 53. RGB value is (222,33,83). Sum of RGB (Red+Green+Blue) = 222+33+83=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2153 is #21DEAC. Grayscale: #5F5F5F. Windows color (decimal): -2219693 or 5448158. OLE color: 5448158.
HSL color Cylindrical-coordinate representation of color #DE2153: hue angle of 344.13º 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 #DE2153 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 83 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.13 |
| HSL | 344.13º | 0.74% | 0.5% | - |
| HSV(B) | 344.13º | 0.85% | 0.87% | - |
| XYZ | 32.23 | 17.24 | 9.81 | - |
| YUV | 95.21 | 121.12 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 83 | 0 | 0.85 | 0.63 | 0.13 | 344.13 | 0.74 | 0.5 |
| Hex | DE | 21 | 53 | 0 | 55 | 3F | D | 158 | 4A | 32 |
| Octal | 336 | 41 | 123 | 0 | 125 | 77 | 15 | 530 | 112 | 62 |
| Binary | 11011110 | 100001 | 1010011 | 0 | 1010101 | 111111 | 1101 | 101011000 | 1001010 | 110010 |
Color Harmonies of #DE2153
Complementary color
Monochromatic Colors of #DE2153
Black with #DE2153
Text Example
Text Example
White with #DE2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2153; }
p { color: rgb(222,33,83); }
H1.HeaderClassName
{
color: #DE2153;
}
.AnyTagClassName
{
color: #DE2153;
}
</style>
background-color css
<style>
a { background-color: #DE2153; }
a { background-color: rgb(222,33,83); }
div.DivClassName
{
background-color: #DE2153;
}
.BgClassName
{
background-color: #DE2153;
}
</style>
border-color css
<style>
span { border-color: #DE2153; }
span { border-color: rgb(222,33,83); }
td.TdClassName
{
border-color: #DE2153;
}
.TagClassName
{
border-color: #DE2153;
}
</style>