Skip to main content Skip to docs navigation

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

Hex #dd409e color code is between #cc4499 web safe hex color code and #ee33aa web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #dd409e color code.

RGB Chart

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

Color Table

Hex Color Code dd409e #dd409e
RGB Decimal 221, 64, 158 221, 64, 158
RGB Percent 87%, 25%, 62% rgb(87%, 25%, 62%)
CSS RGBa 221, 64, 158,1 rgba(221,64,158,1)
CMYK Model cmyk(0%,71%,29%,13.33%)
HSL Color Space 324,70% ,56% hsl(324,70% ,56%)
HSV Color Space 324°, 71%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01000000 10011110
Octal 335 100 236
Decimal 221 64 158
Hex dd 40 9e

Different shades of #dd409e color code.

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

Darkest of #dd409e
#70144b
Darker of #dd409e
#9b1c68
Dark of #dd409e
#c72385
Base of #dd409e
#dd409e
Light of #dd409e
#e56bb4
Lighter
#ec97ca
Lightest
#f4c2e0

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

#dd409e
#40dd7f

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

Split Complementary

#dd409e
#4fdd40
#40ddce

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

Analogous Color

#c040dd
#db40dd
#dd409e
#dd406a
#dd5840

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

#dd409e
#409edd
#9edd40

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

#dd409e
#9edd40
#40dd7f
#7f40dd

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

#dd409e
#ddce40
#40dd7f
#404fdd

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

#450c2e
#70144b
#9b1c68
#c72385
#dd409e
#e56bb4
#ec97ca
#f4c2e0
#fcedf6

Tints of #dd409e Color

#dd409e
#e055a8
#e46ab3
#e87fbe
#ec94c9
#efaad3
#f3bfde
#f7d4e9
#fbe9f4
#ffffff

Shades of #dd409e color code

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

#dd409e
#c4388c
#ab317a
#932a69
#7a2357
#621c46
#491534
#310e23
#180711
#000000

Tones

#dd409e
#c6569a
#b06d95
#998391
#8e8e8e

Tones

Similar Color like #dd409e color

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

#de419f
#df42a0
#e043a1
#e144a2
#e245a3
#e346a4
#e447a5
#e548a6
#e649a7
#e74aa8
#e84ba9
#e94caa
#ea4dab
#eb4eac
#dc3f9d
#db3e9c
#da3d9b
#d93c9a
#d83b99
#d73a98
#d63997
#d53896
#d43795
#d33694
#d23593
#d13492
#d03391
#cf3290

Download this Dark Violet

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

#dd409e Color Code Preview on Black Background Color

This is how #dd409e Color will look on black background color. Color contrast ratio is 5.30

#dd409e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd409e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd409e

#dd409e color code is use for CSS Background Color

Background color for the above div is #dd409e

HTML with inline CSS

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

#dd409e color code is use for CSS Border Color

CSS Border color for the above div is #dd409e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd409e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd409e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd409e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd409e

HTML with inline CSS

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

#dd409e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd409e Color code Preview on White Background

This is how #dd409e Color code will look on white background color. Color contrast ratio is 3.96

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

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