Shades of Amaranth #DE2057
Tints of Amaranth #DE2057
RGB
CMYK
RGB Variations
Color information
#DE2057 (or 0xDE2057) is known color: Amaranth. HEX triplet: DE, 20 and 57. RGB value is (222,32,87). Sum of RGB (Red+Green+Blue) = 222+32+87=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2057 is #21DFA8. Grayscale: #5F5F5F. Windows color (decimal): -2219945 or 5710046. OLE color: 5710046.
HSL color Cylindrical-coordinate representation of color #DE2057: hue angle of 342.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2057 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 87 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.13 |
| HSL | 342.63º | 0.75% | 0.5% | - |
| HSV(B) | 342.63º | 0.86% | 0.87% | - |
| XYZ | 32.36 | 17.25 | 10.64 | - |
| YUV | 95.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 87 | 0 | 0.86 | 0.61 | 0.13 | 342.63 | 0.75 | 0.5 |
| Hex | DE | 20 | 57 | 0 | 56 | 3D | D | 157 | 4B | 32 |
| Octal | 336 | 40 | 127 | 0 | 126 | 75 | 15 | 527 | 113 | 62 |
| Binary | 11011110 | 100000 | 1010111 | 0 | 1010110 | 111101 | 1101 | 101010111 | 1001011 | 110010 |
Color Harmonies of #DE2057
Complementary color
Monochromatic Colors of #DE2057
Black with #DE2057
Text Example
Text Example
White with #DE2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2057; }
p { color: rgb(222,32,87); }
H1.HeaderClassName
{
color: #DE2057;
}
.AnyTagClassName
{
color: #DE2057;
}
</style>
background-color css
<style>
a { background-color: #DE2057; }
a { background-color: rgb(222,32,87); }
div.DivClassName
{
background-color: #DE2057;
}
.BgClassName
{
background-color: #DE2057;
}
</style>
border-color css
<style>
span { border-color: #DE2057; }
span { border-color: rgb(222,32,87); }
td.TdClassName
{
border-color: #DE2057;
}
.TagClassName
{
border-color: #DE2057;
}
</style>