Skip to main content Skip to docs navigation

#d511ee hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Promiscuous Pink and its hex is #BB11EE Nearest Color Name

Color Hue/Base color: Violet

Hex #d511ee Color code in RGB color code model is created after adding 83.53% red color, 6.67% green color and 93.33% blue color. Hex #d511ee Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 93% magenta, 0% yellow and 6.67% black.

Hex #d511ee color code is between #dd00dd web safe hex color code and #cc00ff web safe hex color code. #dd00dd is the nearest web safe color code. You can see here many more shades of #d511ee color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code d511ee #d511ee
RGB Decimal 213, 17, 238 213, 17, 238
RGB Percent 84%, 7%, 93% rgb(84%, 7%, 93%)
CSS RGBa 213, 17, 238,1 rgba(213,17,238,1)
CMYK Model cmyk(11%,93%,0%,6.67%)
HSL Color Space 293,87% ,50% hsl(293,87% ,50%)
HSV Color Space 293°, 93%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 00010001 11101110
Octal 325 21 356
Decimal 213 17 238
Hex d5 11 ee

Different shades of #d511ee color code.

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

Darkest of #d511ee
#55075f
Darker of #d511ee
#800a8f
Dark of #d511ee
#aa0ebe
Base of #d511ee
#d511ee
Light of #d511ee
#dd41f1
Lighter
#e670f5
Lightest
#eea0f8

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

#d511ee
#2aee11

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

Split Complementary

#d511ee
#99ee11
#11ee66

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

Analogous Color

#5411ee
#7911ee
#d511ee
#ee11bd
#ee1161

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

#d511ee
#11eed5
#eed511

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

#d511ee
#eed511
#2aee11
#112aee

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d511ee
#ee6611
#2aee11
#1199ee

Square 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).

Monochromatic Color with #d511ee

#2b0330
#55075f
#800a8f
#aa0ebe
#d511ee
#dd41f1
#e670f5
#eea0f8
#f7cffc

Tints of #d511ee Color

#d511ee
#d92bef
#de45f1
#e360f3
#e77af5
#ec95f7
#f1aff9
#f5cafb
#fae4fd
#ffffff

Shades of #d511ee color code

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

#d511ee
#bd0fd3
#a50db9
#8e0b9e
#760984
#5e0769
#47054f
#2f0334
#17011a
#000000

Tones

#d511ee
#c12ad5
#ae44bb
#9a5da2
#867788

Tones

Similar Color like #d511ee color

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

#d612ef
#d713f0
#d814f1
#d915f2
#da16f3
#db17f4
#dc18f5
#dd19f6
#de1af7
#df1bf8
#e01cf9
#e11dfa
#e21efb
#e31ffc
#d410ed
#d30fec
#d20eeb
#d10dea
#d00ce9
#cf0be8
#ce0ae7
#cd09e6
#cc08e5
#cb07e4
#ca06e3
#c905e2
#c804e1
#c703e0

Download this Dark Violet

Hex #d511ee 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.

#d511ee Color Code Preview on Black Background Color

This is how #d511ee Color will look on black background color. Color contrast ratio is 5.14

#d511ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d511ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d511ee

#d511ee color code is use for CSS Background Color

Background color for the above div is #d511ee

HTML with inline CSS

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

#d511ee color code is use for CSS Border Color

CSS Border color for the above div is #d511ee

HTML with inline CSS

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

CSS Border Left color for the above div is #d511ee

HTML with inline CSS

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

CSS Border Right color for the above div is #d511ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d511ee

HTML with inline CSS

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

CSS Border Top color for the above div is #d511ee

HTML with inline CSS

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

#d511ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d511ee Color code Preview on White Background

This is how #d511ee Color code will look on white background color. Color contrast ratio is 4.08

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(213,17,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,238,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,17,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }