Html Css Color HEX #DB2147 Amaranth

📋 copy color: '#DB2147'

red 219 ◦ green 33 ◦ blue 71

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

Shades of Amaranth #DB2147

Tints of Amaranth #DB2147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 67.8%
G = 10.22%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB2147 (or 0xDB2147) is known color: Amaranth. HEX triplet: DB, 21 and 47. RGB value is (219,33,71). Sum of RGB (Red+Green+Blue) = 219+33+71=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2147 is #24DEB8. Grayscale: #5C5C5C. Windows color (decimal): -2416313 or 4661723. OLE color: 4661723.

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

Color convert

RGB 219 33 71 -
CMYK 0 0.85 0.68 0.14
HSL 347.74º 0.74% 0.49% -
HSV(B) 347.74º 0.85% 0.86% -
XYZ 30.89 16.6 7.54 -
YUV 92.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 219 33 71 0 0.85 0.68 0.14 347.74 0.74 0.49
Hex DB 21 47 0 55 44 E 15C 4A 31
Octal 333 41 107 0 125 104 16 534 112 61
Binary 11011011 100001 1000111 0 1010101 1000100 1110 101011100 1001010 110001

Color Harmonies of #DB2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2147

Black with #DB2147

Text Example


Text Example

White with #DB2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2147; }

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

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

background-color css

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

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

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

border-color css

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

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

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