Skip to main content Skip to docs navigation

#dd23cd 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 Magentella and its hex is #D521B8 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #dd23cd color code is between #cc22cc web safe hex color code and #ee33dd web safe hex color code. #cc22cc is the nearest web safe color code. You can see here many more shades of #dd23cd color code.

RGB Chart

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

Color Table

Hex Color Code dd23cd #dd23cd
RGB Decimal 221, 35, 205 221, 35, 205
RGB Percent 87%, 14%, 80% rgb(87%, 14%, 80%)
CSS RGBa 221, 35, 205,1 rgba(221,35,205,1)
CMYK Model cmyk(0%,84%,7%,13.33%)
HSL Color Space 305,73% ,50% hsl(305,73% ,50%)
HSV Color Space 305°, 84%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 00100011 11001101
Octal 335 43 315
Decimal 221 35 205
Hex dd 23 cd

Different shades of #dd23cd color code.

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

Darkest of #dd23cd
#590e53
Darker of #dd23cd
#85157c
Dark of #dd23cd
#b21ba5
Base of #dd23cd
#dd23cd
Light of #dd23cd
#e44fd7
Lighter
#eb7be1
Lightest
#f1a8eb

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

#dd23cd
#23dd33

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

Split Complementary

#dd23cd
#70dd23
#23dd90

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

Analogous Color

#8123dd
#a023dd
#dd23cd
#dd238f
#dd2342

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

#dd23cd
#23cddd
#cddd23

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

#dd23cd
#cddd23
#23dd33
#3323dd

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

#dd23cd
#dd9023
#23dd33
#2370dd

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

#2d072a
#590e53
#85157c
#b21ba5
#dd23cd
#e44fd7
#eb7be1
#f1a8eb
#f8d4f5

Tints of #dd23cd Color

#dd23cd
#e03bd2
#e453d8
#e86cdd
#ec84e3
#ef9de8
#f3b5ee
#f7cef3
#fbe6f9
#ffffff

Shades of #dd23cd color code

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

#dd23cd
#c41fb6
#ab1b9f
#931788
#7a1371
#620f5b
#490b44
#31072d
#180316
#000000

Tones

#dd23cd
#c43cb8
#aa56a3
#916f8e
#808080

Tones

Similar Color like #dd23cd color

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

#de24ce
#df25cf
#e026d0
#e127d1
#e228d2
#e329d3
#e42ad4
#e52bd5
#e62cd6
#e72dd7
#e82ed8
#e92fd9
#ea30da
#eb31db
#dc22cc
#db21cb
#da20ca
#d91fc9
#d81ec8
#d71dc7
#d61cc6
#d51bc5
#d41ac4
#d319c3
#d218c2
#d117c1
#d016c0
#cf15bf

Download this Dark Violet

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

#dd23cd Color Code Preview on Black Background Color

This is how #dd23cd Color will look on black background color. Color contrast ratio is 5.20

#dd23cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd23cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd23cd

#dd23cd color code is use for CSS Background Color

Background color for the above div is #dd23cd

HTML with inline CSS

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

#dd23cd color code is use for CSS Border Color

CSS Border color for the above div is #dd23cd

HTML with inline CSS

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

CSS Border Left color for the above div is #dd23cd

HTML with inline CSS

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

CSS Border Right color for the above div is #dd23cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd23cd

HTML with inline CSS

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

CSS Border Top color for the above div is #dd23cd

HTML with inline CSS

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

#dd23cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd23cd Color code Preview on White Background

This is how #dd23cd Color code will look on white background color. Color contrast ratio is 4.04

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

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