Skip to main content Skip to docs navigation

#d71dda hex color - Violet - Warm color - Information

On this page
@
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 Hue/Base color: Violet

Hex #d71dda Color code in RGB color code model is created after adding 84.31% red color, 11.37% green color and 85.49% blue color. Hex #d71dda Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 87% magenta, 0% yellow and 14.51% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d71dda #d71dda
RGB Decimal 215, 29, 218 rgb(215, 29, 218)
RGB Percent 84%, 11%, 85% rgb(84%, 11%, 85%)
CSS RGBa 215, 29, 218,1 rgba(215,29,218,1)
CMYK Model cmyk(1%,87%,0%,14.51%)
HSL Color Space 299,77% ,48% hsl(299,77% ,48%)
HSV Color Space 299°, 87%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010111 00011101 11011010
Octal 327 35 332
Decimal 215 29 218
Hex d7 1d da

Different shades of #d71dda color code.

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

Light Shade of #d71dda
#e444e6
Dark Shade of #d71dda
#ab17ad
Saturated Shade of #d71dda
#e311e6
Desaturated Shade of #d71dda
#cb29ce
Grey scale Shade of #d71dda
#7b7b7b
Brighten Shade
#f036f3
Most Readable Shade
#FFFFFF

Shades of #d71dda color code

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

#d71dda
#bf19c1
#a716a9
#8f1391
#771079
#5f0c60
#470948
#2f0630
#170318
#000000

Similar Color like #d71dda color

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

#d81edb
#d91fdc
#da20dd
#db21de
#dc22df
#dd23e0
#de24e1
#df25e2
#e026e3
#e127e4
#e228e5
#e329e6
#e42ae7
#e52be8
#d61cd9
#d51bd8
#d41ad7
#d319d6
#d218d5
#d117d4
#d016d3
#cf15d2
#ce14d1
#cd13d0
#cc12cf
#cb11ce
#ca10cd
#c90fcc

Monochromatic Color with #d71dda

#d71dda
#050105
#2f0630
#590c5a
#831285
#ad17af

Tints of #d71dda Color

#d71dda
#db36de
#df4fe2
#e468e6
#e881ea
#ed9aee
#f1b3f2
#f6ccf6
#fae5fa
#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

#d71dda
#20da1d

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

Split Complementary

#d71dda
#7fda1d
#1dda78

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

Analogous Color

#8b1dda
#b11dda
#d71dda
#da1db7
#da1d91

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

#d71dda
#dad71d
#1ddad7

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

#d71dda
#da781d
#20da1d
#1d7eda

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

#d71dda
#20da1d
#1dda78
#da1d7f

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

#d71dda Color Code Preview on Black Background Color

This is how #d71dda Color will look on black background color. Color contrast ratio is 5.08

#d71dda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d71dda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d71dda

#d71dda color code is use for CSS Background Color

Background color for the above div is #d71dda

HTML with inline CSS

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

#d71dda color code is use for CSS Border Color

CSS Border color for the above div is #d71dda

HTML with inline CSS

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

CSS Border Left color for the above div is #d71dda

HTML with inline CSS

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

CSS Border Right color for the above div is #d71dda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d71dda

HTML with inline CSS

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

CSS Border Top color for the above div is #d71dda

HTML with inline CSS

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

#d71dda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d71dda Color code Preview on White Background

This is how #d71dda Color code will look on white background color. Color contrast ratio is 4.14

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(215,29,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,218,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,29,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.