Html Css Color HEX #DA324B Amaranth

📋 copy color: '#DA324B'

red 218 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #DA324B

Tints of Amaranth #DA324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 63.56%
G = 14.58%
B = 21.87%

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

#DA324B (or 0xDA324B) is known color: Amaranth. HEX triplet: DA, 32 and 4B. RGB value is (218,50,75). Sum of RGB (Red+Green+Blue) = 218+50+75=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA324B is #25CDB4. Grayscale: #676767. Windows color (decimal): -2477493 or 4928218. OLE color: 4928218.

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

Color convert

RGB 218 50 75 -
CMYK 0 0.77 0.66 0.15
HSL 351.07º 0.69% 0.53% -
HSV(B) 351.07º 0.77% 0.85% -
XYZ 31.32 17.69 8.42 -
YUV 103.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 218 50 75 0 0.77 0.66 0.15 351.07 0.69 0.53
Hex DA 32 4B 0 4D 42 F 15F 45 35
Octal 332 62 113 0 115 102 17 537 105 65
Binary 11011010 110010 1001011 0 1001101 1000010 1111 101011111 1000101 110101

Color Harmonies of #DA324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA324B

Black with #DA324B

Text Example


Text Example

White with #DA324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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