crispedge.com

Color picker

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

#dd99ee hex color - Violet - Warm color - Information

#dd99ee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd99ee Color code in RGB color code model is created after adding 86.67% red color, 60% green color and 93.33% blue color. Hex #dd99ee Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 36% magenta, 0% yellow and 7% black.

Hex #dd99ee color code is a web safe color. Next web safe color code is #cc88dd and previous web safe color code is #eeaaff. You can see here many more shades of #dd99ee color code.

0 Likes 0 Comments | 33 Views

Color Table

Hex Color Codedd99ee#dd99ee
RGB Decimal221, 153, 238rgb(221, 153, 238)
RGB Percent87%, 60%, 93%rgb(87%, 60%, 93%)
CSS RGBa221, 153, 238,1rgba(221,153,238,1)
CMYK Modelcmyk(7%,36%,0%,7%)
HSL Color Space288,71% ,77%hsl(288,71% ,77%)
HSV Color Space288°, 36%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001100111101110
Octal335231356
Decimal221153238
Hexdd99ee

Different shades of #dd99ee color code.

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

Light Shade of #dd99ee
#ecc5f5
Dark Shade of #dd99ee
#ce6de7
Saturated Shade of #dd99ee
#e193f4
Desaturated Shade of #dd99ee
#d99fe8
Grey scale Shade of #dd99ee
#c3c3c3
Brighten Shade
#f6b2ff
Most Readable Shade
#000000

Shades of #dd99ee color code

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

#dd99ee
#c488d3
#ab77b9
#93669e
#7a5584
#624469
#49334f
#312234
#18111a
#000000

Similar Color like #dd99ee color

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

#de9aef
#df9bf0
#e09cf1
#e19df2
#e29ef3
#e39ff4
#e4a0f5
#e5a1f6
#e6a2f7
#e7a3f8
#e8a4f9
#e9a5fa
#eaa6fb
#eba7fc
#dc98ed
#db97ec
#da96eb
#d995ea
#d894e9
#d793e8
#d692e7
#d591e6
#d490e5
#d38fe4
#d28ee3
#d18de2
#d08ce1
#cf8be0

Monochromatic Color with #dd99ee

#dd99ee
#18101a
#3f2c44
#67476e
#8e6299
#b67ec3

Tints of #dd99ee Color

#dd99ee
#e0a4ef
#e4aff1
#e8bbf3
#ecc6f5
#efd1f7
#f3ddf9
#f7e8fb
#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

#dd99ee
#aaee99

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

Split Complementary

#dd99ee
#d5ee99
#99eeb3

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

Analogous Color

#bb99ee
#cc99ee
#dd99ee
#ee99ee
#ee99dd

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

#dd99ee
#eedd99
#99eedd

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

#dd99ee
#eeb299
#aaee99
#99d4ee

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

#dd99ee
#aaee99
#99eeb3
#ee99d5

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

#dd99ee Color Code Preview on Black Background Color

This is how #dd99ee Color will look on black background color. Color contrast ratio is 9.87

#dd99ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd99ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd99ee

#dd99ee color code is use for CSS Background Color

Background color for the above div is #dd99ee

HTML with inline CSS

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

#dd99ee color code is use for CSS Border Color

CSS Border color for the above div is #dd99ee

HTML with inline CSS

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

CSS Border Left color for the above div is #dd99ee

HTML with inline CSS

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

CSS Border Right color for the above div is #dd99ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd99ee

HTML with inline CSS

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

CSS Border Top color for the above div is #dd99ee

HTML with inline CSS

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

#dd99ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd99ee Color code Preview on White Background

This is how #dd99ee Color code will look on white background color. Color contrast ratio is 2.13

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

Related Gradients

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

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.