crispedge.com

Color picker

Loading...

#d066fd hex color - Violet - Warm color - Information

#d066fd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d066fd Color code in RGB color code model is created after adding 81.57% red color, 40% green color and 99.22% blue color. Hex #d066fd Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 60% magenta, 0% yellow and 1% black.

Hex #d066fd color code is between #cc55ff web safe hex color code and #dd77ee web safe hex color code. #cc55ff is the nearest web safe color code. You can see here many more shades of #d066fd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded066fd#d066fd
RGB Decimal208, 102, 253rgb(208, 102, 253)
RGB Percent82%, 40%, 99%rgb(82%, 40%, 99%)
CSS RGBa208, 102, 253,1rgba(208,102,253,1)
CMYK Modelcmyk(18%,60%,0%,1%)
HSL Color Space282,97% ,70%hsl(282,97% ,70%)
HSV Color Space282°, 60%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000110011011111101
Octal320146375
Decimal208102253
Hexd066fd

Different shades of #d066fd color code.

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

Light Shade of #d066fd
#df98fe
Dark Shade of #d066fd
#c134fc
Saturated Shade of #d066fd
#d164ff
Desaturated Shade of #d066fd
#cd6ef5
Grey scale Shade of #d066fd
#b1b1b1
Brighten Shade
#e97fff
Most Readable Shade
#000000

Shades of #d066fd color code

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

#d066fd
#b85ae0
#a14fc4
#8a44a8
#73388c
#5c2d70
#452254
#2e1638
#170b1c
#000000

Similar Color like #d066fd color

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

#d167fe
#d268ff
#d369ff
#d46aff
#d56bff
#d66cff
#d76dff
#d86eff
#d96fff
#da70ff
#db71ff
#dc72ff
#dd73ff
#de74ff
#cf65fc
#ce64fb
#cd63fa
#cc62f9
#cb61f8
#ca60f7
#c95ff6
#c85ef5
#c75df4
#c65cf3
#c55bf2
#c45af1
#c359f0
#c258ef

Monochromatic Color with #d066fd

#d066fd
#211028
#442153
#67337d
#8a44a8
#ad55d2

Tints of #d066fd Color

#d066fd
#d577fd
#da88fd
#df99fd
#e4aafd
#eabbfe
#efccfe
#f4ddfe
#f9eefe
#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

#d066fd
#93fd66

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

Split Complementary

#d066fd
#dffd66
#66fd85

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

Analogous Color

#9466fd
#b266fd
#d066fd
#ee66fd
#fd66ee

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

#d066fd
#fdd066
#66fdd0

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

#d066fd
#fd8466
#93fd66
#66defd

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

#d066fd
#93fd66
#66fd85
#fd66df

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

#d066fd Color Code Preview on Black Background Color

This is how #d066fd Color will look on black background color. Color contrast ratio is 7.00

#d066fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d066fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d066fd

#d066fd color code is use for CSS Background Color

Background color for the above div is #d066fd

HTML with inline CSS

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

#d066fd color code is use for CSS Border Color

CSS Border color for the above div is #d066fd

HTML with inline CSS

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

CSS Border Left color for the above div is #d066fd

HTML with inline CSS

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

CSS Border Right color for the above div is #d066fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d066fd

HTML with inline CSS

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

CSS Border Top color for the above div is #d066fd

HTML with inline CSS

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

#d066fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d066fd Color code Preview on White Background

This is how #d066fd Color code will look on white background color. Color contrast ratio is 3.00

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

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(208,102,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,253,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,102,253,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.