Skip to main content Skip to docs navigation

#d211ce 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 Drunk-Tank Pink and its hex is #DD11DD Nearest Color Name

Color Hue/Base color: Violet

Hex #d211ce Color code in RGB color code model is created after adding 82.35% red color, 6.67% green color and 80.78% blue color. Hex #d211ce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 2% yellow and 17.65% black.

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

RGB Chart

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

Color Table

Hex Color Code d211ce #d211ce
RGB Decimal 210, 17, 206 210, 17, 206
RGB Percent 82%, 7%, 81% rgb(82%, 7%, 81%)
CSS RGBa 210, 17, 206,1 rgba(210,17,206,1)
CMYK Model cmyk(0%,92%,2%,17.65%)
HSL Color Space 301,85% ,45% hsl(301,85% ,45%)
HSV Color Space 301°, 92%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010010 00010001 11001110
Octal 322 21 316
Decimal 210 17 206
Hex d2 11 ce

Different shades of #d211ce color code.

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

Darkest of #d211ce
#440643
Darker of #d211ce
#740971
Dark of #d211ce
#a30da0
Base of #d211ce
#d211ce
Light of #d211ce
#ee28ea
Lighter
#f158ee
Lightest
#f587f3

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

#d211ce
#11d215

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

Split Complementary

#d211ce
#6ed211
#11d275

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

Analogous Color

#6511d2
#8611d2
#d211ce
#d2118e
#d2113d

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

#d211ce
#11ced2
#ced211

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

#d211ce
#ced211
#11d215
#1511d2

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

#d211ce
#d27511
#11d215
#116ed2

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

#150215
#440643
#740971
#a30da0
#d211ce
#ee28ea
#f158ee
#f587f3
#f9b6f8

Tints of #d211ce Color

#d211ce
#d72bd3
#dc45d8
#e160de
#e67ae3
#eb95e9
#f0afee
#f5caf4
#fae4f9
#ffffff

Shades of #d211ce color code

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

#d211ce
#ba0fb7
#a30da0
#8c0b89
#740972
#5d075b
#460544
#2e032d
#170116
#000000

Tones

#d211ce
#bb28b8
#a53ea2
#8e558d
#776c77

Tones

Similar Color like #d211ce color

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

#d312cf
#d413d0
#d514d1
#d615d2
#d716d3
#d817d4
#d918d5
#da19d6
#db1ad7
#dc1bd8
#dd1cd9
#de1dda
#df1edb
#e01fdc
#d110cd
#d00fcc
#cf0ecb
#ce0dca
#cd0cc9
#cc0bc8
#cb0ac7
#ca09c6
#c908c5
#c807c4
#c706c3
#c605c2
#c504c1
#c403c0

Download this Dark Violet

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

#d211ce Color Code Preview on Black Background Color

This is how #d211ce Color will look on black background color. Color contrast ratio is 4.71

#d211ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d211ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d211ce

#d211ce color code is use for CSS Background Color

Background color for the above div is #d211ce

HTML with inline CSS

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

#d211ce color code is use for CSS Border Color

CSS Border color for the above div is #d211ce

HTML with inline CSS

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

CSS Border Left color for the above div is #d211ce

HTML with inline CSS

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

CSS Border Right color for the above div is #d211ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d211ce

HTML with inline CSS

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

CSS Border Top color for the above div is #d211ce

HTML with inline CSS

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

#d211ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d211ce Color code Preview on White Background

This is how #d211ce Color code will look on white background color. Color contrast ratio is 4.46

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

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(210,17,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,210,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,17,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }