Html Css Color HEX #DA214A Amaranth

📋 copy color: '#DA214A'

red 218 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #DA214A

Tints of Amaranth #DA214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

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

R = 67.08%
G = 10.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA214A (or 0xDA214A) is known color: Amaranth. HEX triplet: DA, 21 and 4A. RGB value is (218,33,74). Sum of RGB (Red+Green+Blue) = 218+33+74=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA214A is #25DEB5. Grayscale: #5D5D5D. Windows color (decimal): -2481846 or 4858330. OLE color: 4858330.

HSL color Cylindrical-coordinate representation of color #DA214A: hue angle of 346.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA214A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 74 -
CMYK 0 0.85 0.66 0.15
HSL 346.7º 0.74% 0.49% -
HSV(B) 346.7º 0.85% 0.85% -
XYZ 30.69 16.49 8.04 -
YUV 92.99 117.29 217.17 -
System Red Green Blue C M Y K H S L
Decimal 218 33 74 0 0.85 0.66 0.15 346.7 0.74 0.49
Hex DA 21 4A 0 55 42 F 15B 4A 31
Octal 332 41 112 0 125 102 17 533 112 61
Binary 11011010 100001 1001010 0 1010101 1000010 1111 101011011 1001010 110001

Color Harmonies of #DA214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA214A

Black with #DA214A

Text Example


Text Example

White with #DA214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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