Html Css Color HEX #DA2157 Amaranth

📋 copy color: '#DA2157'

red 218 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #DA2157

Tints of Amaranth #DA2157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 64.5%
G = 9.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2157 (or 0xDA2157) is known color: Amaranth. HEX triplet: DA, 21 and 57. RGB value is (218,33,87). Sum of RGB (Red+Green+Blue) = 218+33+87=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2157 is #25DEA8. Grayscale: #5E5E5E. Windows color (decimal): -2481833 or 5710298. OLE color: 5710298.

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

Color convert

RGB 218 33 87 -
CMYK 0 0.85 0.60 0.15
HSL 342.49º 0.74% 0.49% -
HSV(B) 342.49º 0.85% 0.85% -
XYZ 31.18 16.68 10.59 -
YUV 94.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 218 33 87 0 0.85 0.60 0.15 342.49 0.74 0.49
Hex DA 21 57 0 55 3C F 156 4A 31
Octal 332 41 127 0 125 74 17 526 112 61
Binary 11011010 100001 1010111 0 1010101 111100 1111 101010110 1001010 110001

Color Harmonies of #DA2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2157

Black with #DA2157

Text Example


Text Example

White with #DA2157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2157; }

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

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

background-color css

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

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

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

border-color css

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

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

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