crispedge.com

Color picker

Loading...

#dd68e7 hex color - Violet - Warm color - Information

#dd68e7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd68e7 Color code in RGB color code model is created after adding 86.67% red color, 40.78% green color and 90.59% blue color. Hex #dd68e7 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 55% magenta, 0% yellow and 9% black.

Hex #dd68e7 color code is between #cc66ee web safe hex color code and #ee77dd web safe hex color code. #cc66ee is the nearest web safe color code. You can see here many more shades of #dd68e7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd68e7#dd68e7
RGB Decimal221, 104, 231rgb(221, 104, 231)
RGB Percent87%, 41%, 91%rgb(87%, 41%, 91%)
CSS RGBa221, 104, 231,1rgba(221,104,231,1)
CMYK Modelcmyk(4%,55%,0%,9%)
HSL Color Space295,73% ,66%hsl(295,73% ,66%)
HSV Color Space295°, 55%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010110100011100111
Octal335150347
Decimal221104231
Hexdd68e7

Different shades of #dd68e7 color code.

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

Light Shade of #dd68e7
#e794ee
Dark Shade of #dd68e7
#d33ce0
Saturated Shade of #dd68e7
#e45ff0
Desaturated Shade of #dd68e7
#d671de
Grey scale Shade of #dd68e7
#a7a7a7
Brighten Shade
#f681ff
Most Readable Shade
#000000

Shades of #dd68e7 color code

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

#dd68e7
#c45ccd
#ab50b3
#93459a
#7a3980
#622e66
#49224d
#311733
#180b19
#000000

Similar Color like #dd68e7 color

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

#de69e8
#df6ae9
#e06bea
#e16ceb
#e26dec
#e36eed
#e46fee
#e570ef
#e671f0
#e772f1
#e873f2
#e974f3
#ea75f4
#eb76f5
#dc67e6
#db66e5
#da65e4
#d964e3
#d863e2
#d762e1
#d661e0
#d560df
#d45fde
#d35edd
#d25ddc
#d15cdb
#d05bda
#cf5ad9

Monochromatic Color with #dd68e7

#dd68e7
#120812
#3a1b3d
#632f67
#8c4292
#b455bc

Tints of #dd68e7 Color

#dd68e7
#e078e9
#e489ec
#e89aef
#ecabf1
#efbbf4
#f3ccf7
#f7ddf9
#fbeefc
#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

#dd68e7
#72e768

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

Split Complementary

#dd68e7
#b2e768
#68e79e

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

Analogous Color

#aa68e7
#c468e7
#dd68e7
#e768d8
#e768be

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

#dd68e7
#e7dd68
#68e7dd

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

#dd68e7
#e79d68
#72e768
#68b1e7

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

#dd68e7
#72e768
#68e79e
#e768b2

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

#dd68e7 Color Code Preview on Black Background Color

This is how #dd68e7 Color will look on black background color. Color contrast ratio is 7.21

#dd68e7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd68e7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd68e7

#dd68e7 color code is use for CSS Background Color

Background color for the above div is #dd68e7

HTML with inline CSS

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

#dd68e7 color code is use for CSS Border Color

CSS Border color for the above div is #dd68e7

HTML with inline CSS

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

CSS Border Left color for the above div is #dd68e7

HTML with inline CSS

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

CSS Border Right color for the above div is #dd68e7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd68e7

HTML with inline CSS

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

CSS Border Top color for the above div is #dd68e7

HTML with inline CSS

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

#dd68e7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd68e7 Color code Preview on White Background

This is how #dd68e7 Color code will look on white background color. Color contrast ratio is 2.91

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

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,104,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,231,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,104,231,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.