#DE2553

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

Shades of Amaranth #DE2553

Tints of Amaranth #DE2553

Color information

#DE2553 (or 0xDE2553) is unknown color: approx Amaranth. HEX triplet: DE, 25 and 53. RGB value is (222,37,83). Sum of RGB (Red+Green+Blue) = 222+37+83=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2553 is #21DAAC. Grayscale: #616161. Windows color (decimal): -2218669 or 5449182. OLE color: 5449182.

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

Color convert

RGB2223783-
CMYK00.830.630.13
HSL345.08º73.71%50.78%-
HSV(B)345.08º83.33%87.06%-
XYZ32.3517.489.85-
YUV97.56119.79216.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=64.91%
G=10.82%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222378300.830.630.13345.0873.7150.78
HexDE25530533FD1594a33
Octal336451230123771553111263
Binary1101111010010110100110101001111111111011010110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2553; }

 p { color: rgb(222,37,83); }

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

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

 a { background-color: rgb(222,37,83); }

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

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

 span { border-color: rgb(222,37,83); }

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