Skip to main content Skip to docs navigation

#db596b 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 Kōbai Red and its hex is #DB5A6B Nearest Color Name

Color Hue/Base color: Red

Hex #db596b Color code in RGB color code model is created after adding 85.88% red color, 34.9% green color and 41.96% blue color. Hex #db596b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 51% yellow and 14.12% black.

Hex #db596b color code is between #dd5566 web safe hex color code and #cc6677 web safe hex color code. #dd5566 is the nearest web safe color code. You can see here many more shades of #db596b color code.

RGB Chart

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

Color Table

Hex Color Code db596b #db596b
RGB Decimal 219, 89, 107 219, 89, 107
RGB Percent 86%, 35%, 42% rgb(86%, 35%, 42%)
CSS RGBa 219, 89, 107,1 rgba(219,89,107,1)
CMYK Model cmyk(0%,59%,51%,14.12%)
HSL Color Space 352,64% ,60% hsl(352,64% ,60%)
HSV Color Space 352°, 59%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01011001 01101011
Octal 333 131 153
Decimal 219 89 107
Hex db 59 6b

Different shades of #db596b color code.

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

Darkest of #db596b
#7f1c29
Darker of #db596b
#a92537
Dark of #db596b
#d22f46
Base of #db596b
#db596b
Light of #db596b
#e48390
Lighter
#edadb6
Lightest
#f6d7db

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

#db596b
#59dbc9

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

Split Complementary

#db596b
#59db88
#59acdb

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

Analogous Color

#db59b7
#db59a1
#db596b
#db7259
#dba859

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

#db596b
#596bdb
#6bdb59

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

#db596b
#6bdb59
#59dbc9
#c959db

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

#db596b
#acdb59
#59dbc9
#8859db

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

#55131c
#7f1c29
#a92537
#d22f46
#db596b
#e48390
#edadb6
#f6d7db
#ffffff

Tints of #db596b Color

#db596b
#df6b7b
#e37d8b
#e7909c
#eba2ac
#efb5bd
#f3c7cd
#f7dade
#fbecee
#ffffff

Shades of #db596b color code

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

#db596b
#c24f5f
#aa4553
#923b47
#79313b
#61272f
#491d23
#301317
#18090b
#000000

Tones

#db596b
#c76d7a
#b38188
#9e9697
#9a9a9a

Tones

Similar Color like #db596b color

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

#dc5a6c
#dd5b6d
#de5c6e
#df5d6f
#e05e70
#e15f71
#e26072
#e36173
#e46274
#e56375
#e66476
#e76577
#e86678
#e96779
#da586a
#d95769
#d85668
#d75567
#d65466
#d55365
#d45264
#d35163
#d25062
#d14f61
#d04e60
#cf4d5f
#ce4c5e
#cd4b5d

Download this Dark Red

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

#db596b Color Code Preview on Black Background Color

This is how #db596b Color will look on black background color. Color contrast ratio is 5.65

#db596b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db596b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db596b

#db596b color code is use for CSS Background Color

Background color for the above div is #db596b

HTML with inline CSS

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

#db596b color code is use for CSS Border Color

CSS Border color for the above div is #db596b

HTML with inline CSS

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

CSS Border Left color for the above div is #db596b

HTML with inline CSS

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

CSS Border Right color for the above div is #db596b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db596b

HTML with inline CSS

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

CSS Border Top color for the above div is #db596b

HTML with inline CSS

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

#db596b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db596b Color code Preview on White Background

This is how #db596b Color code will look on white background color. Color contrast ratio is 3.71

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

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