#DE2954

Color #DE2954 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DE2954

Tints of Amaranth #DE2954

Color information

#DE2954 (or 0xDE2954) is unknown color: approx Amaranth. HEX triplet: DE, 29 and 54. RGB value is (222,41,84). Sum of RGB (Red+Green+Blue) = 222+41+84=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2954 is #21D6AB. Grayscale: #646464. Windows color (decimal): -2217644 or 5515742. OLE color: 5515742.

HSL color Cylindrical-coordinate representation of color #DE2954: hue angle of 345.75º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2954 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2224184-
CMYK00.820.620.13
HSL345.75º73.28%51.57%-
HSV(B)345.75º81.53%87.06%-
XYZ32.5217.7610.1-
YUV100.02118.97215-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=63.98%
G=11.82%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222418400.820.620.13345.7573.2851.57
HexDE29540523ED15a4934
Octal336511240122761553211164
Binary1101111010100110101000101001011111011011010110101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2954; }

 p { color: rgb(222,41,84); }

 H1.HeaderClassName
 {
   color: #DE2954;
 }
 .AnyTagClassName
 {
   color: #DE2954;
 }
</style>
background-color css

<style>
 a { background-color: #DE2954; }

 a { background-color: rgb(222,41,84); }

 div.DivClassName
 {
   background-color: #DE2954;
 }
 .BgClassName
 {
   background-color: #DE2954;
 }
</style>
border-color css

<style>
 span { border-color: #DE2954; }

 span { border-color: rgb(222,41,84); }

 td.TdClassName
 {
   border-color: #DE2954;
 }
 .TagClassName
 {
   border-color: #DE2954;
 }
</style>