Html Css Color HEX #DA2255 Amaranth

📋 copy color: '#DA2255'

red 218 ◦ green 34 ◦ blue 85

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

Shades of Amaranth #DA2255

Tints of Amaranth #DA2255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 64.69%
G = 10.09%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA2255 (or 0xDA2255) is known color: Amaranth. HEX triplet: DA, 22 and 55. RGB value is (218,34,85). Sum of RGB (Red+Green+Blue) = 218+34+85=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2255 is #25DDAA. Grayscale: #5E5E5E. Windows color (decimal): -2481579 or 5579482. OLE color: 5579482.

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

Color convert

RGB 218 34 85 -
CMYK 0 0.84 0.61 0.15
HSL 343.37º 0.73% 0.49% -
HSV(B) 343.37º 0.84% 0.85% -
XYZ 31.13 16.71 10.18 -
YUV 94.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 218 34 85 0 0.84 0.61 0.15 343.37 0.73 0.49
Hex DA 22 55 0 54 3D F 157 49 31
Octal 332 42 125 0 124 75 17 527 111 61
Binary 11011010 100010 1010101 0 1010100 111101 1111 101010111 1001001 110001

Color Harmonies of #DA2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2255

Black with #DA2255

Text Example


Text Example

White with #DA2255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2255; }

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

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

background-color css

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

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

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

border-color css

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

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

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