#DC4050

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

Shades of Amaranth #DC4050

Tints of Amaranth #DC4050

Color information

#DC4050 (or 0xDC4050) is unknown color: approx Amaranth. HEX triplet: DC, 40 and 50. RGB value is (220,64,80). Sum of RGB (Red+Green+Blue) = 220+64+80=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4050 is #23BFAF. Grayscale: #707070. Windows color (decimal): -2342832 or 5259484. OLE color: 5259484.

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

Color convert

RGB2206480-
CMYK00.710.640.14
HSL353.85º69.03%55.69%-
HSV(B)353.85º70.91%86.27%-
XYZ32.819.469.62-
YUV112.47109.68204.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=60.44%
G=17.58%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220648000.710.640.14353.8569.0355.69
HexDC405004740E1624538
Octal33410012001071001654210570
Binary110111001000000101000001000111100000011101011000101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4050; }

 p { color: rgb(220,64,80); }

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

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

 a { background-color: rgb(220,64,80); }

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

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

 span { border-color: rgb(220,64,80); }

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