Shades of Amaranth #DE2358
Tints of Amaranth #DE2358
RGB
CMYK
RGB Variations
Color information
#DE2358 (or 0xDE2358) is known color: Amaranth. HEX triplet: DE, 23 and 58. RGB value is (222,35,88). Sum of RGB (Red+Green+Blue) = 222+35+88=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2358 is #21DCA7. Grayscale: #606060. Windows color (decimal): -2219176 or 5776350. OLE color: 5776350.
HSL color Cylindrical-coordinate representation of color #DE2358: hue angle of 342.99º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2358 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 88 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.13 |
| HSL | 342.99º | 0.74% | 0.5% | - |
| HSV(B) | 342.99º | 0.84% | 0.87% | - |
| XYZ | 32.49 | 17.44 | 10.89 | - |
| YUV | 96.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 88 | 0 | 0.84 | 0.60 | 0.13 | 342.99 | 0.74 | 0.5 |
| Hex | DE | 23 | 58 | 0 | 54 | 3C | D | 157 | 4A | 32 |
| Octal | 336 | 43 | 130 | 0 | 124 | 74 | 15 | 527 | 112 | 62 |
| Binary | 11011110 | 100011 | 1011000 | 0 | 1010100 | 111100 | 1101 | 101010111 | 1001010 | 110010 |
Color Harmonies of #DE2358
Complementary color
Monochromatic Colors of #DE2358
Black with #DE2358
Text Example
Text Example
White with #DE2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2358; }
p { color: rgb(222,35,88); }
H1.HeaderClassName
{
color: #DE2358;
}
.AnyTagClassName
{
color: #DE2358;
}
</style>
background-color css
<style>
a { background-color: #DE2358; }
a { background-color: rgb(222,35,88); }
div.DivClassName
{
background-color: #DE2358;
}
.BgClassName
{
background-color: #DE2358;
}
</style>
border-color css
<style>
span { border-color: #DE2358; }
span { border-color: rgb(222,35,88); }
td.TdClassName
{
border-color: #DE2358;
}
.TagClassName
{
border-color: #DE2358;
}
</style>