Skip to main content Skip to docs navigation

#de20db 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 Magentella and its hex is #D521B8 Nearest Color Name

Color Hue/Base color: Violet

Hex #de20db Color code in RGB color code model is created after adding 87.06% red color, 12.55% green color and 85.88% blue color. Hex #de20db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 1% yellow and 12.94% black.

Hex #de20db color code is between #dd22dd web safe hex color code and #ee11cc web safe hex color code. #dd22dd is the nearest web safe color code. You can see here many more shades of #de20db color code.

RGB Chart

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

Color Table

Hex Color Code de20db #de20db
RGB Decimal 222, 32, 219 222, 32, 219
RGB Percent 87%, 13%, 86% rgb(87%, 13%, 86%)
CSS RGBa 222, 32, 219,1 rgba(222,32,219,1)
CMYK Model cmyk(0%,86%,1%,12.94%)
HSL Color Space 301,75% ,50% hsl(301,75% ,50%)
HSV Color Space 301°, 86%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 00100000 11011011
Octal 336 40 333
Decimal 222 32 219
Hex de 20 db

Different shades of #de20db color code.

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

Darkest of #de20db
#580d57
Darker of #de20db
#851383
Dark of #de20db
#b11aaf
Base of #de20db
#de20db
Light of #de20db
#e54ce3
Lighter
#ec78ea
Lightest
#f2a5f1

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

#de20db
#20de23

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

Split Complementary

#de20db
#7cde20
#20de82

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

Analogous Color

#7220de
#9220de
#de20db
#de209c
#de204c

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

#de20db
#20dbde
#dbde20

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

#de20db
#dbde20
#20de23
#2320de

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

#de20db
#de8220
#20de23
#207cde

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 #de20db

#2c062b
#580d57
#851383
#b11aaf
#de20db
#e54ce3
#ec78ea
#f2a5f1
#f8d2f8

Tints of #de20db Color

#de20db
#e138df
#e551e3
#e96ae7
#ec83eb
#f09bef
#f4b4f3
#f7cdf7
#fbe6fb
#ffffff

Shades of #de20db color code

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

#de20db
#c51cc2
#ac18aa
#941592
#7b1179
#620e61
#4a0a49
#310730
#180318
#000000

Tones

#de20db
#c539c2
#ab53aa
#926c91
#7f7f7f

Tones

Similar Color like #de20db color

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

#df21dc
#e022dd
#e123de
#e224df
#e325e0
#e426e1
#e527e2
#e628e3
#e729e4
#e82ae5
#e92be6
#ea2ce7
#eb2de8
#ec2ee9
#dd1fda
#dc1ed9
#db1dd8
#da1cd7
#d91bd6
#d81ad5
#d719d4
#d618d3
#d517d2
#d416d1
#d315d0
#d214cf
#d113ce
#d012cd

Download this Dark Violet

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

#de20db Color Code Preview on Black Background Color

This is how #de20db Color will look on black background color. Color contrast ratio is 5.34

#de20db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de20db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de20db

#de20db color code is use for CSS Background Color

Background color for the above div is #de20db

HTML with inline CSS

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

#de20db color code is use for CSS Border Color

CSS Border color for the above div is #de20db

HTML with inline CSS

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

CSS Border Left color for the above div is #de20db

HTML with inline CSS

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

CSS Border Right color for the above div is #de20db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de20db

HTML with inline CSS

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

CSS Border Top color for the above div is #de20db

HTML with inline CSS

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

#de20db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de20db Color code Preview on White Background

This is how #de20db Color code will look on white background color. Color contrast ratio is 3.94

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

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(222,32,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,222,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,32,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }