Html Css Color HEX #DB2148 Amaranth

📋 copy color: '#DB2148'

red 219 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #DB2148

Tints of Amaranth #DB2148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 67.59%
G = 10.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB2148 (or 0xDB2148) is known color: Amaranth. HEX triplet: DB, 21 and 48. RGB value is (219,33,72). Sum of RGB (Red+Green+Blue) = 219+33+72=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2148 is #24DEB7. Grayscale: #5D5D5D. Windows color (decimal): -2416312 or 4727259. OLE color: 4727259.

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

Color convert

RGB 219 33 72 -
CMYK 0 0.85 0.67 0.14
HSL 347.42º 0.74% 0.49% -
HSV(B) 347.42º 0.85% 0.86% -
XYZ 30.93 16.62 7.71 -
YUV 93.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 219 33 72 0 0.85 0.67 0.14 347.42 0.74 0.49
Hex DB 21 48 0 55 43 E 15B 4A 31
Octal 333 41 110 0 125 103 16 533 112 61
Binary 11011011 100001 1001000 0 1010101 1000011 1110 101011011 1001010 110001

Color Harmonies of #DB2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2148

Black with #DB2148

Text Example


Text Example

White with #DB2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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