crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dc97e9 hex color - Violet - Warm color - Information

#dc97e9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dc97e9 Color code in RGB color code model is created after adding 86.27% red color, 59.22% green color and 91.37% blue color. Hex #dc97e9 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 35% magenta, 0% yellow and 9% black.

Hex #dc97e9 color code is between #dd99ee web safe hex color code and #cc88dd web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #dc97e9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedc97e9#dc97e9
RGB Decimal220, 151, 233rgb(220, 151, 233)
RGB Percent86%, 59%, 91%rgb(86%, 59%, 91%)
CSS RGBa220, 151, 233,1rgba(220,151,233,1)
CMYK Modelcmyk(6%,35%,0%,9%)
HSL Color Space290,65% ,75%hsl(290,65% ,75%)
HSV Color Space290°, 35%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001011111101001
Octal334227351
Decimal220151233
Hexdc97e9

Different shades of #dc97e9 color code.

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

Light Shade of #dc97e9
#eac1f2
Dark Shade of #dc97e9
#ce6de0
Saturated Shade of #dc97e9
#e091ef
Desaturated Shade of #dc97e9
#d89de3
Grey scale Shade of #dc97e9
#c0c0c0
Brighten Shade
#f5b0ff
Most Readable Shade
#000000

Shades of #dc97e9 color code

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

#dc97e9
#c386cf
#ab75b5
#92649b
#7a5381
#614367
#49324d
#302133
#181019
#000000

Similar Color like #dc97e9 color

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

#dd98ea
#de99eb
#df9aec
#e09bed
#e19cee
#e29def
#e39ef0
#e49ff1
#e5a0f2
#e6a1f3
#e7a2f4
#e8a3f5
#e9a4f6
#eaa5f7
#db96e8
#da95e7
#d994e6
#d893e5
#d792e4
#d691e3
#d590e2
#d48fe1
#d38ee0
#d28ddf
#d18cde
#d08bdd
#cf8adc
#ce89db

Monochromatic Color with #dc97e9

#dc97e9
#130d14
#3b293f
#644469
#8c6094
#b47bbe

Tints of #dc97e9 Color

#dc97e9
#dfa2eb
#e3aeed
#e7b9f0
#ebc5f2
#efd0f5
#f3dcf7
#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

#dc97e9
#a4e997

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

Split Complementary

#dc97e9
#cde997
#97e9b3

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

Analogous Color

#bb97e9
#cc97e9
#dc97e9
#e997e6
#e997d5

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

#dc97e9
#e9dc97
#97e9dc

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

#dc97e9
#e9b397
#a4e997
#97cde9

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

#dc97e9
#a4e997
#97e9b3
#e997cd

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

#dc97e9 Color Code Preview on Black Background Color

This is how #dc97e9 Color will look on black background color. Color contrast ratio is 9.65

#dc97e9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc97e9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc97e9

#dc97e9 color code is use for CSS Background Color

Background color for the above div is #dc97e9

HTML with inline CSS

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

#dc97e9 color code is use for CSS Border Color

CSS Border color for the above div is #dc97e9

HTML with inline CSS

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

CSS Border Left color for the above div is #dc97e9

HTML with inline CSS

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

CSS Border Right color for the above div is #dc97e9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc97e9

HTML with inline CSS

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

CSS Border Top color for the above div is #dc97e9

HTML with inline CSS

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

#dc97e9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc97e9 Color code Preview on White Background

This is how #dc97e9 Color code will look on white background color. Color contrast ratio is 2.18

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.