Shades of Amaranth #DE2256
Tints of Amaranth #DE2256
RGB
CMYK
RGB Variations
Color information
#DE2256 (or 0xDE2256) is known color: Amaranth. HEX triplet: DE, 22 and 56. RGB value is (222,34,86). Sum of RGB (Red+Green+Blue) = 222+34+86=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2256 is #21DDA9. Grayscale: #606060. Windows color (decimal): -2219434 or 5645022. OLE color: 5645022.
HSL color Cylindrical-coordinate representation of color #DE2256: hue angle of 343.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2256 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 86 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.13 |
| HSL | 343.4º | 0.74% | 0.5% | - |
| HSV(B) | 343.4º | 0.85% | 0.87% | - |
| XYZ | 32.38 | 17.35 | 10.45 | - |
| YUV | 96.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 86 | 0 | 0.85 | 0.61 | 0.13 | 343.4 | 0.74 | 0.5 |
| Hex | DE | 22 | 56 | 0 | 55 | 3D | D | 157 | 4A | 32 |
| Octal | 336 | 42 | 126 | 0 | 125 | 75 | 15 | 527 | 112 | 62 |
| Binary | 11011110 | 100010 | 1010110 | 0 | 1010101 | 111101 | 1101 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DE2256
Complementary color
Monochromatic Colors of #DE2256
Black with #DE2256
Text Example
Text Example
White with #DE2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2256; }
p { color: rgb(222,34,86); }
H1.HeaderClassName
{
color: #DE2256;
}
.AnyTagClassName
{
color: #DE2256;
}
</style>
background-color css
<style>
a { background-color: #DE2256; }
a { background-color: rgb(222,34,86); }
div.DivClassName
{
background-color: #DE2256;
}
.BgClassName
{
background-color: #DE2256;
}
</style>
border-color css
<style>
span { border-color: #DE2256; }
span { border-color: rgb(222,34,86); }
td.TdClassName
{
border-color: #DE2256;
}
.TagClassName
{
border-color: #DE2256;
}
</style>