Html Css Color HEX #DA2854 Amaranth

📋 copy color: '#DA2854'

red 218 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #DA2854

Tints of Amaranth #DA2854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 63.74%
G = 11.7%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA2854 (or 0xDA2854) is known color: Amaranth. HEX triplet: DA, 28 and 54. RGB value is (218,40,84). Sum of RGB (Red+Green+Blue) = 218+40+84=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2854 is #25D7AB. Grayscale: #626262. Windows color (decimal): -2480044 or 5515482. OLE color: 5515482.

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

Color convert

RGB 218 40 84 -
CMYK 0 0.82 0.61 0.15
HSL 345.17º 0.71% 0.51% -
HSV(B) 345.17º 0.82% 0.85% -
XYZ 31.27 17.06 10.03 -
YUV 98.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 218 40 84 0 0.82 0.61 0.15 345.17 0.71 0.51
Hex DA 28 54 0 52 3D F 159 47 33
Octal 332 50 124 0 122 75 17 531 107 63
Binary 11011010 101000 1010100 0 1010010 111101 1111 101011001 1000111 110011

Color Harmonies of #DA2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2854

Black with #DA2854

Text Example


Text Example

White with #DA2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2854; }

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

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

background-color css

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

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

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

border-color css

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

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

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