Skip to main content Skip to docs navigation

#d700fe 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 Psychedelic Purple and its hex is #DD00FF Nearest Color Name

Color Hue/Base color: Violet

Hex #d700fe Color code in RGB color code model is created after adding 84.31% red color, 0% green color and 99.61% blue color. Hex #d700fe Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 100% magenta, 0% yellow and 0.39% black.

Hex #d700fe color code is between #dd00ff web safe hex color code and #cc00ee web safe hex color code. #dd00ff is the nearest web safe color code. You can see here many more shades of #d700fe color code.

RGB Chart

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

Color Table

Hex Color Code d700fe #d700fe
RGB Decimal 215, 0, 254 215, 0, 254
RGB Percent 84%, 0%, 100% rgb(84%, 0%, 100%)
CSS RGBa 215, 0, 254,1 rgba(215,0,254,1)
CMYK Model cmyk(15%,100%,0%,0.39%)
HSL Color Space 291,100% ,50% hsl(291,100% ,50%)
HSV Color Space 291°, 100%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010111 00000000 11111110
Octal 327 0 376
Decimal 215 0 254
Hex d7 00 fe

Different shades of #d700fe color code.

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

Darkest of #d700fe
#550065
Darker of #d700fe
#810098
Dark of #d700fe
#ac00cb
Base of #d700fe
#d700fe
Light of #d700fe
#e032ff
Lighter
#e765ff
Lightest
#ef98ff

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

#d700fe
#27fe00

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

Split Complementary

#d700fe
#a6fe00
#00fe58

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

Analogous Color

#4300fe
#6d00fe
#d700fe
#fe00d0
#fe0066

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

#d700fe
#00fed7
#fed700

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

#d700fe
#fed700
#27fe00
#0027fe

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

#d700fe
#fe5800
#27fe00
#00a6fe

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

#2a0032
#550065
#810098
#ac00cb
#d700fe
#e032ff
#e765ff
#ef98ff
#f7cbff

Tints of #d700fe Color

#d700fe
#db1cfe
#df38fe
#e455fe
#e871fe
#ed8dfe
#f1aafe
#f6c6fe
#fae2fe
#ffffff

Shades of #d700fe color code

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

#d700fe
#bf00e1
#a700c5
#8f00a9
#77008d
#5f0070
#470054
#2f0038
#17001c
#000000

Tones

#d700fe
#c519e5
#b433cb
#a24cb2
#916698

Tones

Similar Color like #d700fe color

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

#d801ff
#d902ff
#da03ff
#db04ff
#dc05ff
#dd06ff
#de07ff
#df08ff
#e009ff
#e10aff
#e20bff
#e30cff
#e40dff
#e50eff
#d600fd
#d500fc
#d400fb
#d300fa
#d200f9
#d100f8
#d000f7
#cf00f6
#ce00f5
#cd00f4
#cc00f3
#cb00f2
#ca00f1
#c900f0

Download this Dark Violet

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

#d700fe Color Code Preview on Black Background Color

This is how #d700fe Color will look on black background color. Color contrast ratio is 5.32

#d700fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d700fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d700fe

#d700fe color code is use for CSS Background Color

Background color for the above div is #d700fe

HTML with inline CSS

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

#d700fe color code is use for CSS Border Color

CSS Border color for the above div is #d700fe

HTML with inline CSS

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

CSS Border Left color for the above div is #d700fe

HTML with inline CSS

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

CSS Border Right color for the above div is #d700fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d700fe

HTML with inline CSS

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

CSS Border Top color for the above div is #d700fe

HTML with inline CSS

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

#d700fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d700fe Color code Preview on White Background

This is how #d700fe Color code will look on white background color. Color contrast ratio is 3.95

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

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