Skip to main content Skip to docs navigation

#db04ed 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 Flamingo Fury and its hex is #DF01F0 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #db04ed color code is between #dd00ee web safe hex color code and #cc00dd web safe hex color code. #dd00ee is the nearest web safe color code. You can see here many more shades of #db04ed color code.

RGB Chart

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

Color Table

Hex Color Code db04ed #db04ed
RGB Decimal 219, 4, 237 219, 4, 237
RGB Percent 86%, 2%, 93% rgb(86%, 2%, 93%)
CSS RGBa 219, 4, 237,1 rgba(219,4,237,1)
CMYK Model cmyk(8%,98%,0%,7.06%)
HSL Color Space 295,97% ,47% hsl(295,97% ,47%)
HSV Color Space 295°, 98%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00000100 11101101
Octal 333 4 355
Decimal 219 4 237
Hex db 04 ed

Different shades of #db04ed color code.

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

Darkest of #db04ed
#500157
Darker of #db04ed
#7e0289
Dark of #db04ed
#ad03bb
Base of #db04ed
#db04ed
Light of #db04ed
#eb29fb
Lighter
#f05bfc
Lightest
#f48dfd

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

#db04ed
#16ed04

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

Split Complementary

#db04ed
#8bed04
#04ed66

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

Analogous Color

#5304ed
#7a04ed
#db04ed
#ed04b1
#ed0450

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

#db04ed
#04eddb
#eddb04

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

#db04ed
#eddb04
#16ed04
#0416ed

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

#db04ed
#ed6604
#16ed04
#048bed

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

#220124
#500157
#7e0289
#ad03bb
#db04ed
#eb29fb
#f05bfc
#f48dfd
#f9bffe

Tints of #db04ed Color

#db04ed
#df1fef
#e33bf1
#e757f3
#eb73f5
#ef8ff7
#f3abf9
#f7c7fb
#fbe3fd
#ffffff

Shades of #db04ed color code

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

#db04ed
#c203d2
#aa03b8
#92029e
#790283
#610169
#49014f
#300034
#18001a
#000000

Tones

#db04ed
#c71cd5
#b234bd
#9e4ca5
#89648d

Tones

Similar Color like #db04ed color

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

#dc05ee
#dd06ef
#de07f0
#df08f1
#e009f2
#e10af3
#e20bf4
#e30cf5
#e40df6
#e50ef7
#e60ff8
#e710f9
#e811fa
#e912fb
#da03ec
#d902eb
#d801ea
#d700e9
#d600e8
#d500e7
#d400e6
#d300e5
#d200e4
#d100e3
#d000e2
#cf00e1
#ce00e0
#cd00df

Download this Dark Violet

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

#db04ed Color Code Preview on Black Background Color

This is how #db04ed Color will look on black background color. Color contrast ratio is 5.25

#db04ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db04ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db04ed

#db04ed color code is use for CSS Background Color

Background color for the above div is #db04ed

HTML with inline CSS

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

#db04ed color code is use for CSS Border Color

CSS Border color for the above div is #db04ed

HTML with inline CSS

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

CSS Border Left color for the above div is #db04ed

HTML with inline CSS

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

CSS Border Right color for the above div is #db04ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db04ed

HTML with inline CSS

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

CSS Border Top color for the above div is #db04ed

HTML with inline CSS

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

#db04ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db04ed Color code Preview on White Background

This is how #db04ed Color code will look on white background color. Color contrast ratio is 4.00

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

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