#DC3552

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

Shades of Amaranth #DC3552

Tints of Amaranth #DC3552

Color information

#DC3552 (or 0xDC3552) is unknown color: approx Amaranth. HEX triplet: DC, 35 and 52. RGB value is (220,53,82). Sum of RGB (Red+Green+Blue) = 220+53+82=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3552 is #23CAAD. Grayscale: #6A6A6A. Windows color (decimal): -2345646 or 5387740. OLE color: 5387740.

HSL color Cylindrical-coordinate representation of color #DC3552: hue angle of 349.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3552 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2205382-
CMYK00.760.630.14
HSL349.58º70.46%53.53%-
HSV(B)349.58º75.91%86.27%-
XYZ32.3118.379.83-
YUV106.24114.33209.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.97%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=61.97%
G=14.93%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220538200.760.630.14349.5870.4653.53
HexDC355204C3FE15e4636
Octal334651220114771653610666
Binary1101110011010110100100100110011111111101010111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3552; }

 p { color: rgb(220,53,82); }

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

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

 a { background-color: rgb(220,53,82); }

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

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

 span { border-color: rgb(220,53,82); }

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