Html Css Color HEX #DA2D57 Amaranth

📋 copy color: '#DA2D57'

red 218 ◦ green 45 ◦ blue 87

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

Shades of Amaranth #DA2D57

Tints of Amaranth #DA2D57

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

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

R = 62.29%
G = 12.86%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA2D57 (or 0xDA2D57) is known color: Amaranth. HEX triplet: DA, 2D and 57. RGB value is (218,45,87). Sum of RGB (Red+Green+Blue) = 218+45+87=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D57 is #25D2A8. Grayscale: #656565. Windows color (decimal): -2478761 or 5713370. OLE color: 5713370.

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

Color convert

RGB 218 45 87 -
CMYK 0 0.79 0.60 0.15
HSL 345.43º 0.7% 0.52% -
HSV(B) 345.43º 0.79% 0.85% -
XYZ 31.57 17.47 10.72 -
YUV 101.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 218 45 87 0 0.79 0.60 0.15 345.43 0.7 0.52
Hex DA 2D 57 0 4F 3C F 159 46 34
Octal 332 55 127 0 117 74 17 531 106 64
Binary 11011010 101101 1010111 0 1001111 111100 1111 101011001 1000110 110100

Color Harmonies of #DA2D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D57

Black with #DA2D57

Text Example


Text Example

White with #DA2D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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