Html Css Color HEX #DA3E52 Amaranth

📋 copy color: '#DA3E52'

red 218 ◦ green 62 ◦ blue 82

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

Shades of Amaranth #DA3E52

Tints of Amaranth #DA3E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 60.22%
G = 17.13%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA3E52 (or 0xDA3E52) is known color: Amaranth. HEX triplet: DA, 3E and 52. RGB value is (218,62,82). Sum of RGB (Red+Green+Blue) = 218+62+82=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E52 is #25C1AD. Grayscale: #6E6E6E. Windows color (decimal): -2474414 or 5390042. OLE color: 5390042.

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

Color convert

RGB 218 62 82 -
CMYK 0 0.72 0.62 0.15
HSL 352.31º 0.68% 0.55% -
HSV(B) 352.31º 0.72% 0.85% -
XYZ 32.16 18.96 9.95 -
YUV 110.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 218 62 82 0 0.72 0.62 0.15 352.31 0.68 0.55
Hex DA 3E 52 0 48 3E F 160 44 37
Octal 332 76 122 0 110 76 17 540 104 67
Binary 11011010 111110 1010010 0 1001000 111110 1111 101100000 1000100 110111

Color Harmonies of #DA3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E52

Black with #DA3E52

Text Example


Text Example

White with #DA3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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