Skip to main content Skip to docs navigation

#db384d 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 Teaberry and its hex is #DC3855 Nearest Color Name

Color Hue/Base color: Violet

Hex #db384d Color code in RGB color code model is created after adding 85.88% red color, 21.96% green color and 30.2% blue color. Hex #db384d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 65% yellow and 14.12% black.

Hex #db384d color code is between #dd3355 web safe hex color code and #cc4444 web safe hex color code. #dd3355 is the nearest web safe color code. You can see here many more shades of #db384d color code.

RGB Chart

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

Color Table

Hex Color Code db384d #db384d
RGB Decimal 219, 56, 77 219, 56, 77
RGB Percent 86%, 22%, 30% rgb(86%, 22%, 30%)
CSS RGBa 219, 56, 77,1 rgba(219,56,77,1)
CMYK Model cmyk(0%,74%,65%,14.12%)
HSL Color Space 352,69% ,54% hsl(352,69% ,54%)
HSV Color Space 352°, 74%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00111000 01001101
Octal 333 70 115
Decimal 219 56 77
Hex db 38 4d

Different shades of #db384d color code.

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

Darkest of #db384d
#67131e
Darker of #db384d
#921b2a
Dark of #db384d
#be2236
Base of #db384d
#db384d
Light of #db384d
#e36374
Lighter
#eb8e9a
Lightest
#f2bac1

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

#db384d
#38dbc6

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

Split Complementary

#db384d
#38db74
#389edb

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

Analogous Color

#db38ac
#db3891
#db384d
#db5938
#db9d38

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

#db384d
#384ddb
#4ddb38

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

#db384d
#4ddb38
#38dbc6
#c638db

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

#db384d
#9edb38
#38dbc6
#7438db

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

#3c0b11
#67131e
#921b2a
#be2236
#db384d
#e36374
#eb8e9a
#f2bac1
#fae5e8

Tints of #db384d Color

#db384d
#df4e60
#e36474
#e77a88
#eb909c
#efa6af
#f3bcc3
#f7d2d7
#fbe8eb
#ffffff

Shades of #db384d color code

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

#db384d
#c23144
#aa2b3b
#922533
#791f2a
#611822
#491219
#300c11
#180608
#000000

Tones

#db384d
#c34f5e
#ac6770
#947e81
#898989

Tones

Similar Color like #db384d color

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

#dc394e
#dd3a4f
#de3b50
#df3c51
#e03d52
#e13e53
#e23f54
#e34055
#e44156
#e54257
#e64358
#e74459
#e8455a
#e9465b
#da374c
#d9364b
#d8354a
#d73449
#d63348
#d53247
#d43146
#d33045
#d22f44
#d12e43
#d02d42
#cf2c41
#ce2b40
#cd2a3f

Download this Dark Violet

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

#db384d Color Code Preview on Black Background Color

This is how #db384d Color will look on black background color. Color contrast ratio is 4.68

#db384d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db384d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db384d

#db384d color code is use for CSS Background Color

Background color for the above div is #db384d

HTML with inline CSS

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

#db384d color code is use for CSS Border Color

CSS Border color for the above div is #db384d

HTML with inline CSS

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

CSS Border Left color for the above div is #db384d

HTML with inline CSS

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

CSS Border Right color for the above div is #db384d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db384d

HTML with inline CSS

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

CSS Border Top color for the above div is #db384d

HTML with inline CSS

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

#db384d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db384d Color code Preview on White Background

This is how #db384d Color code will look on white background color. Color contrast ratio is 4.48

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

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