Skip to main content Skip to docs navigation

#d30173 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 Moth Orchid and its hex is #D00172 Nearest Color Name

Color Hue/Base color: Red

Hex #d30173 Color code in RGB color code model is created after adding 82.75% red color, 0.39% green color and 45.1% blue color. Hex #d30173 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 45% yellow and 17.25% black.

Hex #d30173 color code is between #cc0077 web safe hex color code and #dd0066 web safe hex color code. #cc0077 is the nearest web safe color code. You can see here many more shades of #d30173 color code.

RGB Chart

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

Color Table

Hex Color Code d30173 #d30173
RGB Decimal 211, 1, 115 211, 1, 115
RGB Percent 83%, 0%, 45% rgb(83%, 0%, 45%)
CSS RGBa 211, 1, 115,1 rgba(211,1,115,1)
CMYK Model cmyk(0%,100%,45%,17.25%)
HSL Color Space 327,99% ,42% hsl(327,99% ,42%)
HSV Color Space 327°, 100%, 83%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010011 00000001 01110011
Octal 323 1 163
Decimal 211 1 115
Hex d3 01 73

Different shades of #d30173 color code.

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

Darkest of #d30173
#3b0020
Darker of #d30173
#6d013c
Dark of #d30173
#a00157
Base of #d30173
#d30173
Light of #d30173
#fe098e
Lighter
#fe3ca5
Lightest
#fe6fbd

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

#d30173
#01d361

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

Split Complementary

#d30173
#0ad301
#01d3ca

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

Analogous Color

#b901d3
#d301cb
#d30173
#d3012d
#d32d01

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

#d30173
#0173d3
#73d301

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

#d30173
#73d301
#01d361
#6101d3

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

#d30173
#d3ca01
#01d361
#010ad3

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

#080004
#3b0020
#6d013c
#a00157
#d30173
#fe098e
#fe3ca5
#fe6fbd
#ffa1d4

Tints of #d30173 Color

#d30173
#d71d82
#dc3992
#e155a1
#e671b1
#eb8ec0
#f0aad0
#f5c6df
#fae2ef
#ffffff

Shades of #d30173 color code

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

#d30173
#bb0066
#a40059
#8c004c
#75003f
#5d0033
#460026
#2e0019
#17000c
#000000

Tones

#d30173
#be1671
#a92b6f
#93416e
#7e566c

Tones

Similar Color like #d30173 color

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

#d40274
#d50375
#d60476
#d70577
#d80678
#d90779
#da087a
#db097b
#dc0a7c
#dd0b7d
#de0c7e
#df0d7f
#e00e80
#e10f81
#d20072
#d10071
#d00070
#cf006f
#ce006e
#cd006d
#cc006c
#cb006b
#ca006a
#c90069
#c80068
#c70067
#c60066
#c50065

Download this Dark Red

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

#d30173 Color Code Preview on Black Background Color

This is how #d30173 Color will look on black background color. Color contrast ratio is 4.02

#d30173 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d30173

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d30173

#d30173 color code is use for CSS Background Color

Background color for the above div is #d30173

HTML with inline CSS

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

#d30173 color code is use for CSS Border Color

CSS Border color for the above div is #d30173

HTML with inline CSS

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

CSS Border Left color for the above div is #d30173

HTML with inline CSS

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

CSS Border Right color for the above div is #d30173

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d30173

HTML with inline CSS

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

CSS Border Top color for the above div is #d30173

HTML with inline CSS

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

#d30173 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d30173 Color code Preview on White Background

This is how #d30173 Color code will look on white background color. Color contrast ratio is 5.22

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

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(211,1,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,211,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(211,1,115,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }