Html Css Color HEX #DA204E Amaranth

📋 copy color: '#DA204E'

red 218 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #DA204E

Tints of Amaranth #DA204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 66.46%
G = 9.76%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA204E (or 0xDA204E) is known color: Amaranth. HEX triplet: DA, 20 and 4E. RGB value is (218,32,78). Sum of RGB (Red+Green+Blue) = 218+32+78=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA204E is #25DFB1. Grayscale: #5C5C5C. Windows color (decimal): -2482098 or 5120218. OLE color: 5120218.

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

Color convert

RGB 218 32 78 -
CMYK 0 0.85 0.64 0.15
HSL 345.16º 0.74% 0.49% -
HSV(B) 345.16º 0.85% 0.85% -
XYZ 30.81 16.49 8.77 -
YUV 92.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 218 32 78 0 0.85 0.64 0.15 345.16 0.74 0.49
Hex DA 20 4E 0 55 40 F 159 4A 31
Octal 332 40 116 0 125 100 17 531 112 61
Binary 11011010 100000 1001110 0 1010101 1000000 1111 101011001 1001010 110001

Color Harmonies of #DA204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA204E

Black with #DA204E

Text Example


Text Example

White with #DA204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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