#DA3150

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

Shades of Amaranth #DA3150

Tints of Amaranth #DA3150

Color information

#DA3150 (or 0xDA3150) is unknown color: approx Amaranth. HEX triplet: DA, 31 and 50. RGB value is (218,49,80). Sum of RGB (Red+Green+Blue) = 218+49+80=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3150 is #25CEAF. Grayscale: #676767. Windows color (decimal): -2477744 or 5255642. OLE color: 5255642.

HSL color Cylindrical-coordinate representation of color #DA3150: hue angle of 348.99º 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 #DA3150 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB2184980-
CMYK00.780.630.15
HSL348.99º69.55%52.35%-
HSV(B)348.99º77.52%85.49%-
XYZ31.4617.689.34-
YUV103.06114.99209.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.82%
GREEN value IS 49 (19.53% from 255) = 14.12%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=62.82%
G=14.12%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218498000.780.630.15348.9969.5552.35
HexDA315004E3FF15d4634
Octal332611200116771753510664
Binary1101101011000110100000100111011111111111010111011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3150; }

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

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

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

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

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

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

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

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