#df2c54

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

Shades of Amaranth #DF2C54

Tints of Amaranth #DF2C54

Color information

#DF2C54 (or 0xDF2C54) is unknown color: approx Amaranth. HEX triplet: DF, 2C and 54. RGB value is (223,44,84). Sum of RGB (Red+Green+Blue) = 223+44+84=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C54 is #20D3AB. Grayscale: #666666. Windows color (decimal): -2151340 or 5516511. OLE color: 5516511.

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

Color convert

RGB2234484-
CMYK00.800.620.13
HSL346.59º73.66%52.35%-
HSV(B)346.59º80.27%87.45%-
XYZ32.9318.1310.15-
YUV102.08117.8214.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.53%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=63.53%
G=12.54%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223448400.800.620.13346.5973.6652.35
HexDF2C540503ED15b4a34
Octal337541240120761553311264
Binary1101111110110010101000101000011111011011010110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2c54; }

 p { color: rgb(223,44,84); }

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

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

 a { background-color: rgb(223,44,84); }

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

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

 span { border-color: rgb(223,44,84); }

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