@
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.

#dd3aed hex color - Violet - Warm color - Information

#dd3aed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd3aed Color code in RGB color code model is created after adding 86.67% red color, 22.75% green color and 92.94% blue color. Hex #dd3aed Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 76% magenta, 0% yellow and 7.06% black.

Hex #dd3aed color code is between #cc33ee web safe hex color code and #ee44dd web safe hex color code. #cc33ee is the nearest web safe color code. You can see here many more shades of #dd3aed color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedd3aed#dd3aed
RGB Decimal221, 58, 237rgb(221, 58, 237)
RGB Percent87%, 23%, 93%rgb(87%, 23%, 93%)
CSS RGBa221, 58, 237,1rgba(221,58,237,1)
CMYK Modelcmyk(7%,76%,0%,7.06%)
HSL Color Space295,83% ,58%hsl(295,83% ,58%)
HSV Color Space295°, 76%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010011101011101101
Octal33572355
Decimal22158237
Hexdd3aed

Different shades of #dd3aed color code.

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

Light Shade of #dd3aed
#e569f1
Dark Shade of #dd3aed
#cd14e0
Saturated Shade of #dd3aed
#e62ff8
Desaturated Shade of #dd3aed
#d445e2
Grey scale Shade of #dd3aed
#939393
Brighten Shade
#f653ff
Most Readable Shade
#FFFFFF

Shades of #dd3aed color code

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

#dd3aed
#c433d2
#ab2db8
#93269e
#7a2083
#621969
#49134f
#310c34
#18061a
#000000

Similar Color like #dd3aed color

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

#de3bee
#df3cef
#e03df0
#e13ef1
#e23ff2
#e340f3
#e441f4
#e542f5
#e643f6
#e744f7
#e845f8
#e946f9
#ea47fa
#eb48fb
#dc39ec
#db38eb
#da37ea
#d936e9
#d835e8
#d734e7
#d633e6
#d532e5
#d431e4
#d330e3
#d22fe2
#d12ee1
#d02de0
#cf2cdf

Monochromatic Color with #dd3aed

#dd3aed
#170618
#3e1043
#661b6d
#8e2598
#b530c2

Tints of #dd3aed Color

#dd3aed
#e04fef
#e465f1
#e87bf3
#ec91f5
#efa7f7
#f3bdf9
#f7d3fb
#fbe9fd
#ffffff

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

#dd3aed
#4aed3a

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

Split Complementary

#dd3aed
#a3ed3a
#3aed84

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

Analogous Color

#953aed
#b93aed
#dd3aed
#ed3ad9
#ed3ab5

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

#dd3aed
#eddd3a
#3aeddd

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

#dd3aed
#ed833a
#4aed3a
#3aa3ed

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dd3aed
#4aed3a
#3aed84
#ed3aa3

Double Complementary 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).

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

#dd3aed Color Code Preview on Black Background Color

This is how #dd3aed Color will look on black background color. Color contrast ratio is 5.90

#dd3aed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd3aed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd3aed

#dd3aed color code is use for CSS Background Color

Background color for the above div is #dd3aed

HTML with inline CSS

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

#dd3aed color code is use for CSS Border Color

CSS Border color for the above div is #dd3aed

HTML with inline CSS

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

CSS Border Left color for the above div is #dd3aed

HTML with inline CSS

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

CSS Border Right color for the above div is #dd3aed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd3aed

HTML with inline CSS

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

CSS Border Top color for the above div is #dd3aed

HTML with inline CSS

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

#dd3aed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd3aed Color code Preview on White Background

This is how #dd3aed Color code will look on white background color. Color contrast ratio is 3.56

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,58,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,237,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,58,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.