Html Css Color HEX #DA294E Amaranth

📋 copy color: '#DA294E'

red 218 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #DA294E

Tints of Amaranth #DA294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 64.69%
G = 12.17%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA294E (or 0xDA294E) is known color: Amaranth. HEX triplet: DA, 29 and 4E. RGB value is (218,41,78). Sum of RGB (Red+Green+Blue) = 218+41+78=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA294E is #25D6B1. Grayscale: #626262. Windows color (decimal): -2479794 or 5122522. OLE color: 5122522.

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

Color convert

RGB 218 41 78 -
CMYK 0 0.81 0.64 0.15
HSL 347.46º 0.71% 0.51% -
HSV(B) 347.46º 0.81% 0.85% -
XYZ 31.08 17.04 8.86 -
YUV 98.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 218 41 78 0 0.81 0.64 0.15 347.46 0.71 0.51
Hex DA 29 4E 0 51 40 F 15B 47 33
Octal 332 51 116 0 121 100 17 533 107 63
Binary 11011010 101001 1001110 0 1010001 1000000 1111 101011011 1000111 110011

Color Harmonies of #DA294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA294E

Black with #DA294E

Text Example


Text Example

White with #DA294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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