Html Css Color HEX #DB214A Amaranth

📋 copy color: '#DB214A'

red 219 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #DB214A

Tints of Amaranth #DB214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 67.18%
G = 10.12%
B = 22.7%

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

#DB214A (or 0xDB214A) is known color: Amaranth. HEX triplet: DB, 21 and 4A. RGB value is (219,33,74). Sum of RGB (Red+Green+Blue) = 219+33+74=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB214A is #24DEB5. Grayscale: #5D5D5D. Windows color (decimal): -2416310 or 4858331. OLE color: 4858331.

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

Color convert

RGB 219 33 74 -
CMYK 0 0.85 0.66 0.14
HSL 346.77º 0.74% 0.49% -
HSV(B) 346.77º 0.85% 0.86% -
XYZ 30.99 16.64 8.06 -
YUV 93.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 219 33 74 0 0.85 0.66 0.14 346.77 0.74 0.49
Hex DB 21 4A 0 55 42 E 15B 4A 31
Octal 333 41 112 0 125 102 16 533 112 61
Binary 11011011 100001 1001010 0 1010101 1000010 1110 101011011 1001010 110001

Color Harmonies of #DB214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB214A

Black with #DB214A

Text Example


Text Example

White with #DB214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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