Skip to main content Skip to docs navigation

#d91c8e 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 Pantone 219 C and its hex is #DA1984 Nearest Color Name

Color Hue/Base color: Red

Hex #d91c8e Color code in RGB color code model is created after adding 85.1% red color, 10.98% green color and 55.69% blue color. Hex #d91c8e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 35% yellow and 14.9% black.

Hex #d91c8e color code is between #dd2288 web safe hex color code and #cc1199 web safe hex color code. #dd2288 is the nearest web safe color code. You can see here many more shades of #d91c8e color code.

RGB Chart

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

Color Table

Hex Color Code d91c8e #d91c8e
RGB Decimal 217, 28, 142 217, 28, 142
RGB Percent 85%, 11%, 56% rgb(85%, 11%, 56%)
CSS RGBa 217, 28, 142,1 rgba(217,28,142,1)
CMYK Model cmyk(0%,87%,35%,14.9%)
HSL Color Space 324,77% ,48% hsl(324,77% ,48%)
HSV Color Space 324°, 87%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011001 00011100 10001110
Octal 331 34 216
Decimal 217 28 142
Hex d9 1c 8e

Different shades of #d91c8e color code.

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

Darkest of #d91c8e
#510b35
Darker of #d91c8e
#7f1053
Dark of #d91c8e
#ac1670
Base of #d91c8e
#d91c8e
Light of #d91c8e
#e741a5
Lighter
#ec6fba
Lightest
#f29cd0

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

#d91c8e
#1cd967

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

Split Complementary

#d91c8e
#30d91c
#1cd9c6

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

Analogous Color

#b61cd9
#d51cd9
#d91c8e
#d91c4f
#d9381c

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

#d91c8e
#1c8ed9
#8ed91c

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

#d91c8e
#8ed91c
#1cd967
#671cd9

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

#d91c8e
#d9c61c
#1cd967
#1c30d9

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

#240518
#510b35
#7f1053
#ac1670
#d91c8e
#e741a5
#ec6fba
#f29cd0
#f8c9e5

Tints of #d91c8e Color

#d91c8e
#dd359a
#e14ea7
#e567b3
#e980c0
#ee9acc
#f2b3d9
#f6cce5
#fae5f2
#ffffff

Shades of #d91c8e color code

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

#d91c8e
#c0187e
#a8156e
#90125e
#780f4e
#600c3f
#48092f
#30061f
#18030f
#000000

Tones

#d91c8e
#c03589
#a84d84
#8f667f
#7b7b7b

Tones

Similar Color like #d91c8e color

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

#da1d8f
#db1e90
#dc1f91
#dd2092
#de2193
#df2294
#e02395
#e12496
#e22597
#e32698
#e42799
#e5289a
#e6299b
#e72a9c
#d81b8d
#d71a8c
#d6198b
#d5188a
#d41789
#d31688
#d21587
#d11486
#d01385
#cf1284
#ce1183
#cd1082
#cc0f81
#cb0e80

Download this Dark Red

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

#d91c8e Color Code Preview on Black Background Color

This is how #d91c8e Color will look on black background color. Color contrast ratio is 4.51

#d91c8e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d91c8e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d91c8e

#d91c8e color code is use for CSS Background Color

Background color for the above div is #d91c8e

HTML with inline CSS

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

#d91c8e color code is use for CSS Border Color

CSS Border color for the above div is #d91c8e

HTML with inline CSS

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

CSS Border Left color for the above div is #d91c8e

HTML with inline CSS

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

CSS Border Right color for the above div is #d91c8e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d91c8e

HTML with inline CSS

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

CSS Border Top color for the above div is #d91c8e

HTML with inline CSS

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

#d91c8e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d91c8e Color code Preview on White Background

This is how #d91c8e Color code will look on white background color. Color contrast ratio is 4.66

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

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(217,28,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,217,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,28,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }