Skip to main content Skip to docs navigation

#d682ab 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 Springtime Bloom and its hex is #DB88AC Nearest Color Name

Color Hue/Base color: Red

Hex #d682ab Color code in RGB color code model is created after adding 83.92% red color, 50.98% green color and 67.06% blue color. Hex #d682ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 20% yellow and 16.08% black.

Hex #d682ab color code is between #dd88aa web safe hex color code and #cc77bb web safe hex color code. #dd88aa is the nearest web safe color code. You can see here many more shades of #d682ab color code.

RGB Chart

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

Color Table

Hex Color Code d682ab #d682ab
RGB Decimal 214, 130, 171 214, 130, 171
RGB Percent 84%, 51%, 67% rgb(84%, 51%, 67%)
CSS RGBa 214, 130, 171,1 rgba(214,130,171,1)
CMYK Model cmyk(0%,39%,20%,16.08%)
HSL Color Space 331,51% ,67% hsl(331,51% ,67%)
HSV Color Space 331°, 39%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 10000010 10101011
Octal 326 202 253
Decimal 214 130 171
Hex d6 82 ab

Different shades of #d682ab color code.

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

Darkest of #d682ab
#902f5e
Darker of #d682ab
#b63c78
Dark of #d682ab
#c95c91
Base of #d682ab
#d682ab
Light of #d682ab
#e3a8c5
Lighter
#efcfdf
Lightest
#fcf5f8

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

#d682ab
#82d6ad

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

Split Complementary

#d682ab
#82d683
#82d5d6

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

Analogous Color

#d082d6
#d682ce
#d682ab
#d6828f
#d69882

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

#d682ab
#82abd6
#abd682

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

#d682ab
#abd682
#82d6ad
#ad82d6

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

#d682ab
#d5d682
#82d6ad
#8382d6

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

#692345
#902f5e
#b63c78
#c95c91
#d682ab
#e3a8c5
#efcfdf
#fcf5f8
#ffffff

Tints of #d682ab Color

#d682ab
#da8fb4
#df9dbd
#e3abc7
#e8b9d0
#ecc7d9
#f1d5e3
#f5e3ec
#faf1f5
#ffffff

Shades of #d682ab color code

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

#d682ab
#be7398
#a66585
#8e5672
#76485f
#5f394c
#472b39
#2f1c26
#170e13
#000000

Tones

#d682ab
#c593ab
#b5a3ac
#acacac
#acacac

Tones

Similar Color like #d682ab color

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

#d783ac
#d884ad
#d985ae
#da86af
#db87b0
#dc88b1
#dd89b2
#de8ab3
#df8bb4
#e08cb5
#e18db6
#e28eb7
#e38fb8
#e490b9
#d581aa
#d480a9
#d37fa8
#d27ea7
#d17da6
#d07ca5
#cf7ba4
#ce7aa3
#cd79a2
#cc78a1
#cb77a0
#ca769f
#c9759e
#c8749d

Download this Dark Red

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

#d682ab Color Code Preview on Black Background Color

This is how #d682ab Color will look on black background color. Color contrast ratio is 7.64

#d682ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d682ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d682ab

#d682ab color code is use for CSS Background Color

Background color for the above div is #d682ab

HTML with inline CSS

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

#d682ab color code is use for CSS Border Color

CSS Border color for the above div is #d682ab

HTML with inline CSS

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

CSS Border Left color for the above div is #d682ab

HTML with inline CSS

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

CSS Border Right color for the above div is #d682ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d682ab

HTML with inline CSS

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

CSS Border Top color for the above div is #d682ab

HTML with inline CSS

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

#d682ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d682ab Color code Preview on White Background

This is how #d682ab Color code will look on white background color. Color contrast ratio is 2.75

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

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(214,130,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,214,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,130,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }