#DA3147

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

Shades of Amaranth #DA3147

Tints of Amaranth #DA3147

Color information

#DA3147 (or 0xDA3147) is unknown color: approx Amaranth. HEX triplet: DA, 31 and 47. RGB value is (218,49,71). Sum of RGB (Red+Green+Blue) = 218+49+71=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3147 is #25CEB8. Grayscale: #666666. Windows color (decimal): -2477753 or 4665818. OLE color: 4665818.

HSL color Cylindrical-coordinate representation of color #DA3147: hue angle of 352.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3147 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2184971-
CMYK00.780.670.15
HSL352.19º69.55%52.35%-
HSV(B)352.19º77.52%85.49%-
XYZ31.1517.567.71-
YUV102.04110.49210.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.50%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=64.50%
G=14.50%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218497100.780.670.15352.1969.5552.35
HexDA314704E43F1604634
Octal3326110701161031754010664
Binary11011010110001100011101001110100001111111011000001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3147; }

 p { color: rgb(218,49,71); }

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

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

 a { background-color: rgb(218,49,71); }

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

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

 span { border-color: rgb(218,49,71); }

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