Html Css Color HEX #DA2649 Amaranth

📋 copy color: '#DA2649'

red 218 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #DA2649

Tints of Amaranth #DA2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 66.26%
G = 11.55%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2649 (or 0xDA2649) is known color: Amaranth. HEX triplet: DA, 26 and 49. RGB value is (218,38,73). Sum of RGB (Red+Green+Blue) = 218+38+73=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2649 is #25D9B6. Grayscale: #5F5F5F. Windows color (decimal): -2480567 or 4794074. OLE color: 4794074.

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

Color convert

RGB 218 38 73 -
CMYK 0 0.83 0.67 0.15
HSL 348.33º 0.71% 0.5% -
HSV(B) 348.33º 0.83% 0.85% -
XYZ 30.81 16.77 7.92 -
YUV 95.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 218 38 73 0 0.83 0.67 0.15 348.33 0.71 0.5
Hex DA 26 49 0 53 43 F 15C 47 32
Octal 332 46 111 0 123 103 17 534 107 62
Binary 11011010 100110 1001001 0 1010011 1000011 1111 101011100 1000111 110010

Color Harmonies of #DA2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2649

Black with #DA2649

Text Example


Text Example

White with #DA2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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