crispedge.com

Color picker

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

#dd97f3 hex color - Violet - Warm color - Information

#dd97f3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd97f3 Color code in RGB color code model is created after adding 86.67% red color, 59.22% green color and 95.29% blue color. Hex #dd97f3 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 38% magenta, 0% yellow and 5% black.

Hex #dd97f3 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 #dd97f3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd97f3#dd97f3
RGB Decimal221, 151, 243rgb(221, 151, 243)
RGB Percent87%, 59%, 95%rgb(87%, 59%, 95%)
CSS RGBa221, 151, 243,1rgba(221,151,243,1)
CMYK Modelcmyk(9%,38%,0%,5%)
HSL Color Space286,79% ,77%hsl(286,79% ,77%)
HSV Color Space286°, 38%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001011111110011
Octal335227363
Decimal221151243
Hexdd97f3

Different shades of #dd97f3 color code.

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

Light Shade of #dd97f3
#ecc5f8
Dark Shade of #dd97f3
#ce69ee
Saturated Shade of #dd97f3
#e091f9
Desaturated Shade of #dd97f3
#da9ded
Grey scale Shade of #dd97f3
#c5c5c5
Brighten Shade
#f6b0ff
Most Readable Shade
#000000

Shades of #dd97f3 color code

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

#dd97f3
#c486d8
#ab75bd
#9364a2
#7a5387
#62436c
#493251
#312136
#18101b
#000000

Similar Color like #dd97f3 color

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

#de98f4
#df99f5
#e09af6
#e19bf7
#e29cf8
#e39df9
#e49efa
#e59ffb
#e6a0fc
#e7a1fd
#e8a2fe
#e9a3ff
#eaa4ff
#eba5ff
#dc96f2
#db95f1
#da94f0
#d993ef
#d892ee
#d791ed
#d690ec
#d58feb
#d48eea
#d38de9
#d28ce8
#d18be7
#d08ae6
#cf89e5

Monochromatic Color with #dd97f3

#dd97f3
#1c131e
#422d49
#694873
#90629e
#b67dc8

Tints of #dd97f3 Color

#dd97f3
#e0a2f4
#e4aef5
#e8b9f7
#ecc5f8
#efd0f9
#f3dcfb
#f7e7fc
#fbf3fd
#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

#dd97f3
#adf397

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

Split Complementary

#dd97f3
#dbf397
#97f3af

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

Analogous Color

#b897f3
#cb97f3
#dd97f3
#ef97f3
#f397e4

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

#dd97f3
#f3dd97
#97f3dd

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

#dd97f3
#f3af97
#adf397
#97dbf3

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

#dd97f3
#adf397
#97f3af
#f397db

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

#dd97f3 Color Code Preview on Black Background Color

This is how #dd97f3 Color will look on black background color. Color contrast ratio is 9.80

#dd97f3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd97f3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd97f3

#dd97f3 color code is use for CSS Background Color

Background color for the above div is #dd97f3

HTML with inline CSS

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

#dd97f3 color code is use for CSS Border Color

CSS Border color for the above div is #dd97f3

HTML with inline CSS

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

CSS Border Left color for the above div is #dd97f3

HTML with inline CSS

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

CSS Border Right color for the above div is #dd97f3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd97f3

HTML with inline CSS

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

CSS Border Top color for the above div is #dd97f3

HTML with inline CSS

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

#dd97f3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd97f3 Color code Preview on White Background

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

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.