Shades of Amaranth #DE3255
Tints of Amaranth #DE3255
RGB
CMYK
RGB Variations
Color information
#DE3255 (or 0xDE3255) is known color: Amaranth. HEX triplet: DE, 32 and 55. RGB value is (222,50,85). Sum of RGB (Red+Green+Blue) = 222+50+85=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3255 is #21CDAA. Grayscale: #696969. Windows color (decimal): -2215339 or 5583582. OLE color: 5583582.
HSL color Cylindrical-coordinate representation of color #DE3255: hue angle of 347.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3255 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 85 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.13 |
| HSL | 347.79º | 0.72% | 0.53% | - |
| HSV(B) | 347.79º | 0.77% | 0.87% | - |
| XYZ | 32.9 | 18.47 | 10.42 | - |
| YUV | 105.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 85 | 0 | 0.77 | 0.62 | 0.13 | 347.79 | 0.72 | 0.53 |
| Hex | DE | 32 | 55 | 0 | 4D | 3E | D | 15C | 48 | 35 |
| Octal | 336 | 62 | 125 | 0 | 115 | 76 | 15 | 534 | 110 | 65 |
| Binary | 11011110 | 110010 | 1010101 | 0 | 1001101 | 111110 | 1101 | 101011100 | 1001000 | 110101 |
Color Harmonies of #DE3255
Complementary color
Monochromatic Colors of #DE3255
Black with #DE3255
Text Example
Text Example
White with #DE3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3255; }
p { color: rgb(222,50,85); }
H1.HeaderClassName
{
color: #DE3255;
}
.AnyTagClassName
{
color: #DE3255;
}
</style>
background-color css
<style>
a { background-color: #DE3255; }
a { background-color: rgb(222,50,85); }
div.DivClassName
{
background-color: #DE3255;
}
.BgClassName
{
background-color: #DE3255;
}
</style>
border-color css
<style>
span { border-color: #DE3255; }
span { border-color: rgb(222,50,85); }
td.TdClassName
{
border-color: #DE3255;
}
.TagClassName
{
border-color: #DE3255;
}
</style>