crispedge.com

Color picker

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

#dd97f6 hex color - Violet - Warm color - Information

#dd97f6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd97f6 Color code in RGB color code model is created after adding 86.67% red color, 59.22% green color and 96.47% blue color. Hex #dd97f6 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 39% magenta, 0% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd97f6#dd97f6
RGB Decimal221, 151, 246rgb(221, 151, 246)
RGB Percent87%, 59%, 96%rgb(87%, 59%, 96%)
CSS RGBa221, 151, 246,1rgba(221,151,246,1)
CMYK Modelcmyk(10%,39%,0%,4%)
HSL Color Space284,84% ,78%hsl(284,84% ,78%)
HSV Color Space284°, 39%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001011111110110
Octal335227366
Decimal221151246
Hexdd97f6

Different shades of #dd97f6 color code.

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

Light Shade of #dd97f6
#ecc6fa
Dark Shade of #dd97f6
#ce68f2
Saturated Shade of #dd97f6
#e091fc
Desaturated Shade of #dd97f6
#da9df0
Grey scale Shade of #dd97f6
#c6c6c6
Brighten Shade
#f6b0ff
Most Readable Shade
#000000

Shades of #dd97f6 color code

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

#dd97f6
#c486da
#ab75bf
#9364a4
#7a5388
#62436d
#493252
#312136
#18101b
#000000

Similar Color like #dd97f6 color

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

#de98f7
#df99f8
#e09af9
#e19bfa
#e29cfb
#e39dfc
#e49efd
#e59ffe
#e6a0ff
#e7a1ff
#e8a2ff
#e9a3ff
#eaa4ff
#eba5ff
#dc96f5
#db95f4
#da94f3
#d993f2
#d892f1
#d791f0
#d690ef
#d58fee
#d48eed
#d38dec
#d28ceb
#d18bea
#d08ae9
#cf89e8

Monochromatic Color with #dd97f6

#dd97f6
#1e1521
#442f4c
#6a4976
#9163a1
#b77dcb

Tints of #dd97f6 Color

#dd97f6
#e0a2f7
#e4aef8
#e8b9f9
#ecc5fa
#efd0fb
#f3dcfc
#f7e7fd
#fbf3fe
#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

#dd97f6
#b0f697

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

Split Complementary

#dd97f6
#e0f697
#97f6ad

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

Analogous Color

#b797f6
#ca97f6
#dd97f6
#f097f6
#f697e9

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

#dd97f6
#f6dd97
#97f6dd

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

#dd97f6
#f6ad97
#b0f697
#97dff6

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

#dd97f6
#b0f697
#97f6ad
#f697e0

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

#dd97f6 Color Code Preview on Black Background Color

This is how #dd97f6 Color will look on black background color. Color contrast ratio is 9.83

#dd97f6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd97f6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd97f6

#dd97f6 color code is use for CSS Background Color

Background color for the above div is #dd97f6

HTML with inline CSS

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

#dd97f6 color code is use for CSS Border Color

CSS Border color for the above div is #dd97f6

HTML with inline CSS

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

CSS Border Left color for the above div is #dd97f6

HTML with inline CSS

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

CSS Border Right color for the above div is #dd97f6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd97f6

HTML with inline CSS

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

CSS Border Top color for the above div is #dd97f6

HTML with inline CSS

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

#dd97f6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd97f6 Color code Preview on White Background

This is how #dd97f6 Color code will look on white background color. Color contrast ratio is 2.14

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

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.