Html Css Color HEX #DA3E54 Amaranth

📋 copy color: '#DA3E54'

red 218 ◦ green 62 ◦ blue 84

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

Shades of Amaranth #DA3E54

Tints of Amaranth #DA3E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 59.89%
G = 17.03%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA3E54 (or 0xDA3E54) is known color: Amaranth. HEX triplet: DA, 3E and 54. RGB value is (218,62,84). Sum of RGB (Red+Green+Blue) = 218+62+84=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E54 is #25C1AB. Grayscale: #6F6F6F. Windows color (decimal): -2474412 or 5521114. OLE color: 5521114.

HSL color Cylindrical-coordinate representation of color #DA3E54: hue angle of 351.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E54 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 84 -
CMYK 0 0.72 0.61 0.15
HSL 351.54º 0.68% 0.55% -
HSV(B) 351.54º 0.72% 0.85% -
XYZ 32.24 18.99 10.35 -
YUV 111.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 218 62 84 0 0.72 0.61 0.15 351.54 0.68 0.55
Hex DA 3E 54 0 48 3D F 160 44 37
Octal 332 76 124 0 110 75 17 540 104 67
Binary 11011010 111110 1010100 0 1001000 111101 1111 101100000 1000100 110111

Color Harmonies of #DA3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E54

Black with #DA3E54

Text Example


Text Example

White with #DA3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E54; }

 p { color: rgb(218,62,84); }

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

background-color css

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

 a { background-color: rgb(218,62,84); }

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

border-color css

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

 span { border-color: rgb(218,62,84); }

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