crispedge.com

Color picker

Loading...

#d296cd hex color - Violet - Warm color - Information

#d296cd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d296cd Color code in RGB color code model is created after adding 82.35% red color, 58.82% green color and 80.39% blue color. Hex #d296cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 2% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded296cd#d296cd
RGB Decimal210, 150, 205rgb(210, 150, 205)
RGB Percent82%, 59%, 80%rgb(82%, 59%, 80%)
CSS RGBa210, 150, 205,1rgba(210,150,205,1)
CMYK Modelcmyk(0%,29%,2%,18%)
HSL Color Space305,40% ,71%hsl(305,40% ,71%)
HSV Color Space305°, 29%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100101001011011001101
Octal322226315
Decimal210150205
Hexd296cd

Different shades of #d296cd color code.

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

Light Shade of #d296cd
#e1bade
Dark Shade of #d296cd
#c372bc
Saturated Shade of #d296cd
#d98ed3
Desaturated Shade of #d296cd
#ca9dc7
Grey scale Shade of #d296cd
#b4b4b4
Brighten Shade
#ebafe6
Most Readable Shade
#000000

Shades of #d296cd color code

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

#d296cd
#ba85b6
#a3749f
#8c6488
#745371
#5d425b
#463244
#2e212d
#171016
#000000

Similar Color like #d296cd color

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

#d397ce
#d498cf
#d599d0
#d69ad1
#d79bd2
#d89cd3
#d99dd4
#da9ed5
#db9fd6
#dca0d7
#dda1d8
#dea2d9
#dfa3da
#e0a4db
#d195cc
#d094cb
#cf93ca
#ce92c9
#cd91c8
#cc90c7
#cb8fc6
#ca8ec5
#c98dc4
#c88cc3
#c78bc2
#c68ac1
#c589c0
#c488bf

Monochromatic Color with #d296cd

#d296cd
#fcb4f6
#281d27
#523b51
#7d597a
#a778a3

Tints of #d296cd Color

#d296cd
#d7a1d2
#dcadd8
#e1b9dd
#e6c4e3
#ebd0e8
#f0dcee
#f5e7f3
#faf3f9
#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

#d296cd
#96d29b

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

Split Complementary

#d296cd
#afd296
#96d2b9

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

Analogous Color

#bf96d2
#cb96d2
#d296cd
#d296c1
#d296b5

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

#d296cd
#cdd296
#96cdd2

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

#d296cd
#d2b996
#96d29b
#96afd2

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

#d296cd
#96d29b
#96d2b9
#d296af

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

#d296cd Color Code Preview on Black Background Color

This is how #d296cd Color will look on black background color. Color contrast ratio is 8.98

#d296cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d296cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d296cd

#d296cd color code is use for CSS Background Color

Background color for the above div is #d296cd

HTML with inline CSS

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

#d296cd color code is use for CSS Border Color

CSS Border color for the above div is #d296cd

HTML with inline CSS

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

CSS Border Left color for the above div is #d296cd

HTML with inline CSS

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

CSS Border Right color for the above div is #d296cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d296cd

HTML with inline CSS

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

CSS Border Top color for the above div is #d296cd

HTML with inline CSS

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

#d296cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d296cd Color code Preview on White Background

This is how #d296cd Color code will look on white background color. Color contrast ratio is 2.34

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

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(210,150,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,210,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,150,205,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.