Skip to main content Skip to docs navigation

#d96ffb hex color - Violet - Warm color - Information

On this page
@
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 Hue/Base color: Violet

Hex #d96ffb Color code in RGB color code model is created after adding 85.1% red color, 43.53% green color and 98.43% blue color. Hex #d96ffb Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 56% magenta, 0% yellow and 1.57% black.

Hex #d96ffb 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 #d96ffb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d96ffb #d96ffb
RGB Decimal 217, 111, 251 rgb(217, 111, 251)
RGB Percent 85%, 44%, 98% rgb(85%, 44%, 98%)
CSS RGBa 217, 111, 251,1 rgba(217,111,251,1)
CMYK Model cmyk(14%,56%,0%,1.57%)
HSL Color Space 285,95% ,71% hsl(285,95% ,71%)
HSV Color Space 285°, 56%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011001 01101111 11111011
Octal 331 157 373
Decimal 217 111 251
Hex d9 6f fb

Different shades of #d96ffb color code.

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

Light Shade of #d96ffb
#e6a1fc
Dark Shade of #d96ffb
#cc3dfa
Saturated Shade of #d96ffb
#db6bff
Desaturated Shade of #d96ffb
#d576f4
Grey scale Shade of #d96ffb
#b5b5b5
Brighten Shade
#f288ff
Most Readable Shade
#000000

Shades of #d96ffb color code

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

#d96ffb
#c062df
#a856c3
#904aa7
#783d8b
#60316f
#482553
#301837
#180c1b
#000000

Similar Color like #d96ffb color

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

#da70fc
#db71fd
#dc72fe
#dd73ff
#de74ff
#df75ff
#e076ff
#e177ff
#e278ff
#e379ff
#e47aff
#e57bff
#e67cff
#e77dff
#d86efa
#d76df9
#d66cf8
#d56bf7
#d46af6
#d369f5
#d268f4
#d167f3
#d066f2
#cf65f1
#ce64f0
#cd63ef
#cc62ee
#cb61ed

Monochromatic Color with #d96ffb

#d96ffb
#211126
#462451
#6b377b
#8f49a6
#b45cd0

Tints of #d96ffb Color

#d96ffb
#dd7ffb
#e18ffb
#e59ffc
#e9affc
#eebffd
#f2cffd
#f6dffe
#faeffe
#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

#d96ffb
#91fb6f

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

Split Complementary

#d96ffb
#d7fb6f
#6ffb93

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

Analogous Color

#a16ffb
#bd6ffb
#d96ffb
#f56ffb
#fb6fe5

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

#d96ffb
#fbd96f
#6ffbd9

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

#d96ffb
#fb936f
#91fb6f
#6fd7fb

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

#d96ffb
#91fb6f
#6ffb93
#fb6fd7

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

#d96ffb Color Code Preview on Black Background Color

This is how #d96ffb Color will look on black background color. Color contrast ratio is 7.62

#d96ffb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d96ffb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d96ffb

#d96ffb color code is use for CSS Background Color

Background color for the above div is #d96ffb

HTML with inline CSS

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

#d96ffb color code is use for CSS Border Color

CSS Border color for the above div is #d96ffb

HTML with inline CSS

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

CSS Border Left color for the above div is #d96ffb

HTML with inline CSS

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

CSS Border Right color for the above div is #d96ffb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d96ffb

HTML with inline CSS

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

CSS Border Top color for the above div is #d96ffb

HTML with inline CSS

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

#d96ffb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d96ffb Color code Preview on White Background

This is how #d96ffb Color code will look on white background color. Color contrast ratio is 2.76

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

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(217,111,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,251,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,111,251,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.