Html Css Color HEX #DA324F Amaranth

📋 copy color: '#DA324F'

red 218 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #DA324F

Tints of Amaranth #DA324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 62.82%
G = 14.41%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA324F (or 0xDA324F) is known color: Amaranth. HEX triplet: DA, 32 and 4F. RGB value is (218,50,79). Sum of RGB (Red+Green+Blue) = 218+50+79=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA324F is #25CDB0. Grayscale: #676767. Windows color (decimal): -2477489 or 5190362. OLE color: 5190362.

HSL color Cylindrical-coordinate representation of color #DA324F: hue angle of 349.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA324F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 79 -
CMYK 0 0.77 0.64 0.15
HSL 349.64º 0.69% 0.53% -
HSV(B) 349.64º 0.77% 0.85% -
XYZ 31.47 17.75 9.17 -
YUV 103.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 218 50 79 0 0.77 0.64 0.15 349.64 0.69 0.53
Hex DA 32 4F 0 4D 40 F 15E 45 35
Octal 332 62 117 0 115 100 17 536 105 65
Binary 11011010 110010 1001111 0 1001101 1000000 1111 101011110 1000101 110101

Color Harmonies of #DA324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA324F

Black with #DA324F

Text Example


Text Example

White with #DA324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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