Shades of Amaranth #DE284E
Tints of Amaranth #DE284E
RGB
CMYK
RGB Variations
Color information
#DE284E (or 0xDE284E) is known color: Amaranth. HEX triplet: DE, 28 and 4E. RGB value is (222,40,78). Sum of RGB (Red+Green+Blue) = 222+40+78=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE284E is #21D7B1. Grayscale: #626262. Windows color (decimal): -2217906 or 5122270. OLE color: 5122270.
HSL color Cylindrical-coordinate representation of color #DE284E: hue angle of 347.47º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.47º | 0.73% | 0.51% | - |
| HSV(B) | 347.47º | 0.82% | 0.87% | - |
| XYZ | 32.26 | 17.6 | 8.9 | - |
| YUV | 98.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 78 | 0 | 0.82 | 0.65 | 0.13 | 347.47 | 0.73 | 0.51 |
| Hex | DE | 28 | 4E | 0 | 52 | 41 | D | 15B | 49 | 33 |
| Octal | 336 | 50 | 116 | 0 | 122 | 101 | 15 | 533 | 111 | 63 |
| Binary | 11011110 | 101000 | 1001110 | 0 | 1010010 | 1000001 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DE284E
Complementary color
Monochromatic Colors of #DE284E
Black with #DE284E
Text Example
Text Example
White with #DE284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE284E; }
p { color: rgb(222,40,78); }
H1.HeaderClassName
{
color: #DE284E;
}
.AnyTagClassName
{
color: #DE284E;
}
</style>
background-color css
<style>
a { background-color: #DE284E; }
a { background-color: rgb(222,40,78); }
div.DivClassName
{
background-color: #DE284E;
}
.BgClassName
{
background-color: #DE284E;
}
</style>
border-color css
<style>
span { border-color: #DE284E; }
span { border-color: rgb(222,40,78); }
td.TdClassName
{
border-color: #DE284E;
}
.TagClassName
{
border-color: #DE284E;
}
</style>