Html Css Color HEX #DA2851 Amaranth

📋 copy color: '#DA2851'

red 218 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #DA2851

Tints of Amaranth #DA2851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 64.31%
G = 11.8%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2851 (or 0xDA2851) is known color: Amaranth. HEX triplet: DA, 28 and 51. RGB value is (218,40,81). Sum of RGB (Red+Green+Blue) = 218+40+81=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2851 is #25D7AE. Grayscale: #616161. Windows color (decimal): -2480047 or 5318874. OLE color: 5318874.

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

Color convert

RGB 218 40 81 -
CMYK 0 0.82 0.63 0.15
HSL 346.18º 0.71% 0.51% -
HSV(B) 346.18º 0.82% 0.85% -
XYZ 31.16 17.02 9.43 -
YUV 97.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 218 40 81 0 0.82 0.63 0.15 346.18 0.71 0.51
Hex DA 28 51 0 52 3F F 15A 47 33
Octal 332 50 121 0 122 77 17 532 107 63
Binary 11011010 101000 1010001 0 1010010 111111 1111 101011010 1000111 110011

Color Harmonies of #DA2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2851

Black with #DA2851

Text Example


Text Example

White with #DA2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2851; }

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

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

background-color css

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

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

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

border-color css

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

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

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