Skip to main content Skip to docs navigation

#dd147c 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 #dd147c Color code in RGB color code model is created after adding 86.67% red color, 7.84% green color and 48.63% blue color. Hex #dd147c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 44% yellow and 13.33% black.

Hex #dd147c color code is between #cc1177 web safe hex color code and #ee2288 web safe hex color code. #cc1177 is the nearest web safe color code. You can see here many more shades of #dd147c color code.

RGB Chart

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

Color Table

Hex Color Code dd147c #dd147c
RGB Decimal 221, 20, 124 221, 20, 124
RGB Percent 87%, 8%, 49% rgb(87%, 8%, 49%)
CSS RGBa 221, 20, 124,1 rgba(221,20,124,1)
CMYK Model cmyk(0%,91%,44%,13.33%)
HSL Color Space 329,83% ,47% hsl(329,83% ,47%)
HSV Color Space 329°, 91%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 00010100 01111100
Octal 335 24 174
Decimal 221 20 124
Hex dd 14 7c

Different shades of #dd147c color code.

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

Darkest of #dd147c
#51072d
Darker of #dd147c
#7f0c47
Dark of #dd147c
#ae1062
Base of #dd147c
#dd147c
Light of #dd147c
#ed3795
Lighter
#f166ae
Lightest
#f595c7

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

#dd147c
#14dd75

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

Split Complementary

#dd147c
#17dd14
#14ddd9

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

Analogous Color

#c914dd
#dd14d0
#dd147c
#dd1439
#dd4314

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

#dd147c
#147cdd
#7cdd14

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

#dd147c
#7cdd14
#14dd75
#7514dd

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

#dd147c
#ddd914
#14dd75
#1417dd

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

#220313
#51072d
#7f0c47
#ae1062
#dd147c
#ed3795
#f166ae
#f595c7
#fac3df

Tints of #dd147c Color

#dd147c
#e02e8a
#e44899
#e862a7
#ec7cb6
#ef96c4
#f3b0d3
#f7cae1
#fbe4f0
#ffffff

Shades of #dd147c color code

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

#dd147c
#c4116e
#ab0f60
#930d52
#7a0b44
#620837
#490629
#31041b
#18020d
#000000

Tones

#dd147c
#c52c7b
#ad447a
#955c79
#7d7479

Tones

Similar Color like #dd147c color

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

#de157d
#df167e
#e0177f
#e11880
#e21981
#e31a82
#e41b83
#e51c84
#e61d85
#e71e86
#e81f87
#e92088
#ea2189
#eb228a
#dc137b
#db127a
#da1179
#d91078
#d80f77
#d70e76
#d60d75
#d50c74
#d40b73
#d30a72
#d20971
#d10870
#d0076f
#cf066e

Download this Dark Red

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

#dd147c Color Code Preview on Black Background Color

This is how #dd147c Color will look on black background color. Color contrast ratio is 4.47

#dd147c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd147c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd147c

#dd147c color code is use for CSS Background Color

Background color for the above div is #dd147c

HTML with inline CSS

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

#dd147c color code is use for CSS Border Color

CSS Border color for the above div is #dd147c

HTML with inline CSS

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

CSS Border Left color for the above div is #dd147c

HTML with inline CSS

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

CSS Border Right color for the above div is #dd147c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd147c

HTML with inline CSS

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

CSS Border Top color for the above div is #dd147c

HTML with inline CSS

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

#dd147c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd147c Color code Preview on White Background

This is how #dd147c Color code will look on white background color. Color contrast ratio is 4.70

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

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(221,20,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,221,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,20,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }