Shades of Amaranth #DE2654
Tints of Amaranth #DE2654
RGB
CMYK
RGB Variations
Color information
#DE2654 (or 0xDE2654) is known color: Amaranth. HEX triplet: DE, 26 and 54. RGB value is (222,38,84). Sum of RGB (Red+Green+Blue) = 222+38+84=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2654 is #21D9AB. Grayscale: #626262. Windows color (decimal): -2218412 or 5514974. OLE color: 5514974.
HSL color Cylindrical-coordinate representation of color #DE2654: hue angle of 345º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2654 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 84 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.13 |
| HSL | 345º | 0.74% | 0.51% | - |
| HSV(B) | 345º | 0.83% | 0.87% | - |
| XYZ | 32.42 | 17.56 | 10.07 | - |
| YUV | 98.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 84 | 0 | 0.83 | 0.62 | 0.13 | 345 | 0.74 | 0.51 |
| Hex | DE | 26 | 54 | 0 | 53 | 3E | D | 159 | 4A | 33 |
| Octal | 336 | 46 | 124 | 0 | 123 | 76 | 15 | 531 | 112 | 63 |
| Binary | 11011110 | 100110 | 1010100 | 0 | 1010011 | 111110 | 1101 | 101011001 | 1001010 | 110011 |
Color Harmonies of #DE2654
Complementary color
Monochromatic Colors of #DE2654
Black with #DE2654
Text Example
Text Example
White with #DE2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2654; }
p { color: rgb(222,38,84); }
H1.HeaderClassName
{
color: #DE2654;
}
.AnyTagClassName
{
color: #DE2654;
}
</style>
background-color css
<style>
a { background-color: #DE2654; }
a { background-color: rgb(222,38,84); }
div.DivClassName
{
background-color: #DE2654;
}
.BgClassName
{
background-color: #DE2654;
}
</style>
border-color css
<style>
span { border-color: #DE2654; }
span { border-color: rgb(222,38,84); }
td.TdClassName
{
border-color: #DE2654;
}
.TagClassName
{
border-color: #DE2654;
}
</style>