Html Css Color HEX #DB204F Amaranth

📋 copy color: '#DB204F'

red 219 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #DB204F

Tints of Amaranth #DB204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 66.36%
G = 9.7%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB204F (or 0xDB204F) is known color: Amaranth. HEX triplet: DB, 20 and 4F. RGB value is (219,32,79). Sum of RGB (Red+Green+Blue) = 219+32+79=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB204F is #24DFB0. Grayscale: #5D5D5D. Windows color (decimal): -2416561 or 5185755. OLE color: 5185755.

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

Color convert

RGB 219 32 79 -
CMYK 0 0.85 0.64 0.14
HSL 344.92º 0.75% 0.49% -
HSV(B) 344.92º 0.85% 0.86% -
XYZ 31.14 16.66 8.97 -
YUV 93.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 219 32 79 0 0.85 0.64 0.14 344.92 0.75 0.49
Hex DB 20 4F 0 55 40 E 159 4B 31
Octal 333 40 117 0 125 100 16 531 113 61
Binary 11011011 100000 1001111 0 1010101 1000000 1110 101011001 1001011 110001

Color Harmonies of #DB204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB204F

Black with #DB204F

Text Example


Text Example

White with #DB204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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