Html Css Color HEX #DA2154 Amaranth

📋 copy color: '#DA2154'

red 218 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #DA2154

Tints of Amaranth #DA2154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 65.07%
G = 9.85%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA2154 (or 0xDA2154) is known color: Amaranth. HEX triplet: DA, 21 and 54. RGB value is (218,33,84). Sum of RGB (Red+Green+Blue) = 218+33+84=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2154 is #25DEAB. Grayscale: #5E5E5E. Windows color (decimal): -2481836 or 5513690. OLE color: 5513690.

HSL color Cylindrical-coordinate representation of color #DA2154: hue angle of 343.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2154 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 84 -
CMYK 0 0.85 0.61 0.15
HSL 343.46º 0.74% 0.49% -
HSV(B) 343.46º 0.85% 0.85% -
XYZ 31.06 16.63 9.96 -
YUV 94.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 218 33 84 0 0.85 0.61 0.15 343.46 0.74 0.49
Hex DA 21 54 0 55 3D F 157 4A 31
Octal 332 41 124 0 125 75 17 527 112 61
Binary 11011010 100001 1010100 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #DA2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2154

Black with #DA2154

Text Example


Text Example

White with #DA2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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