Skip to main content Skip to docs navigation

#db047e hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Vampire Love Story and its hex is #DD0077 Nearest Color Name

Color Hue/Base color: Red

Hex #db047e Color code in RGB color code model is created after adding 85.88% red color, 1.57% green color and 49.41% blue color. Hex #db047e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 42% yellow and 14.12% black.

Hex #db047e color code is between #dd0077 web safe hex color code and #cc0088 web safe hex color code. #dd0077 is the nearest web safe color code. You can see here many more shades of #db047e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code db047e #db047e
RGB Decimal 219, 4, 126 219, 4, 126
RGB Percent 86%, 2%, 49% rgb(86%, 2%, 49%)
CSS RGBa 219, 4, 126,1 rgba(219,4,126,1)
CMYK Model cmyk(0%,98%,42%,14.12%)
HSL Color Space 326,96% ,44% hsl(326,96% ,44%)
HSV Color Space 326°, 98%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00000100 01111110
Octal 333 4 176
Decimal 219 4 126
Hex db 04 7e

Different shades of #db047e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #db047e
#450128
Darker of #db047e
#770244
Dark of #db047e
#a90361
Base of #db047e
#db047e
Light of #db047e
#fb1798
Lighter
#fc49af
Lightest
#fd7bc5

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#db047e
#04db61

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#db047e
#13db04
#04dbcd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bb04db
#db04d8
#db047e
#db0436
#db2b04

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#db047e
#047edb
#7edb04

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#db047e
#7edb04
#04db61
#6104db

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#db047e
#dbcd04
#04db61
#0413db

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #db047e

#13000b
#450128
#770244
#a90361
#db047e
#fb1798
#fc49af
#fd7bc5
#feaedb

Tints of #db047e Color

#db047e
#df1f8c
#e33b9a
#e757a9
#eb73b7
#ef8fc5
#f3abd4
#f7c7e2
#fbe3f0
#ffffff

Shades of #db047e color code

Generate more color scales with scales (color stack) generator.

#db047e
#c20370
#aa0362
#920254
#790246
#610138
#49012a
#30001c
#18000e
#000000

Tones

#db047e
#c51a7b
#ae3178
#984775
#825d72

Tones

Similar Color like #db047e color

Find visually similar hex color codes nearing to #db047e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#dc057f
#dd0680
#de0781
#df0882
#e00983
#e10a84
#e20b85
#e30c86
#e40d87
#e50e88
#e60f89
#e7108a
#e8118b
#e9128c
#da037d
#d9027c
#d8017b
#d7007a
#d60079
#d50078
#d40077
#d30076
#d20075
#d10074
#d00073
#cf0072
#ce0071
#cd0070

Download this Dark Red

Hex #db047e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#db047e Color Code Preview on Black Background Color

This is how #db047e Color will look on black background color. Color contrast ratio is 4.33

#db047e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#db047e">Your Example Paragraph content text in with font color #db047e </p>

Your Example Paragraph content text in with font color #db047e

HTML with inline CSS

<div style="color:#db047e">Your Paragraph text in with font color #db047e </div>

Your Example Paragraph content text in with font color #db047e

#db047e color code is use for CSS Background Color

Background color for the above div is #db047e

HTML with inline CSS

<div style="background-color:#db047e;"></div>

#db047e color code is use for CSS Border Color

CSS Border color for the above div is #db047e

HTML with inline CSS

<div style="border:5px solid #db047e;"></div>

CSS Border Left color for the above div is #db047e

HTML with inline CSS

<div style="border-left:5px solid #db047e;"></div>

CSS Border Right color for the above div is #db047e

HTML with inline CSS

<div style="border-right:5px solid #db047e;"></div>

CSS Border Bottom color for the above div is #db047e

HTML with inline CSS

<div style="border-bottom:5px solid #db047e;"></div>

CSS Border Top color for the above div is #db047e

HTML with inline CSS

<div style="border-top:5px solid #db047e;"></div>

#db047e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#db047e; } .examplecolorclass {color:#db047e; } .examplebordercolor {border:3px solid #db047e; }

#db047e Color code Preview on White Background

This is how #db047e Color code will look on white background color. Color contrast ratio is 4.85

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #db047e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #db047e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(219,4,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,219,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,4,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }