crispedge.com

Color picker

Loading...

#dd93eb hex color - Violet - Warm color - Information

#dd93eb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd93eb Color code in RGB color code model is created after adding 86.67% red color, 57.65% green color and 92.16% blue color. Hex #dd93eb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 37% magenta, 0% yellow and 8% black.

Hex #dd93eb color code is between #cc99ee web safe hex color code and #ee88dd web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #dd93eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd93eb#dd93eb
RGB Decimal221, 147, 235rgb(221, 147, 235)
RGB Percent87%, 58%, 92%rgb(87%, 58%, 92%)
CSS RGBa221, 147, 235,1rgba(221,147,235,1)
CMYK Modelcmyk(6%,37%,0%,8%)
HSL Color Space290,69% ,75%hsl(290,69% ,75%)
HSV Color Space290°, 37%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001001111101011
Octal335223353
Decimal221147235
Hexdd93eb

Different shades of #dd93eb color code.

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

Light Shade of #dd93eb
#ebbef3
Dark Shade of #dd93eb
#cf68e3
Saturated Shade of #dd93eb
#e18df1
Desaturated Shade of #dd93eb
#d999e5
Grey scale Shade of #dd93eb
#bfbfbf
Brighten Shade
#f6acff
Most Readable Shade
#000000

Shades of #dd93eb color code

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

#dd93eb
#c482d0
#ab72b6
#93629c
#7a5182
#624168
#49314e
#312034
#18101a
#000000

Similar Color like #dd93eb color

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

#de94ec
#df95ed
#e096ee
#e197ef
#e298f0
#e399f1
#e49af2
#e59bf3
#e69cf4
#e79df5
#e89ef6
#e99ff7
#eaa0f8
#eba1f9
#dc92ea
#db91e9
#da90e8
#d98fe7
#d88ee6
#d78de5
#d68ce4
#d58be3
#d48ae2
#d389e1
#d288e0
#d187df
#d086de
#cf85dd

Monochromatic Color with #dd93eb

#dd93eb
#150e16
#3d2941
#65436b
#8d5e96
#b578c0

Tints of #dd93eb Color

#dd93eb
#e09fed
#e4abef
#e8b7f1
#ecc3f3
#efcff6
#f3dbf8
#f7e7fa
#fbf3fc
#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

#dd93eb
#a1eb93

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

Split Complementary

#dd93eb
#cdeb93
#93ebb1

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

Analogous Color

#ba93eb
#cb93eb
#dd93eb
#eb93e7
#eb93d6

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

#dd93eb
#ebdd93
#93ebdd

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

#dd93eb
#ebb193
#a1eb93
#93cdeb

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

#dd93eb
#a1eb93
#93ebb1
#eb93cd

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 #dd93eb 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.

#dd93eb Color Code Preview on Black Background Color

This is how #dd93eb Color will look on black background color. Color contrast ratio is 9.45

#dd93eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd93eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd93eb

#dd93eb color code is use for CSS Background Color

Background color for the above div is #dd93eb

HTML with inline CSS

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

#dd93eb color code is use for CSS Border Color

CSS Border color for the above div is #dd93eb

HTML with inline CSS

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

CSS Border Left color for the above div is #dd93eb

HTML with inline CSS

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

CSS Border Right color for the above div is #dd93eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd93eb

HTML with inline CSS

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

CSS Border Top color for the above div is #dd93eb

HTML with inline CSS

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

#dd93eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd93eb Color code Preview on White Background

This is how #dd93eb Color code will look on white background color. Color contrast ratio is 2.22

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.