Html Css Color HEX #DA2451 Amaranth

📋 copy color: '#DA2451'

red 218 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #DA2451

Tints of Amaranth #DA2451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 65.07%
G = 10.75%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2451 (or 0xDA2451) is known color: Amaranth. HEX triplet: DA, 24 and 51. RGB value is (218,36,81). Sum of RGB (Red+Green+Blue) = 218+36+81=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2451 is #25DBAE. Grayscale: #5F5F5F. Windows color (decimal): -2481071 or 5317850. OLE color: 5317850.

HSL color Cylindrical-coordinate representation of color #DA2451: hue angle of 345.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2451 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 81 -
CMYK 0 0.83 0.63 0.15
HSL 345.16º 0.72% 0.5% -
HSV(B) 345.16º 0.83% 0.85% -
XYZ 31.03 16.76 9.38 -
YUV 95.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 218 36 81 0 0.83 0.63 0.15 345.16 0.72 0.5
Hex DA 24 51 0 53 3F F 159 48 32
Octal 332 44 121 0 123 77 17 531 110 62
Binary 11011010 100100 1010001 0 1010011 111111 1111 101011001 1001000 110010

Color Harmonies of #DA2451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2451

Black with #DA2451

Text Example


Text Example

White with #DA2451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2451; }

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

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

background-color css

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

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

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

border-color css

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

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

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