Shades of Amaranth #DE2655
Tints of Amaranth #DE2655
RGB
CMYK
RGB Variations
Color information
#DE2655 (or 0xDE2655) is known color: Amaranth. HEX triplet: DE, 26 and 55. RGB value is (222,38,85). Sum of RGB (Red+Green+Blue) = 222+38+85=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2655 is #21D9AA. Grayscale: #626262. Windows color (decimal): -2218411 or 5580510. OLE color: 5580510.
HSL color Cylindrical-coordinate representation of color #DE2655: hue angle of 344.67º 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 #DE2655 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 85 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.13 |
| HSL | 344.67º | 0.74% | 0.51% | - |
| HSV(B) | 344.67º | 0.83% | 0.87% | - |
| XYZ | 32.46 | 17.57 | 10.28 | - |
| YUV | 98.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 85 | 0 | 0.83 | 0.62 | 0.13 | 344.67 | 0.74 | 0.51 |
| Hex | DE | 26 | 55 | 0 | 53 | 3E | D | 159 | 4A | 33 |
| Octal | 336 | 46 | 125 | 0 | 123 | 76 | 15 | 531 | 112 | 63 |
| Binary | 11011110 | 100110 | 1010101 | 0 | 1010011 | 111110 | 1101 | 101011001 | 1001010 | 110011 |
Color Harmonies of #DE2655
Complementary color
Monochromatic Colors of #DE2655
Black with #DE2655
Text Example
Text Example
White with #DE2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2655; }
p { color: rgb(222,38,85); }
H1.HeaderClassName
{
color: #DE2655;
}
.AnyTagClassName
{
color: #DE2655;
}
</style>
background-color css
<style>
a { background-color: #DE2655; }
a { background-color: rgb(222,38,85); }
div.DivClassName
{
background-color: #DE2655;
}
.BgClassName
{
background-color: #DE2655;
}
</style>
border-color css
<style>
span { border-color: #DE2655; }
span { border-color: rgb(222,38,85); }
td.TdClassName
{
border-color: #DE2655;
}
.TagClassName
{
border-color: #DE2655;
}
</style>