Html Css Color HEX #DA324E Amaranth

📋 copy color: '#DA324E'

red 218 ◦ green 50 ◦ blue 78

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

Shades of Amaranth #DA324E

Tints of Amaranth #DA324E

RGB

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

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

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

R = 63.01%
G = 14.45%
B = 22.54%

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

#DA324E (or 0xDA324E) is known color: Amaranth. HEX triplet: DA, 32 and 4E. RGB value is (218,50,78). Sum of RGB (Red+Green+Blue) = 218+50+78=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA324E is #25CDB1. Grayscale: #676767. Windows color (decimal): -2477490 or 5124826. OLE color: 5124826.

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

Color convert

RGB 218 50 78 -
CMYK 0 0.77 0.64 0.15
HSL 350º 0.69% 0.53% -
HSV(B) 350º 0.77% 0.85% -
XYZ 31.43 17.74 8.97 -
YUV 103.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 218 50 78 0 0.77 0.64 0.15 350 0.69 0.53
Hex DA 32 4E 0 4D 40 F 15E 45 35
Octal 332 62 116 0 115 100 17 536 105 65
Binary 11011010 110010 1001110 0 1001101 1000000 1111 101011110 1000101 110101

Color Harmonies of #DA324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA324E

Black with #DA324E

Text Example


Text Example

White with #DA324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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