Skip to main content Skip to docs navigation

#d50996 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 Benevolent Pink and its hex is #DD1188 Nearest Color Name

Color Hue/Base color: Red

Hex #d50996 Color code in RGB color code model is created after adding 83.53% red color, 3.53% green color and 58.82% blue color. Hex #d50996 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 30% yellow and 16.47% black.

Hex #d50996 color code is between #dd1199 web safe hex color code and #cc0088 web safe hex color code. #dd1199 is the nearest web safe color code. You can see here many more shades of #d50996 color code.

RGB Chart

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

Color Table

Hex Color Code d50996 #d50996
RGB Decimal 213, 9, 150 213, 9, 150
RGB Percent 84%, 4%, 59% rgb(84%, 4%, 59%)
CSS RGBa 213, 9, 150,1 rgba(213,9,150,1)
CMYK Model cmyk(0%,96%,30%,16.47%)
HSL Color Space 319,92% ,44% hsl(319,92% ,44%)
HSV Color Space 319°, 96%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 00001001 10010110
Octal 325 11 226
Decimal 213 9 150
Hex d5 09 96

Different shades of #d50996 color code.

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

Darkest of #d50996
#42032f
Darker of #d50996
#730551
Dark of #d50996
#a40774
Base of #d50996
#d50996
Light of #d50996
#f51cb2
Lighter
#f74dc3
Lightest
#fa7dd3

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

#d50996
#09d548

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

Split Complementary

#d50996
#30d509
#09d5ae

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

Analogous Color

#9d09d5
#bf09d5
#d50996
#d50952
#d51509

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

#d50996
#0996d5
#96d509

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

#d50996
#96d509
#09d548
#4809d5

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

#d50996
#d5ae09
#09d548
#0930d5

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

#11010c
#42032f
#730551
#a40774
#d50996
#f51cb2
#f74dc3
#fa7dd3
#fcaee4

Tints of #d50996 Color

#d50996
#d924a1
#de3fad
#e35bb9
#e776c4
#ec91d0
#f1addc
#f5c8e7
#fae3f3
#ffffff

Shades of #d50996 color code

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

#d50996
#bd0885
#a50774
#8e0664
#760553
#5e0442
#470332
#2f0221
#170110
#000000

Tones

#d50996
#bf1f8e
#a93585
#924c7d
#7c6274

Tones

Similar Color like #d50996 color

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

#d60a97
#d70b98
#d80c99
#d90d9a
#da0e9b
#db0f9c
#dc109d
#dd119e
#de129f
#df13a0
#e014a1
#e115a2
#e216a3
#e317a4
#d40895
#d30794
#d20693
#d10592
#d00491
#cf0390
#ce028f
#cd018e
#cc008d
#cb008c
#ca008b
#c9008a
#c80089
#c70088

Download this Dark Red

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

#d50996 Color Code Preview on Black Background Color

This is how #d50996 Color will look on black background color. Color contrast ratio is 4.31

#d50996 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d50996

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d50996

#d50996 color code is use for CSS Background Color

Background color for the above div is #d50996

HTML with inline CSS

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

#d50996 color code is use for CSS Border Color

CSS Border color for the above div is #d50996

HTML with inline CSS

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

CSS Border Left color for the above div is #d50996

HTML with inline CSS

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

CSS Border Right color for the above div is #d50996

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d50996

HTML with inline CSS

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

CSS Border Top color for the above div is #d50996

HTML with inline CSS

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

#d50996 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d50996 Color code Preview on White Background

This is how #d50996 Color code will look on white background color. Color contrast ratio is 4.87

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

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(213,9,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(9,213,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,9,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }