Html Css Color HEX #DA2257 Amaranth

📋 copy color: '#DA2257'

red 218 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #DA2257

Tints of Amaranth #DA2257

RGB

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

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

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

R = 64.31%
G = 10.03%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2257 (or 0xDA2257) is known color: Amaranth. HEX triplet: DA, 22 and 57. RGB value is (218,34,87). Sum of RGB (Red+Green+Blue) = 218+34+87=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2257 is #25DDA8. Grayscale: #5F5F5F. Windows color (decimal): -2481577 or 5710554. OLE color: 5710554.

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

Color convert

RGB 218 34 87 -
CMYK 0 0.84 0.60 0.15
HSL 342.72º 0.73% 0.49% -
HSV(B) 342.72º 0.84% 0.85% -
XYZ 31.21 16.74 10.6 -
YUV 95.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 218 34 87 0 0.84 0.60 0.15 342.72 0.73 0.49
Hex DA 22 57 0 54 3C F 157 49 31
Octal 332 42 127 0 124 74 17 527 111 61
Binary 11011010 100010 1010111 0 1010100 111100 1111 101010111 1001001 110001

Color Harmonies of #DA2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2257

Black with #DA2257

Text Example


Text Example

White with #DA2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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