Skip to main content Skip to docs navigation

#dc409f hex color | Download Dark Violet 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 Prunus Avium and its hex is #DD4492 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #dc409f color code is between #dd4499 web safe hex color code and #cc33aa web safe hex color code. #dd4499 is the nearest web safe color code. You can see here many more shades of #dc409f color code.

RGB Chart

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

Color Table

Hex Color Code dc409f #dc409f
RGB Decimal 220, 64, 159 220, 64, 159
RGB Percent 86%, 25%, 62% rgb(86%, 25%, 62%)
CSS RGBa 220, 64, 159,1 rgba(220,64,159,1)
CMYK Model cmyk(0%,71%,28%,13.73%)
HSL Color Space 323,69% ,56% hsl(323,69% ,56%)
HSV Color Space 323°, 71%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 01000000 10011111
Octal 334 100 237
Decimal 220 64 159
Hex dc 40 9f

Different shades of #dc409f color code.

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

Darkest of #dc409f
#6f144b
Darker of #dc409f
#9a1c69
Dark of #dc409f
#c52486
Base of #dc409f
#dc409f
Light of #dc409f
#e46bb5
Lighter
#ec96ca
Lightest
#f4c1e0

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

#dc409f
#40dc7d

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

Split Complementary

#dc409f
#51dc40
#40dccb

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

Analogous Color

#be40dc
#d840dc
#dc409f
#dc406b
#dc5640

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

#dc409f
#409fdc
#9fdc40

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

#dc409f
#9fdc40
#40dc7d
#7d40dc

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

#dc409f
#dccb40
#40dc7d
#4051dc

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

#440c2e
#6f144b
#9a1c69
#c52486
#dc409f
#e46bb5
#ec96ca
#f4c1e0
#fcecf6

Tints of #dc409f Color

#dc409f
#df55a9
#e36ab4
#e77fbf
#eb94c9
#efaad4
#f3bfdf
#f7d4e9
#fbe9f4
#ffffff

Shades of #dc409f color code

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

#dc409f
#c3388d
#ab317b
#922a6a
#7a2358
#611c46
#491535
#300e23
#180711
#000000

Tones

#dc409f
#c5579a
#af6d95
#988490
#8e8e8e

Tones

Similar Color like #dc409f color

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

#dd41a0
#de42a1
#df43a2
#e044a3
#e145a4
#e246a5
#e347a6
#e448a7
#e549a8
#e64aa9
#e74baa
#e84cab
#e94dac
#ea4ead
#db3f9e
#da3e9d
#d93d9c
#d83c9b
#d73b9a
#d63a99
#d53998
#d43897
#d33796
#d23695
#d13594
#d03493
#cf3392
#ce3291

Download this Dark Violet

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

#dc409f Color Code Preview on Black Background Color

This is how #dc409f Color will look on black background color. Color contrast ratio is 5.28

#dc409f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc409f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc409f

#dc409f color code is use for CSS Background Color

Background color for the above div is #dc409f

HTML with inline CSS

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

#dc409f color code is use for CSS Border Color

CSS Border color for the above div is #dc409f

HTML with inline CSS

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

CSS Border Left color for the above div is #dc409f

HTML with inline CSS

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

CSS Border Right color for the above div is #dc409f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc409f

HTML with inline CSS

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

CSS Border Top color for the above div is #dc409f

HTML with inline CSS

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

#dc409f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc409f Color code Preview on White Background

This is how #dc409f Color code will look on white background color. Color contrast ratio is 3.98

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

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