Html Css Color HEX #DA2E52 Amaranth

📋 copy color: '#DA2E52'

red 218 ◦ green 46 ◦ blue 82

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

Shades of Amaranth #DA2E52

Tints of Amaranth #DA2E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

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

R = 63.01%
G = 13.29%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2E52 (or 0xDA2E52) is known color: Amaranth. HEX triplet: DA, 2E and 52. RGB value is (218,46,82). Sum of RGB (Red+Green+Blue) = 218+46+82=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2E52 is #25D1AD. Grayscale: #656565. Windows color (decimal): -2478510 or 5385946. OLE color: 5385946.

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

Color convert

RGB 218 46 82 -
CMYK 0 0.79 0.62 0.15
HSL 347.44º 0.7% 0.52% -
HSV(B) 347.44º 0.79% 0.85% -
XYZ 31.41 17.47 9.7 -
YUV 101.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 218 46 82 0 0.79 0.62 0.15 347.44 0.7 0.52
Hex DA 2E 52 0 4F 3E F 15B 46 34
Octal 332 56 122 0 117 76 17 533 106 64
Binary 11011010 101110 1010010 0 1001111 111110 1111 101011011 1000110 110100

Color Harmonies of #DA2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E52

Black with #DA2E52

Text Example


Text Example

White with #DA2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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