Skip to main content Skip to docs navigation

#db95aa hex color | Download Light 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 Foxy Pink and its hex is #DB95AB Nearest Color Name

Color Hue/Base color: Red

Hex #db95aa Color code in RGB color code model is created after adding 85.88% red color, 58.43% green color and 66.67% blue color. Hex #db95aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 22% yellow and 14.12% black.

Hex #db95aa color code is between #dd9999 web safe hex color code and #cc88bb web safe hex color code. #dd9999 is the nearest web safe color code. You can see here many more shades of #db95aa color code.

RGB Chart

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

Color Table

Hex Color Code db95aa #db95aa
RGB Decimal 219, 149, 170 219, 149, 170
RGB Percent 86%, 58%, 67% rgb(86%, 58%, 67%)
CSS RGBa 219, 149, 170,1 rgba(219,149,170,1)
CMYK Model cmyk(0%,32%,22%,14.12%)
HSL Color Space 342,49% ,72% hsl(342,49% ,72%)
HSV Color Space 342°, 32%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10010101 10101010
Octal 333 225 252
Decimal 219 149 170
Hex db 95 aa

Different shades of #db95aa color code.

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

Darkest of #db95aa
#a13756
Darker of #db95aa
#c1496d
Dark of #db95aa
#ce6f8b
Base of #db95aa
#db95aa
Light of #db95aa
#e8bbc9
Lighter
#f5e1e7
Lightest
#ffffff

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

#db95aa
#95dbc6

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

Split Complementary

#db95aa
#95dba3
#95cddb

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

Analogous Color

#db95d3
#db95c7
#db95aa
#db9795
#dbb595

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

#db95aa
#95aadb
#aadb95

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

#db95aa
#aadb95
#95dbc6
#c695db

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

#db95aa
#cddb95
#95dbc6
#a395db

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

#7a2a42
#a13756
#c1496d
#ce6f8b
#db95aa
#e8bbc9
#f5e1e7
#ffffff
#ffffff

Tints of #db95aa Color

#db95aa
#dfa0b3
#e3acbc
#e7b8c6
#ebc4cf
#efcfd9
#f3dbe2
#f7e7ec
#fbf3f5
#ffffff

Shades of #db95aa color code

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

#db95aa
#c28497
#aa7384
#926371
#79525e
#61424b
#493138
#302125
#181012
#000000

Tones

#db95aa
#cda3b0
#bfb1b5
#b8b8b8
#b8b8b8

Tones

Similar Color like #db95aa color

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

#dc96ab
#dd97ac
#de98ad
#df99ae
#e09aaf
#e19bb0
#e29cb1
#e39db2
#e49eb3
#e59fb4
#e6a0b5
#e7a1b6
#e8a2b7
#e9a3b8
#da94a9
#d993a8
#d892a7
#d791a6
#d690a5
#d58fa4
#d48ea3
#d38da2
#d28ca1
#d18ba0
#d08a9f
#cf899e
#ce889d
#cd879c

Download this Light Red

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

#db95aa Color Code Preview on Black Background Color

This is how #db95aa Color will look on black background color. Color contrast ratio is 8.89

#db95aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db95aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db95aa

#db95aa color code is use for CSS Background Color

Background color for the above div is #db95aa

HTML with inline CSS

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

#db95aa color code is use for CSS Border Color

CSS Border color for the above div is #db95aa

HTML with inline CSS

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

CSS Border Left color for the above div is #db95aa

HTML with inline CSS

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

CSS Border Right color for the above div is #db95aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db95aa

HTML with inline CSS

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

CSS Border Top color for the above div is #db95aa

HTML with inline CSS

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

#db95aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db95aa Color code Preview on White Background

This is how #db95aa Color code will look on white background color. Color contrast ratio is 2.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 #db95aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #db95aa; }

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