#DE4154

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

Shades of Amaranth #DE4154

Tints of Amaranth #DE4154

Color information

#DE4154 (or 0xDE4154) is unknown color: approx Amaranth. HEX triplet: DE, 41 and 54. RGB value is (222,65,84). Sum of RGB (Red+Green+Blue) = 222+65+84=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4154 is #21BEAB. Grayscale: #727272. Windows color (decimal): -2211500 or 5521886. OLE color: 5521886.

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

Color convert

RGB2226584-
CMYK00.710.620.13
HSL352.74º70.4%56.27%-
HSV(B)352.74º70.72%87.06%-
XYZ33.6119.9510.47-
YUV114.11111.01204.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=59.84%
G=17.52%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222658400.710.620.13352.7470.456.27
HexDE41540473ED1614638
Octal3361011240107761554110670
Binary11011110100000110101000100011111111011011011000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4154; }

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

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

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

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

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

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

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

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