#DE224E

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

Shades of Amaranth #DE224E

Tints of Amaranth #DE224E

Color information

#DE224E (or 0xDE224E) is unknown color: approx Amaranth. HEX triplet: DE, 22 and 4E. RGB value is (222,34,78). Sum of RGB (Red+Green+Blue) = 222+34+78=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE224E is #21DDB1. Grayscale: #5F5F5F. Windows color (decimal): -2219442 or 5120734. OLE color: 5120734.

HSL color Cylindrical-coordinate representation of color #DE224E: hue angle of 345.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE224E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2223478-
CMYK00.850.650.13
HSL345.96º74.02%50.2%-
HSV(B)345.96º84.68%87.06%-
XYZ32.0717.228.84-
YUV95.23118.28218.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.47%
GREEN value IS 34 (13.67% from 255) = 10.18%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=66.47%
G=10.18%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222347800.850.650.13345.9674.0250.2
HexDE224E05541D15a4a32
Octal3364211601251011553211262
Binary11011110100010100111001010101100000111011010110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE224E; }

 p { color: rgb(222,34,78); }

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

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

 a { background-color: rgb(222,34,78); }

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

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

 span { border-color: rgb(222,34,78); }

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