#DE3155

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

Shades of Amaranth #DE3155

Tints of Amaranth #DE3155

Color information

#DE3155 (or 0xDE3155) is unknown color: approx Amaranth. HEX triplet: DE, 31 and 55. RGB value is (222,49,85). Sum of RGB (Red+Green+Blue) = 222+49+85=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3155 is #21CEAA. Grayscale: #686868. Windows color (decimal): -2215595 or 5583326. OLE color: 5583326.

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

Color convert

RGB2224985-
CMYK00.780.620.13
HSL347.51º72.38%53.14%-
HSV(B)347.51º77.93%87.06%-
XYZ32.8618.3810.41-
YUV104.83116.81211.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.36%
GREEN value IS 49 (19.53% from 255) = 13.76%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=62.36%
G=13.76%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222498500.780.620.13347.5172.3853.14
HexDE315504E3ED15c4835
Octal336611250116761553411065
Binary1101111011000110101010100111011111011011010111001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3155; }

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

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

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

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

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

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

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

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