crispedge.com

Color picker

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

#dd9ddb hex color - Violet - Warm color - Information

#dd9ddb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #dd9ddb color code is between #cc99dd web safe hex color code and #eeaacc web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #dd9ddb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd9ddb#dd9ddb
RGB Decimal221, 157, 219rgb(221, 157, 219)
RGB Percent87%, 62%, 86%rgb(87%, 62%, 86%)
CSS RGBa221, 157, 219,1rgba(221,157,219,1)
CMYK Modelcmyk(0%,29%,1%,13%)
HSL Color Space302,48% ,74%hsl(302,48% ,74%)
HSV Color Space302°, 29%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001110111011011
Octal335235333
Decimal221157219
Hexdd9ddb

Different shades of #dd9ddb color code.

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

Light Shade of #dd9ddb
#eac3e9
Dark Shade of #dd9ddb
#d077cd
Saturated Shade of #dd9ddb
#e496e1
Desaturated Shade of #dd9ddb
#d6a4d5
Grey scale Shade of #dd9ddb
#bdbdbd
Brighten Shade
#f6b6f4
Most Readable Shade
#000000

Shades of #dd9ddb color code

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

#dd9ddb
#c48bc2
#ab7aaa
#936892
#7a5779
#624561
#493449
#312230
#181118
#000000

Similar Color like #dd9ddb color

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

#de9edc
#df9fdd
#e0a0de
#e1a1df
#e2a2e0
#e3a3e1
#e4a4e2
#e5a5e3
#e6a6e4
#e7a7e5
#e8a8e6
#e9a9e7
#eaaae8
#ebabe9
#dc9cda
#db9bd9
#da9ad8
#d999d7
#d898d6
#d797d5
#d696d4
#d595d3
#d494d2
#d393d1
#d292d0
#d191cf
#d090ce
#cf8fcd

Monochromatic Color with #dd9ddb

#dd9ddb
#080608
#332433
#5d425d
#886187
#b37fb1

Tints of #dd9ddb Color

#dd9ddb
#e0a7df
#e4b2e3
#e8bde7
#ecc8eb
#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

#dd9ddb
#9ddd9f

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

Split Complementary

#dd9ddb
#bbdd9d
#9dddbf

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

Analogous Color

#c59ddd
#d29ddd
#dd9ddb
#dd9dce
#dd9dc1

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

#dd9ddb
#dbdd9d
#9ddbdd

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

#dd9ddb
#ddbf9d
#9ddd9f
#9dbbdd

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

#dd9ddb
#9ddd9f
#9dddbf
#dd9dbb

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

#dd9ddb Color Code Preview on Black Background Color

This is how #dd9ddb Color will look on black background color. Color contrast ratio is 9.92

#dd9ddb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd9ddb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd9ddb

#dd9ddb color code is use for CSS Background Color

Background color for the above div is #dd9ddb

HTML with inline CSS

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

#dd9ddb color code is use for CSS Border Color

CSS Border color for the above div is #dd9ddb

HTML with inline CSS

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

CSS Border Left color for the above div is #dd9ddb

HTML with inline CSS

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

CSS Border Right color for the above div is #dd9ddb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd9ddb

HTML with inline CSS

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

CSS Border Top color for the above div is #dd9ddb

HTML with inline CSS

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

#dd9ddb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd9ddb Color code Preview on White Background

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

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.