#DE2958

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

Shades of Amaranth #DE2958

Tints of Amaranth #DE2958

Color information

#DE2958 (or 0xDE2958) is unknown color: approx Amaranth. HEX triplet: DE, 29 and 58. RGB value is (222,41,88). Sum of RGB (Red+Green+Blue) = 222+41+88=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2958 is #21D6A7. Grayscale: #646464. Windows color (decimal): -2217640 or 5777886. OLE color: 5777886.

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

Color convert

RGB2224188-
CMYK00.820.600.13
HSL344.42º73.28%51.57%-
HSV(B)344.42º81.53%87.06%-
XYZ32.6817.8210.95-
YUV100.48120.97214.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.25%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=63.25%
G=11.68%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222418800.820.600.13344.4273.2851.57
HexDE29580523CD1584934
Octal336511300122741553011164
Binary1101111010100110110000101001011110011011010110001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2958; }

 p { color: rgb(222,41,88); }

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

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

 a { background-color: rgb(222,41,88); }

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

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

 span { border-color: rgb(222,41,88); }

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