Shades of Amaranth #DE2155
Tints of Amaranth #DE2155
RGB
CMYK
RGB Variations
Color information
#DE2155 (or 0xDE2155) is known color: Amaranth. HEX triplet: DE, 21 and 55. RGB value is (222,33,85). Sum of RGB (Red+Green+Blue) = 222+33+85=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2155 is #21DEAA. Grayscale: #5F5F5F. Windows color (decimal): -2219691 or 5579230. OLE color: 5579230.
HSL color Cylindrical-coordinate representation of color #DE2155: hue angle of 343.49º 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 #DE2155 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 85 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.13 |
| HSL | 343.49º | 0.74% | 0.5% | - |
| HSV(B) | 343.49º | 0.85% | 0.87% | - |
| XYZ | 32.31 | 17.27 | 10.23 | - |
| YUV | 95.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 85 | 0 | 0.85 | 0.62 | 0.13 | 343.49 | 0.74 | 0.5 |
| Hex | DE | 21 | 55 | 0 | 55 | 3E | D | 157 | 4A | 32 |
| Octal | 336 | 41 | 125 | 0 | 125 | 76 | 15 | 527 | 112 | 62 |
| Binary | 11011110 | 100001 | 1010101 | 0 | 1010101 | 111110 | 1101 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DE2155
Complementary color
Monochromatic Colors of #DE2155
Black with #DE2155
Text Example
Text Example
White with #DE2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2155; }
p { color: rgb(222,33,85); }
H1.HeaderClassName
{
color: #DE2155;
}
.AnyTagClassName
{
color: #DE2155;
}
</style>
background-color css
<style>
a { background-color: #DE2155; }
a { background-color: rgb(222,33,85); }
div.DivClassName
{
background-color: #DE2155;
}
.BgClassName
{
background-color: #DE2155;
}
</style>
border-color css
<style>
span { border-color: #DE2155; }
span { border-color: rgb(222,33,85); }
td.TdClassName
{
border-color: #DE2155;
}
.TagClassName
{
border-color: #DE2155;
}
</style>