#DE2955

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

Shades of Amaranth #DE2955

Tints of Amaranth #DE2955

Color information

#DE2955 (or 0xDE2955) is unknown color: approx Amaranth. HEX triplet: DE, 29 and 55. RGB value is (222,41,85). Sum of RGB (Red+Green+Blue) = 222+41+85=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2955 is #21D6AA. Grayscale: #646464. Windows color (decimal): -2217643 or 5581278. OLE color: 5581278.

HSL color Cylindrical-coordinate representation of color #DE2955: hue angle of 345.41º 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 #DE2955 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2224185-
CMYK00.820.620.13
HSL345.41º73.28%51.57%-
HSV(B)345.41º81.53%87.06%-
XYZ32.5617.7710.31-
YUV100.14119.47214.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.79%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=63.79%
G=11.78%
B=24.43%

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
Decimal222418500.820.620.13345.4173.2851.57
HexDE29550523ED1594934
Octal336511250122761553111164
Binary1101111010100110101010101001011111011011010110011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2955; }

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

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

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

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

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

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

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

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