Html Css Color HEX #DA294F Amaranth

📋 copy color: '#DA294F'

red 218 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #DA294F

Tints of Amaranth #DA294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 64.5%
G = 12.13%
B = 23.37%

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

#DA294F (or 0xDA294F) is known color: Amaranth. HEX triplet: DA, 29 and 4F. RGB value is (218,41,79). Sum of RGB (Red+Green+Blue) = 218+41+79=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA294F is #25D6B0. Grayscale: #626262. Windows color (decimal): -2479793 or 5188058. OLE color: 5188058.

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

Color convert

RGB 218 41 79 -
CMYK 0 0.81 0.64 0.15
HSL 347.12º 0.71% 0.51% -
HSV(B) 347.12º 0.81% 0.85% -
XYZ 31.12 17.06 9.05 -
YUV 98.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 218 41 79 0 0.81 0.64 0.15 347.12 0.71 0.51
Hex DA 29 4F 0 51 40 F 15B 47 33
Octal 332 51 117 0 121 100 17 533 107 63
Binary 11011010 101001 1001111 0 1010001 1000000 1111 101011011 1000111 110011

Color Harmonies of #DA294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA294F

Black with #DA294F

Text Example


Text Example

White with #DA294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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