Shades of Amaranth #DE2954
Tints of Amaranth #DE2954
RGB
CMYK
RGB Variations
Color information
#DE2954 (or 0xDE2954) is known color: Amaranth. HEX triplet: DE, 29 and 54. RGB value is (222,41,84). Sum of RGB (Red+Green+Blue) = 222+41+84=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2954 is #21D6AB. Grayscale: #646464. Windows color (decimal): -2217644 or 5515742. OLE color: 5515742.
HSL color Cylindrical-coordinate representation of color #DE2954: hue angle of 345.75º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2954 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 84 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.13 |
| HSL | 345.75º | 0.73% | 0.52% | - |
| HSV(B) | 345.75º | 0.82% | 0.87% | - |
| XYZ | 32.52 | 17.76 | 10.1 | - |
| YUV | 100.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 84 | 0 | 0.82 | 0.62 | 0.13 | 345.75 | 0.73 | 0.52 |
| Hex | DE | 29 | 54 | 0 | 52 | 3E | D | 15A | 49 | 34 |
| Octal | 336 | 51 | 124 | 0 | 122 | 76 | 15 | 532 | 111 | 64 |
| Binary | 11011110 | 101001 | 1010100 | 0 | 1010010 | 111110 | 1101 | 101011010 | 1001001 | 110100 |
Color Harmonies of #DE2954
Complementary color
Monochromatic Colors of #DE2954
Black with #DE2954
Text Example
Text Example
White with #DE2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2954; }
p { color: rgb(222,41,84); }
H1.HeaderClassName
{
color: #DE2954;
}
.AnyTagClassName
{
color: #DE2954;
}
</style>
background-color css
<style>
a { background-color: #DE2954; }
a { background-color: rgb(222,41,84); }
div.DivClassName
{
background-color: #DE2954;
}
.BgClassName
{
background-color: #DE2954;
}
</style>
border-color css
<style>
span { border-color: #DE2954; }
span { border-color: rgb(222,41,84); }
td.TdClassName
{
border-color: #DE2954;
}
.TagClassName
{
border-color: #DE2954;
}
</style>