Skip to main content Skip to docs navigation

#dd74cd 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 Pink Orchid and its hex is #DA70D6 Nearest Color Name

Color Hue/Base color: Violet

Hex #dd74cd Color code in RGB color code model is created after adding 86.67% red color, 45.49% green color and 80.39% blue color. Hex #dd74cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 7% yellow and 13.33% black.

Hex #dd74cd color code is between #cc77cc web safe hex color code and #ee66dd web safe hex color code. #cc77cc is the nearest web safe color code. You can see here many more shades of #dd74cd color code.

RGB Chart

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

Color Table

Hex Color Code dd74cd #dd74cd
RGB Decimal 221, 116, 205 221, 116, 205
RGB Percent 87%, 45%, 80% rgb(87%, 45%, 80%)
CSS RGBa 221, 116, 205,1 rgba(221,116,205,1)
CMYK Model cmyk(0%,48%,7%,13.33%)
HSL Color Space 309,61% ,66% hsl(309,61% ,66%)
HSV Color Space 309°, 48%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01110100 11001101
Octal 335 164 315
Decimal 221 116 205
Hex dd 74 cd

Different shades of #dd74cd color code.

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

Darkest of #dd74cd
#942483
Darker of #dd74cd
#bd2ea7
Dark of #dd74cd
#d34bbe
Base of #dd74cd
#dd74cd
Light of #dd74cd
#e79ddc
Lighter
#f1c6ea
Lightest
#fbeff9

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

#dd74cd
#74dd84

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

Split Complementary

#dd74cd
#99dd74
#74ddb8

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

Analogous Color

#b074dd
#c174dd
#dd74cd
#dd74aa
#dd747e

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

#dd74cd
#74cddd
#cddd74

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

#dd74cd
#cddd74
#74dd84
#8474dd

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

#dd74cd
#ddb874
#74dd84
#7499dd

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

#6b1a5f
#942483
#bd2ea7
#d34bbe
#dd74cd
#e79ddc
#f1c6ea
#fbeff9
#ffffff

Tints of #dd74cd Color

#dd74cd
#e083d2
#e492d8
#e8a2dd
#ecb1e3
#efc1e8
#f3d0ee
#f7e0f3
#fbeff9
#ffffff

Shades of #dd74cd color code

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

#dd74cd
#c467b6
#ab5a9f
#934d88
#7a4071
#62335b
#492644
#31192d
#180c16
#000000

Tones

#dd74cd
#cc85c1
#ba97b5
#a9a8a9
#a9a9a9

Tones

Similar Color like #dd74cd color

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

#de75ce
#df76cf
#e077d0
#e178d1
#e279d2
#e37ad3
#e47bd4
#e57cd5
#e67dd6
#e77ed7
#e87fd8
#e980d9
#ea81da
#eb82db
#dc73cc
#db72cb
#da71ca
#d970c9
#d86fc8
#d76ec7
#d66dc6
#d56cc5
#d46bc4
#d36ac3
#d269c2
#d168c1
#d067c0
#cf66bf

Download this Dark Violet

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

#dd74cd Color Code Preview on Black Background Color

This is how #dd74cd Color will look on black background color. Color contrast ratio is 7.45

#dd74cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd74cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd74cd

#dd74cd color code is use for CSS Background Color

Background color for the above div is #dd74cd

HTML with inline CSS

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

#dd74cd color code is use for CSS Border Color

CSS Border color for the above div is #dd74cd

HTML with inline CSS

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

CSS Border Left color for the above div is #dd74cd

HTML with inline CSS

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

CSS Border Right color for the above div is #dd74cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd74cd

HTML with inline CSS

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

CSS Border Top color for the above div is #dd74cd

HTML with inline CSS

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

#dd74cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd74cd Color code Preview on White Background

This is how #dd74cd Color code will look on white background color. Color contrast ratio is 2.82

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

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