#DE2654

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

Shades of Amaranth #DE2654

Tints of Amaranth #DE2654

Color information

#DE2654 (or 0xDE2654) is unknown color: approx Amaranth. HEX triplet: DE, 26 and 54. RGB value is (222,38,84). Sum of RGB (Red+Green+Blue) = 222+38+84=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2654 is #21D9AB. Grayscale: #626262. Windows color (decimal): -2218412 or 5514974. OLE color: 5514974.

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

Color convert

RGB2223884-
CMYK00.830.620.13
HSL345º73.6%50.98%-
HSV(B)345º82.88%87.06%-
XYZ32.4217.5610.07-
YUV98.26119.96216.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.53%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=64.53%
G=11.05%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222388400.830.620.1334573.650.98
HexDE26540533ED1594a33
Octal336461240123761553111263
Binary1101111010011010101000101001111111011011010110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2654; }

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

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

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

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

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

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

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

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