Html Css Color HEX #DA324A Amaranth

📋 copy color: '#DA324A'

red 218 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #DA324A

Tints of Amaranth #DA324A

RGB

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

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

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

R = 63.74%
G = 14.62%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA324A (or 0xDA324A) is known color: Amaranth. HEX triplet: DA, 32 and 4A. RGB value is (218,50,74). Sum of RGB (Red+Green+Blue) = 218+50+74=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA324A is #25CDB5. Grayscale: #676767. Windows color (decimal): -2477494 or 4862682. OLE color: 4862682.

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

Color convert

RGB 218 50 74 -
CMYK 0 0.77 0.66 0.15
HSL 351.43º 0.69% 0.53% -
HSV(B) 351.43º 0.77% 0.85% -
XYZ 31.29 17.68 8.24 -
YUV 102.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 218 50 74 0 0.77 0.66 0.15 351.43 0.69 0.53
Hex DA 32 4A 0 4D 42 F 15F 45 35
Octal 332 62 112 0 115 102 17 537 105 65
Binary 11011010 110010 1001010 0 1001101 1000010 1111 101011111 1000101 110101

Color Harmonies of #DA324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA324A

Black with #DA324A

Text Example


Text Example

White with #DA324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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