crispedge.com

Color picker

Loading...

#dc9ccc hex color - Violet - Warm color - Information

#dc9ccc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #dc9ccc color code is between #dd99bb web safe hex color code and #ccaadd web safe hex color code. #dd99bb is the nearest web safe color code. You can see here many more shades of #dc9ccc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedc9ccc#dc9ccc
RGB Decimal220, 156, 204rgb(220, 156, 204)
RGB Percent86%, 61%, 80%rgb(86%, 61%, 80%)
CSS RGBa220, 156, 204,1rgba(220,156,204,1)
CMYK Modelcmyk(0%,29%,7%,14%)
HSL Color Space315,48% ,74%hsl(315,48% ,74%)
HSV Color Space315°, 29%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001110011001100
Octal334234314
Decimal220156204
Hexdc9ccc

Different shades of #dc9ccc color code.

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

Light Shade of #dc9ccc
#e9c2df
Dark Shade of #dc9ccc
#cf76b9
Saturated Shade of #dc9ccc
#e395cf
Desaturated Shade of #dc9ccc
#d5a3c9
Grey scale Shade of #dc9ccc
#bcbcbc
Brighten Shade
#f5b5e5
Most Readable Shade
#000000

Shades of #dc9ccc color code

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

#dc9ccc
#c38ab5
#ab799e
#926888
#7a5671
#61455a
#493444
#30222d
#181116
#000000

Similar Color like #dc9ccc color

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

#dd9dcd
#de9ece
#df9fcf
#e0a0d0
#e1a1d1
#e2a2d2
#e3a3d3
#e4a4d4
#e5a5d5
#e6a6d6
#e7a7d7
#e8a8d8
#e9a9d9
#eaaada
#db9bcb
#da9aca
#d999c9
#d898c8
#d797c7
#d696c6
#d595c5
#d494c4
#d393c3
#d292c2
#d191c1
#d090c0
#cf8fbf
#ce8ebe

Monochromatic Color with #dc9ccc

#dc9ccc
#070507
#32232e
#5c4256
#87607d
#b17ea5

Tints of #dc9ccc Color

#dc9ccc
#dfa7d1
#e3b2d7
#e7bddd
#ebc8e2
#efd3e8
#f3deee
#f7e9f3
#fbf4f9
#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

#dc9ccc
#9cdcac

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

Split Complementary

#dc9ccc
#acdc9c
#9cdccc

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

Analogous Color

#d29cdc
#dc9cd9
#dc9ccc
#dc9cbf
#dc9cb2

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

#dc9ccc
#ccdc9c
#9cccdc

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

#dc9ccc
#dccc9c
#9cdcac
#9cacdc

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

#dc9ccc
#9cdcac
#9cdccc
#dc9cac

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

#dc9ccc Color Code Preview on Black Background Color

This is how #dc9ccc Color will look on black background color. Color contrast ratio is 9.67

#dc9ccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9ccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9ccc

#dc9ccc color code is use for CSS Background Color

Background color for the above div is #dc9ccc

HTML with inline CSS

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

#dc9ccc color code is use for CSS Border Color

CSS Border color for the above div is #dc9ccc

HTML with inline CSS

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

CSS Border Left color for the above div is #dc9ccc

HTML with inline CSS

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

CSS Border Right color for the above div is #dc9ccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc9ccc

HTML with inline CSS

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

CSS Border Top color for the above div is #dc9ccc

HTML with inline CSS

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

#dc9ccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc9ccc Color code Preview on White Background

This is how #dc9ccc Color code will look on white background color. Color contrast ratio is 2.17

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

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