Html Css Color HEX #DA2148 Amaranth

📋 copy color: '#DA2148'

red 218 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #DA2148

Tints of Amaranth #DA2148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 67.49%
G = 10.22%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2148 (or 0xDA2148) is known color: Amaranth. HEX triplet: DA, 21 and 48. RGB value is (218,33,72). Sum of RGB (Red+Green+Blue) = 218+33+72=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2148 is #25DEB7. Grayscale: #5C5C5C. Windows color (decimal): -2481848 or 4727258. OLE color: 4727258.

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

Color convert

RGB 218 33 72 -
CMYK 0 0.85 0.67 0.15
HSL 347.35º 0.74% 0.49% -
HSV(B) 347.35º 0.85% 0.85% -
XYZ 30.63 16.46 7.69 -
YUV 92.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 218 33 72 0 0.85 0.67 0.15 347.35 0.74 0.49
Hex DA 21 48 0 55 43 F 15B 4A 31
Octal 332 41 110 0 125 103 17 533 112 61
Binary 11011010 100001 1001000 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #DA2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2148

Black with #DA2148

Text Example


Text Example

White with #DA2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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