crispedge.com

Color picker

Loading...

#de63f5 hex color - Violet - Warm color - Information

#de63f5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #de63f5 Color code in RGB color code model is created after adding 87.06% red color, 38.82% green color and 96.08% blue color. Hex #de63f5 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 60% magenta, 0% yellow and 4% black.

Hex #de63f5 color code is between #dd66ee web safe hex color code and #ee55ff web safe hex color code. #dd66ee is the nearest web safe color code. You can see here many more shades of #de63f5 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codede63f5#de63f5
RGB Decimal222, 99, 245rgb(222, 99, 245)
RGB Percent87%, 39%, 96%rgb(87%, 39%, 96%)
CSS RGBa222, 99, 245,1rgba(222,99,245,1)
CMYK Modelcmyk(9%,60%,0%,4%)
HSL Color Space291,88% ,67%hsl(291,88% ,67%)
HSV Color Space291°, 60%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100110001111110101
Octal336143365
Decimal22299245
Hexde63f5

Different shades of #de63f5 color code.

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

Light Shade of #de63f5
#e893f8
Dark Shade of #de63f5
#d433f2
Saturated Shade of #de63f5
#e45bfd
Desaturated Shade of #de63f5
#d86bed
Grey scale Shade of #de63f5
#acacac
Brighten Shade
#f77cff
Most Readable Shade
#000000

Shades of #de63f5 color code

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

#de63f5
#c558d9
#ac4dbe
#9442a3
#7b3788
#622c6c
#4a2151
#311636
#180b1b
#000000

Similar Color like #de63f5 color

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

#df64f6
#e065f7
#e166f8
#e267f9
#e368fa
#e469fb
#e56afc
#e66bfd
#e76cfe
#e86dff
#e96eff
#ea6fff
#eb70ff
#ec71ff
#dd62f4
#dc61f3
#db60f2
#da5ff1
#d95ef0
#d85def
#d75cee
#d65bed
#d55aec
#d459eb
#d358ea
#d257e9
#d156e8
#d055e7

Monochromatic Color with #de63f5

#de63f5
#1d0d20
#441e4b
#6a2f75
#9141a0
#b752ca

Tints of #de63f5 Color

#de63f5
#e174f6
#e585f7
#e997f8
#eca8f9
#f0b9fa
#f4cbfb
#f7dcfc
#fbedfd
#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

#de63f5
#7af563

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

Split Complementary

#de63f5
#c3f563
#63f595

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

Analogous Color

#a463f5
#c163f5
#de63f5
#f563ef
#f563d2

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

#de63f5
#f5de63
#63f5de

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

#de63f5
#f59563
#7af563
#63c3f5

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

#de63f5
#7af563
#63f595
#f563c3

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

#de63f5 Color Code Preview on Black Background Color

This is how #de63f5 Color will look on black background color. Color contrast ratio is 7.21

#de63f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de63f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de63f5

#de63f5 color code is use for CSS Background Color

Background color for the above div is #de63f5

HTML with inline CSS

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

#de63f5 color code is use for CSS Border Color

CSS Border color for the above div is #de63f5

HTML with inline CSS

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

CSS Border Left color for the above div is #de63f5

HTML with inline CSS

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

CSS Border Right color for the above div is #de63f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de63f5

HTML with inline CSS

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

CSS Border Top color for the above div is #de63f5

HTML with inline CSS

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

#de63f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de63f5 Color code Preview on White Background

This is how #de63f5 Color code will look on white background color. Color contrast ratio is 2.91

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.