#DC3E54

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

Shades of Amaranth #DC3E54

Tints of Amaranth #DC3E54

Color information

#DC3E54 (or 0xDC3E54) is unknown color: approx Amaranth. HEX triplet: DC, 3E and 54. RGB value is (220,62,84). Sum of RGB (Red+Green+Blue) = 220+62+84=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E54 is #23C1AB. Grayscale: #6F6F6F. Windows color (decimal): -2343340 or 5521116. OLE color: 5521116.

HSL color Cylindrical-coordinate representation of color #DC3E54: hue angle of 351.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E54 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2206284-
CMYK00.720.620.14
HSL351.65º69.3%55.29%-
HSV(B)351.65º71.82%86.27%-
XYZ32.8419.310.38-
YUV111.75112.35205.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=60.11%
G=16.94%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220628400.720.620.14351.6569.355.29
HexDC3E540483EE1604537
Octal334761240110761654010567
Binary1101110011111010101000100100011111011101011000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3E54; }

 p { color: rgb(220,62,84); }

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

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

 a { background-color: rgb(220,62,84); }

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

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

 span { border-color: rgb(220,62,84); }

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