Html Css Color HEX #DA2953 Amaranth

📋 copy color: '#DA2953'

red 218 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #DA2953

Tints of Amaranth #DA2953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 63.74%
G = 11.99%
B = 24.27%

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

#DA2953 (or 0xDA2953) is known color: Amaranth. HEX triplet: DA, 29 and 53. RGB value is (218,41,83). Sum of RGB (Red+Green+Blue) = 218+41+83=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2953 is #25D6AC. Grayscale: #626262. Windows color (decimal): -2479789 or 5450202. OLE color: 5450202.

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

Color convert

RGB 218 41 83 -
CMYK 0 0.81 0.62 0.15
HSL 345.76º 0.71% 0.51% -
HSV(B) 345.76º 0.81% 0.85% -
XYZ 31.27 17.12 9.84 -
YUV 98.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 218 41 83 0 0.81 0.62 0.15 345.76 0.71 0.51
Hex DA 29 53 0 51 3E F 15A 47 33
Octal 332 51 123 0 121 76 17 532 107 63
Binary 11011010 101001 1010011 0 1010001 111110 1111 101011010 1000111 110011

Color Harmonies of #DA2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2953

Black with #DA2953

Text Example


Text Example

White with #DA2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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