Html Css Color HEX #DA2B57 Amaranth

📋 copy color: '#DA2B57'

red 218 ◦ green 43 ◦ blue 87

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

Shades of Amaranth #DA2B57

Tints of Amaranth #DA2B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 62.64%
G = 12.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2B57 (or 0xDA2B57) is known color: Amaranth. HEX triplet: DA, 2B and 57. RGB value is (218,43,87). Sum of RGB (Red+Green+Blue) = 218+43+87=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2B57 is #25D4A8. Grayscale: #646464. Windows color (decimal): -2479273 or 5712858. OLE color: 5712858.

HSL color Cylindrical-coordinate representation of color #DA2B57: hue angle of 344.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B57 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 87 -
CMYK 0 0.80 0.60 0.15
HSL 344.91º 0.7% 0.51% -
HSV(B) 344.91º 0.8% 0.85% -
XYZ 31.5 17.32 10.7 -
YUV 100.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 218 43 87 0 0.80 0.60 0.15 344.91 0.7 0.51
Hex DA 2B 57 0 50 3C F 159 46 33
Octal 332 53 127 0 120 74 17 531 106 63
Binary 11011010 101011 1010111 0 1010000 111100 1111 101011001 1000110 110011

Color Harmonies of #DA2B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B57

Black with #DA2B57

Text Example


Text Example

White with #DA2B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B57; }

 p { color: rgb(218,43,87); }

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

background-color css

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

 a { background-color: rgb(218,43,87); }

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

border-color css

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

 span { border-color: rgb(218,43,87); }

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