#DA2055

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

Shades of Amaranth #DA2055

Tints of Amaranth #DA2055

Color information

#DA2055 (or 0xDA2055) is unknown color: approx Amaranth. HEX triplet: DA, 20 and 55. RGB value is (218,32,85). Sum of RGB (Red+Green+Blue) = 218+32+85=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2055 is #25DFAA. Grayscale: #5D5D5D. Windows color (decimal): -2482091 or 5578970. OLE color: 5578970.

HSL color Cylindrical-coordinate representation of color #DA2055: hue angle of 342.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2055 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2183285-
CMYK00.850.610.15
HSL342.9º74.4%49.02%-
HSV(B)342.9º85.32%85.49%-
XYZ31.0716.5910.16-
YUV93.66123.12216.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.07%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=65.07%
G=9.55%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218328500.850.610.15342.974.449.02
HexDA20550553DF1574a31
Octal332401250125751752711261
Binary1101101010000010101010101010111110111111010101111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2055; }

 p { color: rgb(218,32,85); }

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

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

 a { background-color: rgb(218,32,85); }

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

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

 span { border-color: rgb(218,32,85); }

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