Skip to main content Skip to docs navigation

#db658c 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 Surfer Girl and its hex is #DB6484 Nearest Color Name

Color Hue/Base color: Red

Hex #db658c Color code in RGB color code model is created after adding 85.88% red color, 39.61% green color and 54.9% blue color. Hex #db658c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 36% yellow and 14.12% black.

Hex #db658c color code is between #dd6688 web safe hex color code and #cc5599 web safe hex color code. #dd6688 is the nearest web safe color code. You can see here many more shades of #db658c color code.

RGB Chart

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

Color Table

Hex Color Code db658c #db658c
RGB Decimal 219, 101, 140 219, 101, 140
RGB Percent 86%, 40%, 55% rgb(86%, 40%, 55%)
CSS RGBa 219, 101, 140,1 rgba(219,101,140,1)
CMYK Model cmyk(0%,54%,36%,14.12%)
HSL Color Space 340,62% ,63% hsl(340,62% ,63%)
HSV Color Space 340°, 54%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01100101 10001100
Octal 333 145 214
Decimal 219 101 140
Hex db 65 8c

Different shades of #db658c color code.

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

Darkest of #db658c
#872042
Darker of #db658c
#b12956
Dark of #db658c
#d13c6d
Base of #db658c
#db658c
Light of #db658c
#e58eab
Lighter
#eeb8ca
Lightest
#f8e1e9

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

#db658c
#65dbb4

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

Split Complementary

#db658c
#65db79
#65c7db

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

Analogous Color

#db65d1
#db65bd
#db658c
#db6565
#db9765

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

#db658c
#658cdb
#8cdb65

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

#db658c
#8cdb65
#65dbb4
#b465db

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

#db658c
#c7db65
#65dbb4
#7965db

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

#5e162e
#872042
#b12956
#d13c6d
#db658c
#e58eab
#eeb8ca
#f8e1e9
#ffffff

Tints of #db658c Color

#db658c
#df7698
#e387a5
#e798b2
#eba9bf
#efbacb
#f3cbd8
#f7dce5
#fbedf2
#ffffff

Shades of #db658c color code

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

#db658c
#c2597c
#aa4e6c
#92435d
#79384d
#612c3e
#49212e
#30161f
#180b0f
#000000

Tones

#db658c
#c87892
#b58b99
#a29e9f
#a0a0a0

Tones

Similar Color like #db658c color

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

#dc668d
#dd678e
#de688f
#df6990
#e06a91
#e16b92
#e26c93
#e36d94
#e46e95
#e56f96
#e67097
#e77198
#e87299
#e9739a
#da648b
#d9638a
#d86289
#d76188
#d66087
#d55f86
#d45e85
#d35d84
#d25c83
#d15b82
#d05a81
#cf5980
#ce587f
#cd577e

Download this Dark Red

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

#db658c Color Code Preview on Black Background Color

This is how #db658c Color will look on black background color. Color contrast ratio is 6.25

#db658c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db658c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db658c

#db658c color code is use for CSS Background Color

Background color for the above div is #db658c

HTML with inline CSS

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

#db658c color code is use for CSS Border Color

CSS Border color for the above div is #db658c

HTML with inline CSS

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

CSS Border Left color for the above div is #db658c

HTML with inline CSS

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

CSS Border Right color for the above div is #db658c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db658c

HTML with inline CSS

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

CSS Border Top color for the above div is #db658c

HTML with inline CSS

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

#db658c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db658c Color code Preview on White Background

This is how #db658c Color code will look on white background color. Color contrast ratio is 3.36

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

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