Skip to main content Skip to docs navigation

#db205f 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 Qing Dynasty Fire and its hex is #DD2266 Nearest Color Name

Color Hue/Base color: Violet

Hex #db205f Color code in RGB color code model is created after adding 85.88% red color, 12.55% green color and 37.25% blue color. Hex #db205f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 57% yellow and 14.12% black.

Hex #db205f color code is between #dd2266 web safe hex color code and #cc1155 web safe hex color code. #dd2266 is the nearest web safe color code. You can see here many more shades of #db205f color code.

RGB Chart

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

Color Table

Hex Color Code db205f #db205f
RGB Decimal 219, 32, 95 219, 32, 95
RGB Percent 86%, 13%, 37% rgb(86%, 13%, 37%)
CSS RGBa 219, 32, 95,1 rgba(219,32,95,1)
CMYK Model cmyk(0%,85%,57%,14.12%)
HSL Color Space 340,75% ,49% hsl(340,75% ,49%)
HSV Color Space 340°, 85%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00100000 01011111
Octal 333 40 137
Decimal 219 32 95
Hex db 20 5f

Different shades of #db205f color code.

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

Darkest of #db205f
#560c25
Darker of #db205f
#821338
Dark of #db205f
#af1a4c
Base of #db205f
#db205f
Light of #db205f
#e44a7e
Lighter
#eb769d
Lightest
#f1a3bd

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

#db205f
#20db9c

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

Split Complementary

#db205f
#20db3f
#20bddb

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

Analogous Color

#db20cc
#db20ad
#db205f
#db2021
#db6d20

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

#db205f
#205fdb
#5fdb20

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

#db205f
#5fdb20
#20db9c
#9c20db

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

#db205f
#bddb20
#20db9c
#3f20db

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

#290612
#560c25
#821338
#af1a4c
#db205f
#e44a7e
#eb769d
#f1a3bd
#f8cfdd

Tints of #db205f Color

#db205f
#df3870
#e35182
#e76a94
#eb83a6
#ef9bb7
#f3b4c9
#f7cddb
#fbe6ed
#ffffff

Shades of #db205f color code

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

#db205f
#c21c54
#aa1849
#92153f
#791134
#610e2a
#490a1f
#300715
#18030a
#000000

Tones

#db205f
#c23967
#a9526f
#906b78
#7e7e7e

Tones

Similar Color like #db205f color

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

#dc2160
#dd2261
#de2362
#df2463
#e02564
#e12665
#e22766
#e32867
#e42968
#e52a69
#e62b6a
#e72c6b
#e82d6c
#e92e6d
#da1f5e
#d91e5d
#d81d5c
#d71c5b
#d61b5a
#d51a59
#d41958
#d31857
#d21756
#d11655
#d01554
#cf1453
#ce1352
#cd1251

Download this Dark Violet

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

#db205f Color Code Preview on Black Background Color

This is how #db205f Color will look on black background color. Color contrast ratio is 4.38

#db205f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db205f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db205f

#db205f color code is use for CSS Background Color

Background color for the above div is #db205f

HTML with inline CSS

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

#db205f color code is use for CSS Border Color

CSS Border color for the above div is #db205f

HTML with inline CSS

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

CSS Border Left color for the above div is #db205f

HTML with inline CSS

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

CSS Border Right color for the above div is #db205f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db205f

HTML with inline CSS

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

CSS Border Top color for the above div is #db205f

HTML with inline CSS

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

#db205f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db205f Color code Preview on White Background

This is how #db205f Color code will look on white background color. Color contrast ratio is 4.79

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

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