Skip to main content Skip to docs navigation

#db29aa hex color | Download Dark Violet 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 Melodramatic Magenta and its hex is #DD22AA Nearest Color Name

Color Hue/Base color: Violet

Hex #db29aa Color code in RGB color code model is created after adding 85.88% red color, 16.08% green color and 66.67% blue color. Hex #db29aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 22% yellow and 14.12% black.

Hex #db29aa color code is between #dd2299 web safe hex color code and #cc33bb web safe hex color code. #dd2299 is the nearest web safe color code. You can see here many more shades of #db29aa color code.

RGB Chart

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

Color Table

Hex Color Code db29aa #db29aa
RGB Decimal 219, 41, 170 219, 41, 170
RGB Percent 86%, 16%, 67% rgb(86%, 16%, 67%)
CSS RGBa 219, 41, 170,1 rgba(219,41,170,1)
CMYK Model cmyk(0%,81%,22%,14.12%)
HSL Color Space 317,71% ,51% hsl(317,71% ,51%)
HSV Color Space 317°, 81%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00101001 10101010
Octal 333 51 252
Decimal 219 41 170
Hex db 29 aa

Different shades of #db29aa color code.

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

Darkest of #db29aa
#5c0f47
Darker of #db29aa
#871768
Dark of #db29aa
#b31e8a
Base of #db29aa
#db29aa
Light of #db29aa
#e255bb
Lighter
#ea80cd
Lightest
#f1acde

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

#db29aa
#29db5a

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

Split Complementary

#db29aa
#51db29
#29dbb3

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

Analogous Color

#a429db
#c229db
#db29aa
#db296f
#db2e29

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

#db29aa
#29aadb
#aadb29

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

#db29aa
#aadb29
#29db5a
#5a29db

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

#db29aa
#dbb329
#29db5a
#2951db

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 #db29aa

#300825
#5c0f47
#871768
#b31e8a
#db29aa
#e255bb
#ea80cd
#f1acde
#f8d8ef

Tints of #db29aa Color

#db29aa
#df40b3
#e358bc
#e770c6
#eb88cf
#ef9fd9
#f3b7e2
#f7cfec
#fbe7f5
#ffffff

Shades of #db29aa color code

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

#db29aa
#c22497
#aa1f84
#921b71
#79165e
#61124b
#490d38
#300925
#180412
#000000

Tones

#db29aa
#c2429f
#a95b94
#907488
#828282

Tones

Similar Color like #db29aa color

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

#dc2aab
#dd2bac
#de2cad
#df2dae
#e02eaf
#e12fb0
#e230b1
#e331b2
#e432b3
#e533b4
#e634b5
#e735b6
#e836b7
#e937b8
#da28a9
#d927a8
#d826a7
#d725a6
#d624a5
#d523a4
#d422a3
#d321a2
#d220a1
#d11fa0
#d01e9f
#cf1d9e
#ce1c9d
#cd1b9c

Download this Dark Violet

Hex #db29aa 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.

#db29aa Color Code Preview on Black Background Color

This is how #db29aa Color will look on black background color. Color contrast ratio is 4.91

#db29aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db29aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db29aa

#db29aa color code is use for CSS Background Color

Background color for the above div is #db29aa

HTML with inline CSS

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

#db29aa color code is use for CSS Border Color

CSS Border color for the above div is #db29aa

HTML with inline CSS

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

CSS Border Left color for the above div is #db29aa

HTML with inline CSS

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

CSS Border Right color for the above div is #db29aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db29aa

HTML with inline CSS

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

CSS Border Top color for the above div is #db29aa

HTML with inline CSS

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

#db29aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db29aa Color code Preview on White Background

This is how #db29aa Color code will look on white background color. Color contrast ratio is 4.28

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 #db29aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #db29aa; }

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,41,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,219,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,41,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }