#DE2756

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

Shades of Amaranth #DE2756

Tints of Amaranth #DE2756

Color information

#DE2756 (or 0xDE2756) is unknown color: approx Amaranth. HEX triplet: DE, 27 and 56. RGB value is (222,39,86). Sum of RGB (Red+Green+Blue) = 222+39+86=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2756 is #21D8A9. Grayscale: #636363. Windows color (decimal): -2218154 or 5646302. OLE color: 5646302.

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

Color convert

RGB2223986-
CMYK00.820.610.13
HSL344.59º73.49%51.18%-
HSV(B)344.59º82.43%87.06%-
XYZ32.5317.6510.5-
YUV99.08120.63215.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=63.98%
G=11.24%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222398600.820.610.13344.5973.4951.18
HexDE27560523DD1594933
Octal336471260122751553111163
Binary1101111010011110101100101001011110111011010110011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2756; }

 p { color: rgb(222,39,86); }

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

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

 a { background-color: rgb(222,39,86); }

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

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

 span { border-color: rgb(222,39,86); }

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