#DE2A4D

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

Shades of Amaranth #DE2A4D

Tints of Amaranth #DE2A4D

Color information

#DE2A4D (or 0xDE2A4D) is unknown color: approx Amaranth. HEX triplet: DE, 2A and 4D. RGB value is (222,42,77). Sum of RGB (Red+Green+Blue) = 222+42+77=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A4D is #21D5B2. Grayscale: #636363. Windows color (decimal): -2217395 or 5057246. OLE color: 5057246.

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

Color convert

RGB2224277-
CMYK00.810.650.13
HSL348.33º73.17%51.76%-
HSV(B)348.33º81.08%87.06%-
XYZ32.2917.728.74-
YUV99.81115.13215.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.10%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=65.10%
G=12.32%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222427700.810.650.13348.3373.1751.76
HexDE2A4D05141D15c4934
Octal3365211501211011553411164
Binary11011110101010100110101010001100000111011010111001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2A4D; }

 p { color: rgb(222,42,77); }

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

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

 a { background-color: rgb(222,42,77); }

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

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

 span { border-color: rgb(222,42,77); }

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