Skip to main content Skip to docs navigation

#db889d 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 Pantone 493 C and its hex is #DC8699 Nearest Color Name

Color Hue/Base color: Red

Hex #db889d Color code in RGB color code model is created after adding 85.88% red color, 53.33% green color and 61.57% blue color. Hex #db889d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 28% yellow and 14.12% black.

Hex #db889d color code is between #dd7799 web safe hex color code and #cc99aa web safe hex color code. #dd7799 is the nearest web safe color code. You can see here many more shades of #db889d color code.

RGB Chart

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

Color Table

Hex Color Code db889d #db889d
RGB Decimal 219, 136, 157 219, 136, 157
RGB Percent 86%, 53%, 62% rgb(86%, 53%, 62%)
CSS RGBa 219, 136, 157,1 rgba(219,136,157,1)
CMYK Model cmyk(0%,38%,28%,14.12%)
HSL Color Space 345,54% ,70% hsl(345,54% ,70%)
HSV Color Space 345°, 38%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10001000 10011101
Octal 333 210 235
Decimal 219 136 157
Hex db 88 9d

Different shades of #db889d color code.

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

Darkest of #db889d
#9b2f4a
Darker of #db889d
#c23b5d
Dark of #db889d
#cf617d
Base of #db889d
#db889d
Light of #db889d
#e7afbd
Lighter
#f3d6dd
Lightest
#fffdfe

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

#db889d
#88dbc6

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

Split Complementary

#db889d
#88db9d
#88c7db

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

Analogous Color

#db88cd
#db88c0
#db889d
#db8f88
#dbb188

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

#db889d
#889ddb
#9ddb88

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

#db889d
#9ddb88
#88dbc6
#c688db

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

#db889d
#c7db88
#88dbc6
#9d88db

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

#742338
#9b2f4a
#c23b5d
#cf617d
#db889d
#e7afbd
#f3d6dd
#fffdfe
#ffffff

Tints of #db889d Color

#db889d
#df95a7
#e3a2b2
#e7afbd
#ebbcc8
#efcad3
#f3d7de
#f7e4e9
#fbf1f4
#ffffff

Shades of #db889d color code

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

#db889d
#c2788b
#aa697a
#925a68
#794b57
#613c45
#492d34
#301e22
#180f11
#000000

Tones

#db889d
#cc98a5
#bca7ac
#b2b2b2
#b2b2b2

Tones

Similar Color like #db889d color

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

#dc899e
#dd8a9f
#de8ba0
#df8ca1
#e08da2
#e18ea3
#e28fa4
#e390a5
#e491a6
#e592a7
#e693a8
#e794a9
#e895aa
#e996ab
#da879c
#d9869b
#d8859a
#d78499
#d68398
#d58297
#d48196
#d38095
#d27f94
#d17e93
#d07d92
#cf7c91
#ce7b90
#cd7a8f

Download this Dark Red

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

#db889d Color Code Preview on Black Background Color

This is how #db889d Color will look on black background color. Color contrast ratio is 8.02

#db889d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db889d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db889d

#db889d color code is use for CSS Background Color

Background color for the above div is #db889d

HTML with inline CSS

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

#db889d color code is use for CSS Border Color

CSS Border color for the above div is #db889d

HTML with inline CSS

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

CSS Border Left color for the above div is #db889d

HTML with inline CSS

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

CSS Border Right color for the above div is #db889d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db889d

HTML with inline CSS

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

CSS Border Top color for the above div is #db889d

HTML with inline CSS

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

#db889d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db889d Color code Preview on White Background

This is how #db889d Color code will look on white background color. Color contrast ratio is 2.62

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

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