crispedge.com

Color picker

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

#dd44ee hex color - Violet - Warm color - Information

#dd44ee hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #dd44ee color code is a web safe color. Next web safe color code is #cc33dd and previous web safe color code is #ee55ff. You can see here many more shades of #dd44ee color code.

0 Likes 0 Comments | 10 Views

Color Table

Hex Color Codedd44ee#dd44ee
RGB Decimal221, 68, 238rgb(221, 68, 238)
RGB Percent87%, 27%, 93%rgb(87%, 27%, 93%)
CSS RGBa221, 68, 238,1rgba(221,68,238,1)
CMYK Modelcmyk(7%,71%,0%,7%)
HSL Color Space294,83% ,60%hsl(294,83% ,60%)
HSV Color Space294°, 71%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010100010011101110
Octal335104356
Decimal22168238
Hexdd44ee

Different shades of #dd44ee color code.

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

Light Shade of #dd44ee
#e573f2
Dark Shade of #dd44ee
#d415ea
Saturated Shade of #dd44ee
#e53af8
Desaturated Shade of #dd44ee
#d54ee4
Grey scale Shade of #dd44ee
#999999
Brighten Shade
#f65dff
Most Readable Shade
#000000

Shades of #dd44ee color code

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

#dd44ee
#c43cd3
#ab34b9
#932d9e
#7a2584
#621e69
#49164f
#310f34
#18071a
#000000

Similar Color like #dd44ee color

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

#de45ef
#df46f0
#e047f1
#e148f2
#e249f3
#e34af4
#e44bf5
#e54cf6
#e64df7
#e74ef8
#e84ff9
#e950fa
#ea51fb
#eb52fc
#dc43ed
#db42ec
#da41eb
#d940ea
#d83fe9
#d73ee8
#d63de7
#d53ce6
#d43be5
#d33ae4
#d239e3
#d138e2
#d037e1
#cf36e0

Monochromatic Color with #dd44ee

#dd44ee
#18071a
#3f1344
#67206e
#8e2c99
#b638c3

Tints of #dd44ee Color

#dd44ee
#e058ef
#e46df1
#e882f3
#ec97f5
#efabf7
#f3c0f9
#f7d5fb
#fbeafd
#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

#dd44ee
#55ee44

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

Split Complementary

#dd44ee
#aaee44
#44ee88

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

Analogous Color

#9944ee
#bb44ee
#dd44ee
#ee44dd
#ee44bb

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

#dd44ee
#eedd44
#44eedd

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

#dd44ee
#ee8844
#55ee44
#44aaee

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

#dd44ee
#55ee44
#44ee88
#ee44aa

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

#dd44ee Color Code Preview on Black Background Color

This is how #dd44ee Color will look on black background color. Color contrast ratio is 6.14

#dd44ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd44ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd44ee

#dd44ee color code is use for CSS Background Color

Background color for the above div is #dd44ee

HTML with inline CSS

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

#dd44ee color code is use for CSS Border Color

CSS Border color for the above div is #dd44ee

HTML with inline CSS

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

CSS Border Left color for the above div is #dd44ee

HTML with inline CSS

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

CSS Border Right color for the above div is #dd44ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd44ee

HTML with inline CSS

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

CSS Border Top color for the above div is #dd44ee

HTML with inline CSS

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

#dd44ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd44ee Color code Preview on White Background

This is how #dd44ee Color code will look on white background color. Color contrast ratio is 3.42

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

Related Gradients

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

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.