Skip to main content Skip to docs navigation

#dc119e 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 Aphroditean Fuchsia and its hex is #DD14AB Nearest Color Name

Color Hue/Base color: Red

Hex #dc119e Color code in RGB color code model is created after adding 86.27% red color, 6.67% green color and 61.96% blue color. Hex #dc119e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 28% yellow and 13.73% black.

Hex #dc119e color code is between #dd0099 web safe hex color code and #cc00aa web safe hex color code. #dd0099 is the nearest web safe color code. You can see here many more shades of #dc119e color code.

RGB Chart

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

Color Table

Hex Color Code dc119e #dc119e
RGB Decimal 220, 17, 158 220, 17, 158
RGB Percent 86%, 7%, 62% rgb(86%, 7%, 62%)
CSS RGBa 220, 17, 158,1 rgba(220,17,158,1)
CMYK Model cmyk(0%,92%,28%,13.73%)
HSL Color Space 318,86% ,46% hsl(318,86% ,46%)
HSV Color Space 318°, 92%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 00010001 10011110
Octal 334 21 236
Decimal 220 17 158
Hex dc 11 9e

Different shades of #dc119e color code.

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

Darkest of #dc119e
#4e0638
Darker of #dc119e
#7d0a5a
Dark of #dc119e
#ad0d7c
Base of #dc119e
#dc119e
Light of #dc119e
#ef31b5
Lighter
#f360c6
Lightest
#f690d7

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

#dc119e
#11dc4f

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

Split Complementary

#dc119e
#38dc11
#11dcb5

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

Analogous Color

#a411dc
#c511dc
#dc119e
#dc115a
#dc1c11

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

#dc119e
#119edc
#9edc11

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

#dc119e
#9edc11
#11dc4f
#4f11dc

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

#dc119e
#dcb511
#11dc4f
#1138dc

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

#1f0216
#4e0638
#7d0a5a
#ad0d7c
#dc119e
#ef31b5
#f360c6
#f690d7
#fabfe8

Tints of #dc119e Color

#dc119e
#df2ba8
#e345b3
#e760be
#eb7ac9
#ef95d3
#f3afde
#f7cae9
#fbe4f4
#ffffff

Shades of #dc119e color code

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

#dc119e
#c30f8c
#ab0d7a
#920b69
#7a0957
#610746
#490534
#300323
#180111
#000000

Tones

#dc119e
#c42995
#ad408c
#955882
#7d7079

Tones

Similar Color like #dc119e color

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

#dd129f
#de13a0
#df14a1
#e015a2
#e116a3
#e217a4
#e318a5
#e419a6
#e51aa7
#e61ba8
#e71ca9
#e81daa
#e91eab
#ea1fac
#db109d
#da0f9c
#d90e9b
#d80d9a
#d70c99
#d60b98
#d50a97
#d40996
#d30895
#d20794
#d10693
#d00592
#cf0491
#ce0390

Download this Dark Red

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

#dc119e Color Code Preview on Black Background Color

This is how #dc119e Color will look on black background color. Color contrast ratio is 4.62

#dc119e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc119e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc119e

#dc119e color code is use for CSS Background Color

Background color for the above div is #dc119e

HTML with inline CSS

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

#dc119e color code is use for CSS Border Color

CSS Border color for the above div is #dc119e

HTML with inline CSS

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

CSS Border Left color for the above div is #dc119e

HTML with inline CSS

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

CSS Border Right color for the above div is #dc119e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc119e

HTML with inline CSS

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

CSS Border Top color for the above div is #dc119e

HTML with inline CSS

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

#dc119e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc119e Color code Preview on White Background

This is how #dc119e Color code will look on white background color. Color contrast ratio is 4.55

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

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(220,17,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,220,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,17,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }