Skip to main content Skip to docs navigation

#dc76fd hex color | Download Light 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 Pink Fetish and its hex is #DD77FF Nearest Color Name

Color Hue/Base color: Violet

Hex #dc76fd Color code in RGB color code model is created after adding 86.27% red color, 46.27% green color and 99.22% blue color. Hex #dc76fd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 53% magenta, 0% yellow and 0.78% black.

Hex #dc76fd color code is between #dd77ff web safe hex color code and #cc66ee web safe hex color code. #dd77ff is the nearest web safe color code. You can see here many more shades of #dc76fd color code.

RGB Chart

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

Color Table

Hex Color Code dc76fd #dc76fd
RGB Decimal 220, 118, 253 220, 118, 253
RGB Percent 86%, 46%, 99% rgb(86%, 46%, 99%)
CSS RGBa 220, 118, 253,1 rgba(220,118,253,1)
CMYK Model cmyk(13%,53%,0%,0.78%)
HSL Color Space 285,97% ,73% hsl(285,97% ,73%)
HSV Color Space 285°, 53%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 01110110 11111101
Octal 334 166 375
Decimal 220 118 253
Hex dc 76 fd

Different shades of #dc76fd color code.

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

Darkest of #dc76fd
#a303d7
Darker of #dc76fd
#c211fc
Dark of #dc76fd
#cf44fc
Base of #dc76fd
#dc76fd
Light of #dc76fd
#e9a8fe
Lighter
#f6dbfe
Lightest
#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

#dc76fd
#97fd76

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

Split Complementary

#dc76fd
#dbfd76
#76fd99

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

Analogous Color

#8d76fd
#a476fd
#dc76fd
#fd76f1
#fd76b9

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

#dc76fd
#76fddc
#fddc76

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

#dc76fd
#fddc76
#97fd76
#7697fd

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

#dc76fd
#fd9976
#97fd76
#76dbfd

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

#7d02a5
#a303d7
#c211fc
#cf44fc
#dc76fd
#e9a8fe
#f6dbfe
#ffffff
#ffffff

Tints of #dc76fd Color

#dc76fd
#df85fd
#e394fd
#e7a3fd
#ebb2fd
#efc2fe
#f3d1fe
#f7e0fe
#fbeffe
#ffffff

Shades of #dc76fd color code

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

#dc76fd
#c368e0
#ab5bc4
#924ea8
#7a418c
#613470
#492754
#301a38
#180d1c
#000000

Tones

#dc76fd
#d584ef
#ce92e1
#c7a0d3
#c0aec5

Tones

Similar Color like #dc76fd color

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

#dd77fe
#de78ff
#df79ff
#e07aff
#e17bff
#e27cff
#e37dff
#e47eff
#e57fff
#e680ff
#e781ff
#e882ff
#e983ff
#ea84ff
#db75fc
#da74fb
#d973fa
#d872f9
#d771f8
#d670f7
#d56ff6
#d46ef5
#d36df4
#d26cf3
#d16bf2
#d06af1
#cf69f0
#ce68ef

Download this Light Violet

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

#dc76fd Color Code Preview on Black Background Color

This is how #dc76fd Color will look on black background color. Color contrast ratio is 8.05

#dc76fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc76fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc76fd

#dc76fd color code is use for CSS Background Color

Background color for the above div is #dc76fd

HTML with inline CSS

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

#dc76fd color code is use for CSS Border Color

CSS Border color for the above div is #dc76fd

HTML with inline CSS

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

CSS Border Left color for the above div is #dc76fd

HTML with inline CSS

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

CSS Border Right color for the above div is #dc76fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc76fd

HTML with inline CSS

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

CSS Border Top color for the above div is #dc76fd

HTML with inline CSS

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

#dc76fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc76fd Color code Preview on White Background

This is how #dc76fd Color code will look on white background color. Color contrast ratio is 2.61

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

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