Skip to main content Skip to docs navigation

#d550fd 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 Flaming Flamingo and its hex is #DD55FF Nearest Color Name

Color Hue/Base color: Violet

Hex #d550fd Color code in RGB color code model is created after adding 83.53% red color, 31.37% green color and 99.22% blue color. Hex #d550fd Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 68% magenta, 0% yellow and 0.78% black.

Hex #d550fd color code is between #dd55ff web safe hex color code and #cc44ee web safe hex color code. #dd55ff is the nearest web safe color code. You can see here many more shades of #d550fd color code.

RGB Chart

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

Color Table

Hex Color Code d550fd #d550fd
RGB Decimal 213, 80, 253 213, 80, 253
RGB Percent 84%, 31%, 99% rgb(84%, 31%, 99%)
CSS RGBa 213, 80, 253,1 rgba(213,80,253,1)
CMYK Model cmyk(16%,68%,0%,0.78%)
HSL Color Space 286,98% ,65% hsl(286,98% ,65%)
HSV Color Space 286°, 68%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 01010000 11111101
Octal 325 120 375
Decimal 213 80 253
Hex d5 50 fd

Different shades of #d550fd color code.

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

Darkest of #d550fd
#8902b2
Darker of #d550fd
#b003e4
Dark of #d550fd
#c91efc
Base of #d550fd
#d550fd
Light of #d550fd
#e182fe
Lighter
#edb5fe
Lightest
#f9e7ff

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

#d550fd
#78fd50

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

Split Complementary

#d550fd
#cefd50
#50fd7e

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

Analogous Color

#7050fd
#8d50fd
#d550fd
#fd50eb
#fd50a3

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

#d550fd
#50fdd5
#fdd550

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

#d550fd
#fdd550
#78fd50
#5078fd

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

#d550fd
#fd7e50
#78fd50
#50cefd

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

#620180
#8902b2
#b003e4
#c91efc
#d550fd
#e182fe
#edb5fe
#f9e7ff
#ffffff

Tints of #d550fd Color

#d550fd
#d963fd
#de76fd
#e38afd
#e79dfd
#ecb1fe
#f1c4fe
#f5d8fe
#faebfe
#ffffff

Shades of #d550fd color code

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

#d550fd
#bd47e0
#a53ec4
#8e35a8
#762c8c
#5e2370
#471a54
#2f1138
#17081c
#000000

Tones

#d550fd
#cb62eb
#c273da
#b885c8
#af97b6

Tones

Similar Color like #d550fd color

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

#d651fe
#d752ff
#d853ff
#d954ff
#da55ff
#db56ff
#dc57ff
#dd58ff
#de59ff
#df5aff
#e05bff
#e15cff
#e25dff
#e35eff
#d44ffc
#d34efb
#d24dfa
#d14cf9
#d04bf8
#cf4af7
#ce49f6
#cd48f5
#cc47f4
#cb46f3
#ca45f2
#c944f1
#c843f0
#c742ef

Download this Dark Violet

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

#d550fd Color Code Preview on Black Background Color

This is how #d550fd Color will look on black background color. Color contrast ratio is 6.40

#d550fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d550fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d550fd

#d550fd color code is use for CSS Background Color

Background color for the above div is #d550fd

HTML with inline CSS

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

#d550fd color code is use for CSS Border Color

CSS Border color for the above div is #d550fd

HTML with inline CSS

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

CSS Border Left color for the above div is #d550fd

HTML with inline CSS

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

CSS Border Right color for the above div is #d550fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d550fd

HTML with inline CSS

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

CSS Border Top color for the above div is #d550fd

HTML with inline CSS

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

#d550fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d550fd Color code Preview on White Background

This is how #d550fd Color code will look on white background color. Color contrast ratio is 3.28

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

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