@
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.

#d63faa hex color - Violet - Warm color - Information

#d63faa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d63faa Color code in RGB color code model is created after adding 83.92% red color, 24.71% green color and 66.67% blue color. Hex #d63faa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 21% yellow and 16.08% black.

Hex #d63faa color code is between #dd4499 web safe hex color code and #cc33bb web safe hex color code. #dd4499 is the nearest web safe color code. You can see here many more shades of #d63faa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded63faa#d63faa
RGB Decimal214, 63, 170rgb(214, 63, 170)
RGB Percent84%, 25%, 67%rgb(84%, 25%, 67%)
CSS RGBa214, 63, 170,1rgba(214,63,170,1)
CMYK Modelcmyk(0%,71%,21%,16.08%)
HSL Color Space317,65% ,54%hsl(317,65% ,54%)
HSV Color Space317°, 71%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100011111110101010
Octal32677252
Decimal21463170
Hexd63faa

Different shades of #d63faa color code.

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

Light Shade of #d63faa
#df69bd
Dark Shade of #d63faa
#ba2890
Saturated Shade of #d63faa
#e233af
Desaturated Shade of #d63faa
#ca4ba5
Grey scale Shade of #d63faa
#8a8a8a
Brighten Shade
#ef58c3
Most Readable Shade
#FFFFFF

Shades of #d63faa color code

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

#d63faa
#be3897
#a63184
#8e2a71
#76235e
#5f1c4b
#471538
#2f0e25
#170712
#000000

Similar Color like #d63faa color

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

#d740ab
#d841ac
#d942ad
#da43ae
#db44af
#dc45b0
#dd46b1
#de47b2
#df48b3
#e049b4
#e14ab5
#e24bb6
#e34cb7
#e44db8
#d53ea9
#d43da8
#d33ca7
#d23ba6
#d13aa5
#d039a4
#cf38a3
#ce37a2
#cd36a1
#cc35a0
#cb349f
#ca339e
#c9329d
#c8319c

Monochromatic Color with #d63faa

#d63faa
#010001
#2c0d23
#561945
#812666
#ab3288

Tints of #d63faa Color

#d63faa
#da54b3
#df69bc
#e37fc6
#e894cf
#eca9d9
#f1bfe2
#f5d4ec
#fae9f5
#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

#d63faa
#3fd66b

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

Split Complementary

#d63faa
#5ed63f
#3fd6b6

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

Analogous Color

#c63fd6
#d63fc8
#d63faa
#d63f8c
#d63f6e

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

#d63faa
#aad63f
#3faad6

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

#d63faa
#d6b63f
#3fd66b
#3f5ed6

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

#d63faa
#3fd66b
#3fd6b7
#d63f5e

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

#d63faa Color Code Preview on Black Background Color

This is how #d63faa Color will look on black background color. Color contrast ratio is 5.15

#d63faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d63faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d63faa

#d63faa color code is use for CSS Background Color

Background color for the above div is #d63faa

HTML with inline CSS

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

#d63faa color code is use for CSS Border Color

CSS Border color for the above div is #d63faa

HTML with inline CSS

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

CSS Border Left color for the above div is #d63faa

HTML with inline CSS

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

CSS Border Right color for the above div is #d63faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d63faa

HTML with inline CSS

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

CSS Border Top color for the above div is #d63faa

HTML with inline CSS

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

#d63faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d63faa Color code Preview on White Background

This is how #d63faa Color code will look on white background color. Color contrast ratio is 4.08

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

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(214,63,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,214,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,63,170,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.