#DC2D4E

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

Shades of Amaranth #DC2D4E

Tints of Amaranth #DC2D4E

Color information

#DC2D4E (or 0xDC2D4E) is unknown color: approx Amaranth. HEX triplet: DC, 2D and 4E. RGB value is (220,45,78). Sum of RGB (Red+Green+Blue) = 220+45+78=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D4E is #23D2B1. Grayscale: #656565. Windows color (decimal): -2347698 or 5123548. OLE color: 5123548.

HSL color Cylindrical-coordinate representation of color #DC2D4E: hue angle of 348.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D4E is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2204578-
CMYK00.800.650.14
HSL348.69º71.43%51.96%-
HSV(B)348.69º79.55%86.27%-
XYZ31.8317.648.94-
YUV101.09114.98212.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=64.14%
G=13.12%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220457800.800.650.14348.6971.4351.96
HexDC2D4E05041E15d4734
Octal3345511601201011653510764
Binary11011100101101100111001010000100000111101010111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2D4E; }

 p { color: rgb(220,45,78); }

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

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

 a { background-color: rgb(220,45,78); }

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

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

 span { border-color: rgb(220,45,78); }

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