crispedge.com

Color picker

Loading...

#d196e7 hex color - Violet - Warm color - Information

#d196e7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d196e7 Color code in RGB color code model is created after adding 81.96% red color, 58.82% green color and 90.59% blue color. Hex #d196e7 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 35% magenta, 0% yellow and 9% black.

Hex #d196e7 color code is between #cc99ee web safe hex color code and #dd88dd web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #d196e7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded196e7#d196e7
RGB Decimal209, 150, 231rgb(209, 150, 231)
RGB Percent82%, 59%, 91%rgb(82%, 59%, 91%)
CSS RGBa209, 150, 231,1rgba(209,150,231,1)
CMYK Modelcmyk(10%,35%,0%,9%)
HSL Color Space284,63% ,75%hsl(284,63% ,75%)
HSV Color Space284°, 35%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100011001011011100111
Octal321226347
Decimal209150231
Hexd196e7

Different shades of #d196e7 color code.

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

Light Shade of #d196e7
#e3bff0
Dark Shade of #d196e7
#bf6cde
Saturated Shade of #d196e7
#d490ed
Desaturated Shade of #d196e7
#ce9ce1
Grey scale Shade of #d196e7
#bebebe
Brighten Shade
#eaafff
Most Readable Shade
#000000

Shades of #d196e7 color code

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

#d196e7
#b985cd
#a274b3
#8b649a
#745380
#5c4266
#45324d
#2e2133
#171019
#000000

Similar Color like #d196e7 color

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

#d297e8
#d398e9
#d499ea
#d59aeb
#d69bec
#d79ced
#d89dee
#d99eef
#da9ff0
#dba0f1
#dca1f2
#dda2f3
#dea3f4
#dfa4f5
#d095e6
#cf94e5
#ce93e4
#cd92e3
#cc91e2
#cb90e1
#ca8fe0
#c98edf
#c88dde
#c78cdd
#c68bdc
#c58adb
#c489da
#c388d9

Monochromatic Color with #d196e7

#d196e7
#110c12
#37283d
#5e4367
#845f92
#ab7abc

Tints of #d196e7 Color

#d196e7
#d6a1e9
#dbadec
#e0b9ef
#e5c4f1
#ead0f4
#efdcf7
#f4e7f9
#f9f3fc
#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

#d196e7
#ace796

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

Split Complementary

#d196e7
#d5e796
#96e7a9

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

Analogous Color

#b196e7
#c196e7
#d196e7
#e196e7
#e796dd

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

#d196e7
#e7d196
#96e7d1

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

#d196e7
#e7a896
#ace796
#96d4e7

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

#d196e7
#ace796
#96e7a9
#e796d5

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

#d196e7 Color Code Preview on Black Background Color

This is how #d196e7 Color will look on black background color. Color contrast ratio is 9.23

#d196e7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d196e7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d196e7

#d196e7 color code is use for CSS Background Color

Background color for the above div is #d196e7

HTML with inline CSS

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

#d196e7 color code is use for CSS Border Color

CSS Border color for the above div is #d196e7

HTML with inline CSS

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

CSS Border Left color for the above div is #d196e7

HTML with inline CSS

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

CSS Border Right color for the above div is #d196e7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d196e7

HTML with inline CSS

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

CSS Border Top color for the above div is #d196e7

HTML with inline CSS

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

#d196e7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d196e7 Color code Preview on White Background

This is how #d196e7 Color code will look on white background color. Color contrast ratio is 2.28

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

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(209,150,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,231,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(209,150,231,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.