Html Css Color HEX #DA2952 Amaranth

📋 copy color: '#DA2952'

red 218 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #DA2952

Tints of Amaranth #DA2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 63.93%
G = 12.02%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA2952 (or 0xDA2952) is known color: Amaranth. HEX triplet: DA, 29 and 52. RGB value is (218,41,82). Sum of RGB (Red+Green+Blue) = 218+41+82=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2952 is #25D6AD. Grayscale: #626262. Windows color (decimal): -2479790 or 5384666. OLE color: 5384666.

HSL color Cylindrical-coordinate representation of color #DA2952: hue angle of 346.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2952 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 82 -
CMYK 0 0.81 0.62 0.15
HSL 346.1º 0.71% 0.51% -
HSV(B) 346.1º 0.81% 0.85% -
XYZ 31.23 17.1 9.64 -
YUV 98.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 218 41 82 0 0.81 0.62 0.15 346.1 0.71 0.51
Hex DA 29 52 0 51 3E F 15A 47 33
Octal 332 51 122 0 121 76 17 532 107 63
Binary 11011010 101001 1010010 0 1010001 111110 1111 101011010 1000111 110011

Color Harmonies of #DA2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2952

Black with #DA2952

Text Example


Text Example

White with #DA2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2952; }

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

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

background-color css

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

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

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

border-color css

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

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

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