Html Css Color HEX #DB204A Amaranth

📋 copy color: '#DB204A'

red 219 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #DB204A

Tints of Amaranth #DB204A

RGB

 RED value IS 219 (85.94% from 255) = 67.38%

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

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 67.38%
G = 9.85%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB204A (or 0xDB204A) is known color: Amaranth. HEX triplet: DB, 20 and 4A. RGB value is (219,32,74). Sum of RGB (Red+Green+Blue) = 219+32+74=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB204A is #24DFB5. Grayscale: #5C5C5C. Windows color (decimal): -2416566 or 4858075. OLE color: 4858075.

HSL color Cylindrical-coordinate representation of color #DB204A: hue angle of 346.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB204A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 74 -
CMYK 0 0.85 0.66 0.14
HSL 346.52º 0.75% 0.49% -
HSV(B) 346.52º 0.85% 0.86% -
XYZ 30.97 16.59 8.05 -
YUV 92.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 219 32 74 0 0.85 0.66 0.14 346.52 0.75 0.49
Hex DB 20 4A 0 55 42 E 15B 4B 31
Octal 333 40 112 0 125 102 16 533 113 61
Binary 11011011 100000 1001010 0 1010101 1000010 1110 101011011 1001011 110001

Color Harmonies of #DB204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB204A

Black with #DB204A

Text Example


Text Example

White with #DB204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB204A; }

 p { color: rgb(219,32,74); }

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

background-color css

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

 a { background-color: rgb(219,32,74); }

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

border-color css

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

 span { border-color: rgb(219,32,74); }

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