Shades of Amaranth #DE2651
Tints of Amaranth #DE2651
RGB
CMYK
RGB Variations
Color information
#DE2651 (or 0xDE2651) is known color: Amaranth. HEX triplet: DE, 26 and 51. RGB value is (222,38,81). Sum of RGB (Red+Green+Blue) = 222+38+81=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2651 is #21D9AE. Grayscale: #616161. Windows color (decimal): -2218415 or 5318366. OLE color: 5318366.
HSL color Cylindrical-coordinate representation of color #DE2651: hue angle of 345.98º 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 #DE2651 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 81 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.13 |
| HSL | 345.98º | 0.74% | 0.51% | - |
| HSV(B) | 345.98º | 0.83% | 0.87% | - |
| XYZ | 32.3 | 17.51 | 9.46 | - |
| YUV | 97.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 81 | 0 | 0.83 | 0.64 | 0.13 | 345.98 | 0.74 | 0.51 |
| Hex | DE | 26 | 51 | 0 | 53 | 40 | D | 15A | 4A | 33 |
| Octal | 336 | 46 | 121 | 0 | 123 | 100 | 15 | 532 | 112 | 63 |
| Binary | 11011110 | 100110 | 1010001 | 0 | 1010011 | 1000000 | 1101 | 101011010 | 1001010 | 110011 |
Color Harmonies of #DE2651
Complementary color
Monochromatic Colors of #DE2651
Black with #DE2651
Text Example
Text Example
White with #DE2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2651; }
p { color: rgb(222,38,81); }
H1.HeaderClassName
{
color: #DE2651;
}
.AnyTagClassName
{
color: #DE2651;
}
</style>
background-color css
<style>
a { background-color: #DE2651; }
a { background-color: rgb(222,38,81); }
div.DivClassName
{
background-color: #DE2651;
}
.BgClassName
{
background-color: #DE2651;
}
</style>
border-color css
<style>
span { border-color: #DE2651; }
span { border-color: rgb(222,38,81); }
td.TdClassName
{
border-color: #DE2651;
}
.TagClassName
{
border-color: #DE2651;
}
</style>