crispedge.com

Color picker

Loading...

#dc9ddc hex color - Violet - Warm color - Information

#dc9ddc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dc9ddc Color code in RGB color code model is created after adding 86.27% red color, 61.57% green color and 86.27% blue color. Hex #dc9ddc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 0% yellow and 14% black.

Hex #dc9ddc color code is between #dd99dd web safe hex color code and #ccaacc web safe hex color code. #dd99dd is the nearest web safe color code. You can see here many more shades of #dc9ddc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedc9ddc#dc9ddc
RGB Decimal220, 157, 220rgb(220, 157, 220)
RGB Percent86%, 62%, 86%rgb(86%, 62%, 86%)
CSS RGBa220, 157, 220,1rgba(220,157,220,1)
CMYK Modelcmyk(0%,29%,0%,14%)
HSL Color Space300,47% ,74%hsl(300,47% ,74%)
HSV Color Space300°, 29%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001110111011100
Octal334235334
Decimal220157220
Hexdc9ddc

Different shades of #dc9ddc color code.

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

Light Shade of #dc9ddc
#e9c3e9
Dark Shade of #dc9ddc
#cf77cf
Saturated Shade of #dc9ddc
#e396e3
Desaturated Shade of #dc9ddc
#d5a4d5
Grey scale Shade of #dc9ddc
#bcbcbc
Brighten Shade
#f5b6f5
Most Readable Shade
#000000

Shades of #dc9ddc color code

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

#dc9ddc
#c38bc3
#ab7aab
#926892
#7a577a
#614561
#493449
#302230
#181118
#000000

Similar Color like #dc9ddc color

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

#dd9edd
#de9fde
#dfa0df
#e0a1e0
#e1a2e1
#e2a3e2
#e3a4e3
#e4a5e4
#e5a6e5
#e6a7e6
#e7a8e7
#e8a9e8
#e9aae9
#eaabea
#db9cdb
#da9bda
#d99ad9
#d899d8
#d798d7
#d697d6
#d596d5
#d495d4
#d394d3
#d293d2
#d192d1
#d091d0
#cf90cf
#ce8fce

Monochromatic Color with #dc9ddc

#dc9ddc
#070507
#322432
#5c425c
#876087
#b17fb1

Tints of #dc9ddc Color

#dc9ddc
#dfa7df
#e3b2e3
#e7bde7
#ebc8eb
#efd3ef
#f3def3
#f7e9f7
#fbf4fb
#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

#dc9ddc
#9ddc9d

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

Split Complementary

#dc9ddc
#bddc9d
#9ddcbd

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

Analogous Color

#c39ddc
#cf9ddc
#dc9ddc
#dc9dcf
#dc9dc3

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

#dc9ddc
#dcdc9d
#9ddcdc

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

#dc9ddc
#dcbc9d
#9ddc9d
#9dbcdc

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

#dc9ddc
#9ddc9d
#9ddcbd
#dc9dbd

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

#dc9ddc Color Code Preview on Black Background Color

This is how #dc9ddc Color will look on black background color. Color contrast ratio is 9.90

#dc9ddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9ddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9ddc

#dc9ddc color code is use for CSS Background Color

Background color for the above div is #dc9ddc

HTML with inline CSS

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

#dc9ddc color code is use for CSS Border Color

CSS Border color for the above div is #dc9ddc

HTML with inline CSS

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

CSS Border Left color for the above div is #dc9ddc

HTML with inline CSS

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

CSS Border Right color for the above div is #dc9ddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc9ddc

HTML with inline CSS

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

CSS Border Top color for the above div is #dc9ddc

HTML with inline CSS

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

#dc9ddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc9ddc Color code Preview on White Background

This is how #dc9ddc Color code will look on white background color. Color contrast ratio is 2.12

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

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(220,157,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,220,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,157,220,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.