#DE4152

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

Shades of Amaranth #DE4152

Tints of Amaranth #DE4152

Color information

#DE4152 (or 0xDE4152) is unknown color: approx Amaranth. HEX triplet: DE, 41 and 52. RGB value is (222,65,82). Sum of RGB (Red+Green+Blue) = 222+65+82=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4152 is #21BEAD. Grayscale: #717171. Windows color (decimal): -2211502 or 5390814. OLE color: 5390814.

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

Color convert

RGB2226582-
CMYK00.710.630.13
HSL353.5º70.4%56.27%-
HSV(B)353.5º70.72%87.06%-
XYZ33.5419.9210.06-
YUV113.88110.01205.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.16%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=60.16%
G=17.62%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222658200.710.630.13353.570.456.27
HexDE41520473FD1624638
Octal3361011220107771554210670
Binary11011110100000110100100100011111111111011011000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4152; }

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

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

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

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

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

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

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

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