Html Css Color HEX #DA2351 Amaranth

📋 copy color: '#DA2351'

red 218 ◦ green 35 ◦ blue 81

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

Shades of Amaranth #DA2351

Tints of Amaranth #DA2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 65.27%
G = 10.48%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2351 (or 0xDA2351) is known color: Amaranth. HEX triplet: DA, 23 and 51. RGB value is (218,35,81). Sum of RGB (Red+Green+Blue) = 218+35+81=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2351 is #25DCAE. Grayscale: #5E5E5E. Windows color (decimal): -2481327 or 5317594. OLE color: 5317594.

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

Color convert

RGB 218 35 81 -
CMYK 0 0.84 0.63 0.15
HSL 344.92º 0.72% 0.5% -
HSV(B) 344.92º 0.84% 0.85% -
XYZ 31 16.7 9.37 -
YUV 94.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 218 35 81 0 0.84 0.63 0.15 344.92 0.72 0.5
Hex DA 23 51 0 54 3F F 159 48 32
Octal 332 43 121 0 124 77 17 531 110 62
Binary 11011010 100011 1010001 0 1010100 111111 1111 101011001 1001000 110010

Color Harmonies of #DA2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2351

Black with #DA2351

Text Example


Text Example

White with #DA2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2351; }

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

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

background-color css

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

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

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

border-color css

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

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

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