Html Css Color HEX #DA204C Amaranth

📋 copy color: '#DA204C'

red 218 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #DA204C

Tints of Amaranth #DA204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.82%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 66.87%
G = 9.82%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA204C (or 0xDA204C) is known color: Amaranth. HEX triplet: DA, 20 and 4C. RGB value is (218,32,76). Sum of RGB (Red+Green+Blue) = 218+32+76=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA204C is #25DFB3. Grayscale: #5C5C5C. Windows color (decimal): -2482100 or 4989146. OLE color: 4989146.

HSL color Cylindrical-coordinate representation of color #DA204C: hue angle of 345.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA204C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 76 -
CMYK 0 0.85 0.65 0.15
HSL 345.81º 0.74% 0.49% -
HSV(B) 345.81º 0.85% 0.85% -
XYZ 30.73 16.46 8.39 -
YUV 92.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 218 32 76 0 0.85 0.65 0.15 345.81 0.74 0.49
Hex DA 20 4C 0 55 41 F 15A 4A 31
Octal 332 40 114 0 125 101 17 532 112 61
Binary 11011010 100000 1001100 0 1010101 1000001 1111 101011010 1001010 110001

Color Harmonies of #DA204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA204C

Black with #DA204C

Text Example


Text Example

White with #DA204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA204C; }

 p { color: rgb(218,32,76); }

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

background-color css

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

 a { background-color: rgb(218,32,76); }

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

border-color css

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

 span { border-color: rgb(218,32,76); }

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