Html Css Color HEX #DA334A Amaranth

📋 copy color: '#DA334A'

red 218 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #DA334A

Tints of Amaranth #DA334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 63.56%
G = 14.87%
B = 21.57%

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

#DA334A (or 0xDA334A) is known color: Amaranth. HEX triplet: DA, 33 and 4A. RGB value is (218,51,74). Sum of RGB (Red+Green+Blue) = 218+51+74=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA334A is #25CCB5. Grayscale: #676767. Windows color (decimal): -2477238 or 4862938. OLE color: 4862938.

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

Color convert

RGB 218 51 74 -
CMYK 0 0.77 0.66 0.15
HSL 351.74º 0.69% 0.53% -
HSV(B) 351.74º 0.77% 0.85% -
XYZ 31.33 17.77 8.26 -
YUV 103.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 218 51 74 0 0.77 0.66 0.15 351.74 0.69 0.53
Hex DA 33 4A 0 4D 42 F 160 45 35
Octal 332 63 112 0 115 102 17 540 105 65
Binary 11011010 110011 1001010 0 1001101 1000010 1111 101100000 1000101 110101

Color Harmonies of #DA334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA334A

Black with #DA334A

Text Example


Text Example

White with #DA334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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