Html Css Color HEX #DA2454 Amaranth

📋 copy color: '#DA2454'

red 218 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #DA2454

Tints of Amaranth #DA2454

RGB

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

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

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

R = 64.5%
G = 10.65%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA2454 (or 0xDA2454) is known color: Amaranth. HEX triplet: DA, 24 and 54. RGB value is (218,36,84). Sum of RGB (Red+Green+Blue) = 218+36+84=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2454 is #25DBAB. Grayscale: #5F5F5F. Windows color (decimal): -2481068 or 5514458. OLE color: 5514458.

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

Color convert

RGB 218 36 84 -
CMYK 0 0.83 0.61 0.15
HSL 344.18º 0.72% 0.5% -
HSV(B) 344.18º 0.83% 0.85% -
XYZ 31.14 16.81 9.99 -
YUV 95.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 218 36 84 0 0.83 0.61 0.15 344.18 0.72 0.5
Hex DA 24 54 0 53 3D F 158 48 32
Octal 332 44 124 0 123 75 17 530 110 62
Binary 11011010 100100 1010100 0 1010011 111101 1111 101011000 1001000 110010

Color Harmonies of #DA2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2454

Black with #DA2454

Text Example


Text Example

White with #DA2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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