Shades of Amaranth #DE274E
Tints of Amaranth #DE274E
RGB
CMYK
RGB Variations
Color information
#DE274E (or 0xDE274E) is known color: Amaranth. HEX triplet: DE, 27 and 4E. RGB value is (222,39,78). Sum of RGB (Red+Green+Blue) = 222+39+78=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE274E is #21D8B1. Grayscale: #626262. Windows color (decimal): -2218162 or 5122014. OLE color: 5122014.
HSL color Cylindrical-coordinate representation of color #DE274E: hue angle of 347.21º 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 #DE274E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.21º | 0.73% | 0.51% | - |
| HSV(B) | 347.21º | 0.82% | 0.87% | - |
| XYZ | 32.22 | 17.53 | 8.89 | - |
| YUV | 98.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 78 | 0 | 0.82 | 0.65 | 0.13 | 347.21 | 0.73 | 0.51 |
| Hex | DE | 27 | 4E | 0 | 52 | 41 | D | 15B | 49 | 33 |
| Octal | 336 | 47 | 116 | 0 | 122 | 101 | 15 | 533 | 111 | 63 |
| Binary | 11011110 | 100111 | 1001110 | 0 | 1010010 | 1000001 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DE274E
Complementary color
Monochromatic Colors of #DE274E
Black with #DE274E
Text Example
Text Example
White with #DE274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE274E; }
p { color: rgb(222,39,78); }
H1.HeaderClassName
{
color: #DE274E;
}
.AnyTagClassName
{
color: #DE274E;
}
</style>
background-color css
<style>
a { background-color: #DE274E; }
a { background-color: rgb(222,39,78); }
div.DivClassName
{
background-color: #DE274E;
}
.BgClassName
{
background-color: #DE274E;
}
</style>
border-color css
<style>
span { border-color: #DE274E; }
span { border-color: rgb(222,39,78); }
td.TdClassName
{
border-color: #DE274E;
}
.TagClassName
{
border-color: #DE274E;
}
</style>