Skip to main content Skip to docs navigation

#d285aa 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 Heirloom Rose and its hex is #D182A0 Nearest Color Name

Color Hue/Base color: Red

Hex #d285aa Color code in RGB color code model is created after adding 82.35% red color, 52.16% green color and 66.67% blue color. Hex #d285aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 19% yellow and 17.65% black.

Hex #d285aa color code is between #cc8899 web safe hex color code and #dd77bb web safe hex color code. #cc8899 is the nearest web safe color code. You can see here many more shades of #d285aa color code.

RGB Chart

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

Color Table

Hex Color Code d285aa #d285aa
RGB Decimal 210, 133, 170 210, 133, 170
RGB Percent 82%, 52%, 67% rgb(82%, 52%, 67%)
CSS RGBa 210, 133, 170,1 rgba(210,133,170,1)
CMYK Model cmyk(0%,37%,19%,17.65%)
HSL Color Space 331,46% ,67% hsl(331,46% ,67%)
HSV Color Space 331°, 37%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010010 10000101 10101010
Octal 322 205 252
Decimal 210 133 170
Hex d2 85 aa

Different shades of #d285aa color code.

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

Darkest of #d285aa
#8b335d
Darker of #d285aa
#b04176
Dark of #d285aa
#c46090
Base of #d285aa
#d285aa
Light of #d285aa
#e0aac4
Lighter
#edcfde
Lightest
#fbf5f8

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

#d285aa
#85d2ad

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

Split Complementary

#d285aa
#85d286
#85d0d2

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

Analogous Color

#cd85d2
#d285ca
#d285aa
#d28590
#d29a85

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

#d285aa
#85aad2
#aad285

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

#d285aa
#aad285
#85d2ad
#ad85d2

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

#d285aa
#d0d285
#85d2ad
#8685d2

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

#662544
#8b335d
#b04176
#c46090
#d285aa
#e0aac4
#edcfde
#fbf5f8
#ffffff

Tints of #d285aa Color

#d285aa
#d792b3
#dca0bc
#e1adc6
#e6bbcf
#ebc8d9
#f0d6e2
#f5e3ec
#faf1f5
#ffffff

Shades of #d285aa color code

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

#d285aa
#ba7697
#a36784
#8c5871
#74495e
#5d3b4b
#462c38
#2e1d25
#170e12
#000000

Tones

#d285aa
#c196ab
#b1a6ab
#ababab
#ababab

Tones

Similar Color like #d285aa color

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

#d386ab
#d487ac
#d588ad
#d689ae
#d78aaf
#d88bb0
#d98cb1
#da8db2
#db8eb3
#dc8fb4
#dd90b5
#de91b6
#df92b7
#e093b8
#d184a9
#d083a8
#cf82a7
#ce81a6
#cd80a5
#cc7fa4
#cb7ea3
#ca7da2
#c97ca1
#c87ba0
#c77a9f
#c6799e
#c5789d
#c4779c

Download this Dark Red

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

#d285aa Color Code Preview on Black Background Color

This is how #d285aa Color will look on black background color. Color contrast ratio is 7.68

#d285aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d285aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d285aa

#d285aa color code is use for CSS Background Color

Background color for the above div is #d285aa

HTML with inline CSS

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

#d285aa color code is use for CSS Border Color

CSS Border color for the above div is #d285aa

HTML with inline CSS

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

CSS Border Left color for the above div is #d285aa

HTML with inline CSS

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

CSS Border Right color for the above div is #d285aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d285aa

HTML with inline CSS

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

CSS Border Top color for the above div is #d285aa

HTML with inline CSS

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

#d285aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d285aa Color code Preview on White Background

This is how #d285aa Color code will look on white background color. Color contrast ratio is 2.74

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

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