Html Css Color HEX #DA1E50 Amaranth

📋 copy color: '#DA1E50'

red 218 ◦ green 30 ◦ blue 80

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

Shades of Amaranth #DA1E50

Tints of Amaranth #DA1E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.15%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 66.46%
G = 9.15%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA1E50 (or 0xDA1E50) is known color: Amaranth. HEX triplet: DA, 1E and 50. RGB value is (218,30,80). Sum of RGB (Red+Green+Blue) = 218+30+80=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1E50 is #25E1AF. Grayscale: #5B5B5B. Windows color (decimal): -2482608 or 5250778. OLE color: 5250778.

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

Color convert

RGB 218 30 80 -
CMYK 0 0.86 0.63 0.15
HSL 344.04º 0.76% 0.49% -
HSV(B) 344.04º 0.86% 0.85% -
XYZ 30.83 16.41 9.13 -
YUV 91.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 218 30 80 0 0.86 0.63 0.15 344.04 0.76 0.49
Hex DA 1E 50 0 56 3F F 158 4C 31
Octal 332 36 120 0 126 77 17 530 114 61
Binary 11011010 11110 1010000 0 1010110 111111 1111 101011000 1001100 110001

Color Harmonies of #DA1E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E50

Black with #DA1E50

Text Example


Text Example

White with #DA1E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E50; }

 p { color: rgb(218,30,80); }

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

background-color css

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

 a { background-color: rgb(218,30,80); }

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

border-color css

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

 span { border-color: rgb(218,30,80); }

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