Html Css Color HEX #DA2056 Amaranth

📋 copy color: '#DA2056'

red 218 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #DA2056

Tints of Amaranth #DA2056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 64.88%
G = 9.52%
B = 25.6%

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

#DA2056 (or 0xDA2056) is known color: Amaranth. HEX triplet: DA, 20 and 56. RGB value is (218,32,86). Sum of RGB (Red+Green+Blue) = 218+32+86=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2056 is #25DFA9. Grayscale: #5D5D5D. Windows color (decimal): -2482090 or 5644506. OLE color: 5644506.

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

Color convert

RGB 218 32 86 -
CMYK 0 0.85 0.61 0.15
HSL 342.58º 0.74% 0.49% -
HSV(B) 342.58º 0.85% 0.85% -
XYZ 31.11 16.61 10.37 -
YUV 93.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 218 32 86 0 0.85 0.61 0.15 342.58 0.74 0.49
Hex DA 20 56 0 55 3D F 157 4A 31
Octal 332 40 126 0 125 75 17 527 112 61
Binary 11011010 100000 1010110 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #DA2056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2056

Black with #DA2056

Text Example


Text Example

White with #DA2056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2056; }

 p { color: rgb(218,32,86); }

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

background-color css

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

 a { background-color: rgb(218,32,86); }

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

border-color css

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

 span { border-color: rgb(218,32,86); }

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