crispedge.com

Color picker

Loading...

#d400fc hex color - Violet - Warm color - Information

#d400fc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d400fc Color code in RGB color code model is created after adding 83.14% red color, 0% green color and 98.82% blue color. Hex #d400fc Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 100% magenta, 0% yellow and 1% black.

Hex #d400fc color code is between #cc00ff web safe hex color code and #dd00ee web safe hex color code. #cc00ff is the nearest web safe color code. You can see here many more shades of #d400fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded400fc#d400fc
RGB Decimal212, 0, 252rgb(212, 0, 252)
RGB Percent83%, 0%, 99%rgb(83%, 0%, 99%)
CSS RGBa212, 0, 252,1rgba(212,0,252,1)
CMYK Modelcmyk(16%,100%,0%,1%)
HSL Color Space290,100% ,49%hsl(290,100% ,49%)
HSV Color Space290°, 100%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101000000000011111100
Octal3240374
Decimal2120252
Hexd400fc

Different shades of #d400fc color code.

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

Light Shade of #d400fc
#de30ff
Dark Shade of #d400fc
#a900c9
Saturated Shade of #d400fc
#d400fc
Desaturated Shade of #d400fc
#cb0def
Grey scale Shade of #d400fc
#7e7e7e
Brighten Shade
#ed19ff
Most Readable Shade
#FFFFFF

Shades of #d400fc color code

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

#d400fc
#bc00e0
#a400c4
#8d00a8
#75008c
#5e0070
#460054
#2f0038
#17001c
#000000

Similar Color like #d400fc color

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

#d501fd
#d602fe
#d703ff
#d804ff
#d905ff
#da06ff
#db07ff
#dc08ff
#dd09ff
#de0aff
#df0bff
#e00cff
#e10dff
#e20eff
#d300fb
#d200fa
#d100f9
#d000f8
#cf00f7
#ce00f6
#cd00f5
#cc00f4
#cb00f3
#ca00f2
#c900f1
#c800f0
#c700ef
#c600ee

Monochromatic Color with #d400fc

#d400fc
#210027
#450052
#69007c
#8c00a7
#b000d1

Tints of #d400fc Color

#d400fc
#d81cfc
#dd38fc
#e255fd
#e771fd
#eb8dfd
#f0aafe
#f5c6fe
#fae2fe
#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

#d400fc
#28fc00

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

Split Complementary

#d400fc
#a6fc00
#00fc56

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

Analogous Color

#6f00fc
#a200fc
#d400fc
#fc00f2
#fc00bf

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

#d400fc
#fcd400
#00fcd4

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

#d400fc
#fc5600
#28fc00
#00a6fc

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

#d400fc
#28fc00
#00fc56
#fc00a6

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

#d400fc Color Code Preview on Black Background Color

This is how #d400fc Color will look on black background color. Color contrast ratio is 5.21

#d400fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d400fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d400fc

#d400fc color code is use for CSS Background Color

Background color for the above div is #d400fc

HTML with inline CSS

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

#d400fc color code is use for CSS Border Color

CSS Border color for the above div is #d400fc

HTML with inline CSS

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

CSS Border Left color for the above div is #d400fc

HTML with inline CSS

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

CSS Border Right color for the above div is #d400fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d400fc

HTML with inline CSS

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

CSS Border Top color for the above div is #d400fc

HTML with inline CSS

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

#d400fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d400fc Color code Preview on White Background

This is how #d400fc Color code will look on white background color. Color contrast ratio is 4.03

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

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(212,0,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(40,252,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,0,252,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.