Html Css Color HEX #DA2550 Amaranth

📋 copy color: '#DA2550'

red 218 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #DA2550

Tints of Amaranth #DA2550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 65.07%
G = 11.04%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2550 (or 0xDA2550) is known color: Amaranth. HEX triplet: DA, 25 and 50. RGB value is (218,37,80). Sum of RGB (Red+Green+Blue) = 218+37+80=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2550 is #25DAAF. Grayscale: #606060. Windows color (decimal): -2480816 or 5252570. OLE color: 5252570.

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

Color convert

RGB 218 37 80 -
CMYK 0 0.83 0.63 0.15
HSL 345.75º 0.71% 0.5% -
HSV(B) 345.75º 0.83% 0.85% -
XYZ 31.02 16.81 9.2 -
YUV 96.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 218 37 80 0 0.83 0.63 0.15 345.75 0.71 0.5
Hex DA 25 50 0 53 3F F 15A 47 32
Octal 332 45 120 0 123 77 17 532 107 62
Binary 11011010 100101 1010000 0 1010011 111111 1111 101011010 1000111 110010

Color Harmonies of #DA2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2550

Black with #DA2550

Text Example


Text Example

White with #DA2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2550; }

 p { color: rgb(218,37,80); }

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

background-color css

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

 a { background-color: rgb(218,37,80); }

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

border-color css

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

 span { border-color: rgb(218,37,80); }

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