Html Css Color HEX #DA2049 Amaranth

📋 copy color: '#DA2049'

red 218 ◦ green 32 ◦ blue 73

#DA2049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DA2049

Tints of Amaranth #DA2049

RGB

 RED value IS 218 (85.55% from 255) = 67.49%

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 67.49%
G = 9.91%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2049 (or 0xDA2049) is known color: Amaranth. HEX triplet: DA, 20 and 49. RGB value is (218,32,73). Sum of RGB (Red+Green+Blue) = 218+32+73=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2049 is #25DFB6. Grayscale: #5C5C5C. Windows color (decimal): -2482103 or 4792538. OLE color: 4792538.

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

Color convert

RGB 218 32 73 -
CMYK 0 0.85 0.67 0.15
HSL 346.77º 0.74% 0.49% -
HSV(B) 346.77º 0.85% 0.85% -
XYZ 30.63 16.42 7.86 -
YUV 92.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 218 32 73 0 0.85 0.67 0.15 346.77 0.74 0.49
Hex DA 20 49 0 55 43 F 15B 4A 31
Octal 332 40 111 0 125 103 17 533 112 61
Binary 11011010 100000 1001001 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #DA2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2049

Black with #DA2049

Text Example


Text Example

White with #DA2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2049; }

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

 H1.HeaderClassName
 {
   color: #DA2049;
 }
 .AnyTagClassName
 {
   color: #DA2049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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