Html Css Color HEX #DA2155 Amaranth

📋 copy color: '#DA2155'

red 218 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #DA2155

Tints of Amaranth #DA2155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 64.88%
G = 9.82%
B = 25.3%

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

#DA2155 (or 0xDA2155) is known color: Amaranth. HEX triplet: DA, 21 and 55. RGB value is (218,33,85). Sum of RGB (Red+Green+Blue) = 218+33+85=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2155 is #25DEAA. Grayscale: #5E5E5E. Windows color (decimal): -2481835 or 5579226. OLE color: 5579226.

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

Color convert

RGB 218 33 85 -
CMYK 0 0.85 0.61 0.15
HSL 343.14º 0.74% 0.49% -
HSV(B) 343.14º 0.85% 0.85% -
XYZ 31.1 16.65 10.17 -
YUV 94.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 218 33 85 0 0.85 0.61 0.15 343.14 0.74 0.49
Hex DA 21 55 0 55 3D F 157 4A 31
Octal 332 41 125 0 125 75 17 527 112 61
Binary 11011010 100001 1010101 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #DA2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2155

Black with #DA2155

Text Example


Text Example

White with #DA2155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2155; }

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

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

background-color css

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

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

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

border-color css

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

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

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