Html Css Color HEX #DA294A Amaranth

📋 copy color: '#DA294A'

red 218 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #DA294A

Tints of Amaranth #DA294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 65.47%
G = 12.31%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA294A (or 0xDA294A) is known color: Amaranth. HEX triplet: DA, 29 and 4A. RGB value is (218,41,74). Sum of RGB (Red+Green+Blue) = 218+41+74=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA294A is #25D6B5. Grayscale: #616161. Windows color (decimal): -2479798 or 4860378. OLE color: 4860378.

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

Color convert

RGB 218 41 74 -
CMYK 0 0.81 0.66 0.15
HSL 348.81º 0.71% 0.51% -
HSV(B) 348.81º 0.81% 0.85% -
XYZ 30.94 16.99 8.13 -
YUV 97.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 218 41 74 0 0.81 0.66 0.15 348.81 0.71 0.51
Hex DA 29 4A 0 51 42 F 15D 47 33
Octal 332 51 112 0 121 102 17 535 107 63
Binary 11011010 101001 1001010 0 1010001 1000010 1111 101011101 1000111 110011

Color Harmonies of #DA294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA294A

Black with #DA294A

Text Example


Text Example

White with #DA294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA294A; }

 p { color: rgb(218,41,74); }

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

background-color css

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

 a { background-color: rgb(218,41,74); }

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

border-color css

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

 span { border-color: rgb(218,41,74); }

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