crispedge.com

Color picker

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

#dd18eb hex color - Violet - Warm color - Information

#dd18eb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd18eb Color code in RGB color code model is created after adding 86.67% red color, 9.41% green color and 92.16% blue color. Hex #dd18eb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 90% magenta, 0% yellow and 8% black.

Hex #dd18eb color code is between #cc11ee web safe hex color code and #ee22dd web safe hex color code. #cc11ee is the nearest web safe color code. You can see here many more shades of #dd18eb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd18eb#dd18eb
RGB Decimal221, 24, 235rgb(221, 24, 235)
RGB Percent87%, 9%, 92%rgb(87%, 9%, 92%)
CSS RGBa221, 24, 235,1rgba(221,24,235,1)
CMYK Modelcmyk(6%,90%,0%,8%)
HSL Color Space296,84% ,51%hsl(296,84% ,51%)
HSV Color Space296°, 90%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010001100011101011
Octal33530353
Decimal22124235
Hexdd18eb

Different shades of #dd18eb color code.

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

Light Shade of #dd18eb
#e447ef
Dark Shade of #dd18eb
#b411bf
Saturated Shade of #dd18eb
#e80bf8
Desaturated Shade of #dd18eb
#d225de
Grey scale Shade of #dd18eb
#818181
Brighten Shade
#f631ff
Most Readable Shade
#FFFFFF

Shades of #dd18eb color code

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

#dd18eb
#c415d0
#ab12b6
#93109c
#7a0d82
#620a68
#49084e
#310534
#18021a
#000000

Similar Color like #dd18eb color

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

#de19ec
#df1aed
#e01bee
#e11cef
#e21df0
#e31ef1
#e41ff2
#e520f3
#e621f4
#e722f5
#e823f6
#e924f7
#ea25f8
#eb26f9
#dc17ea
#db16e9
#da15e8
#d914e7
#d813e6
#d712e5
#d611e4
#d510e3
#d40fe2
#d30ee1
#d20de0
#d10cdf
#d00bde
#cf0add

Monochromatic Color with #dd18eb

#dd18eb
#150216
#3d0741
#650b6b
#8d0f96
#b514c0

Tints of #dd18eb Color

#dd18eb
#e031ed
#e44bef
#e865f1
#ec7ef3
#ef98f6
#f3b2f8
#f7cbfa
#fbe5fc
#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

#dd18eb
#26eb18

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

Split Complementary

#dd18eb
#90eb18
#18eb73

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

Analogous Color

#8918eb
#b318eb
#dd18eb
#eb18cf
#eb18a5

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

#dd18eb
#ebdd18
#18ebdd

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

#dd18eb
#eb7318
#26eb18
#188feb

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

#dd18eb
#26eb18
#18eb73
#eb1890

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

#dd18eb Color Code Preview on Black Background Color

This is how #dd18eb Color will look on black background color. Color contrast ratio is 5.40

#dd18eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd18eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd18eb

#dd18eb color code is use for CSS Background Color

Background color for the above div is #dd18eb

HTML with inline CSS

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

#dd18eb color code is use for CSS Border Color

CSS Border color for the above div is #dd18eb

HTML with inline CSS

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

CSS Border Left color for the above div is #dd18eb

HTML with inline CSS

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

CSS Border Right color for the above div is #dd18eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd18eb

HTML with inline CSS

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

CSS Border Top color for the above div is #dd18eb

HTML with inline CSS

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

#dd18eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd18eb Color code Preview on White Background

This is how #dd18eb Color code will look on white background color. Color contrast ratio is 3.89

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

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.