Html Css Color HEX #DA2857 Amaranth

📋 copy color: '#DA2857'

red 218 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #DA2857

Tints of Amaranth #DA2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 63.19%
G = 11.59%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2857 (or 0xDA2857) is known color: Amaranth. HEX triplet: DA, 28 and 57. RGB value is (218,40,87). Sum of RGB (Red+Green+Blue) = 218+40+87=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2857 is #25D7A8. Grayscale: #626262. Windows color (decimal): -2480041 or 5712090. OLE color: 5712090.

HSL color Cylindrical-coordinate representation of color #DA2857: hue angle of 344.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2857 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 87 -
CMYK 0 0.82 0.60 0.15
HSL 344.16º 0.71% 0.51% -
HSV(B) 344.16º 0.82% 0.85% -
XYZ 31.39 17.11 10.67 -
YUV 98.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 218 40 87 0 0.82 0.60 0.15 344.16 0.71 0.51
Hex DA 28 57 0 52 3C F 158 47 33
Octal 332 50 127 0 122 74 17 530 107 63
Binary 11011010 101000 1010111 0 1010010 111100 1111 101011000 1000111 110011

Color Harmonies of #DA2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2857

Black with #DA2857

Text Example


Text Example

White with #DA2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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