Html Css Color HEX #DB3147 Amaranth

📋 copy color: '#DB3147'

red 219 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #DB3147

Tints of Amaranth #DB3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 64.6%
G = 14.45%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3147 (or 0xDB3147) is known color: Amaranth. HEX triplet: DB, 31 and 47. RGB value is (219,49,71). Sum of RGB (Red+Green+Blue) = 219+49+71=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3147 is #24CEB8. Grayscale: #666666. Windows color (decimal): -2412217 or 4665819. OLE color: 4665819.

HSL color Cylindrical-coordinate representation of color #DB3147: hue angle of 352.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3147 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 71 -
CMYK 0 0.78 0.68 0.14
HSL 352.24º 0.7% 0.53% -
HSV(B) 352.24º 0.78% 0.86% -
XYZ 31.45 17.71 7.72 -
YUV 102.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 219 49 71 0 0.78 0.68 0.14 352.24 0.7 0.53
Hex DB 31 47 0 4E 44 E 160 46 35
Octal 333 61 107 0 116 104 16 540 106 65
Binary 11011011 110001 1000111 0 1001110 1000100 1110 101100000 1000110 110101

Color Harmonies of #DB3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3147

Black with #DB3147

Text Example


Text Example

White with #DB3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3147; }

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

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

background-color css

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

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

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

border-color css

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

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

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