crispedge.com

Color picker

Loading...

#da96c7 hex color - Violet - Warm color - Information

#da96c7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #da96c7 Color code in RGB color code model is created after adding 85.49% red color, 58.82% green color and 78.04% blue color. Hex #da96c7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 9% yellow and 15% black.

Hex #da96c7 color code is between #dd99cc web safe hex color code and #cc88bb web safe hex color code. #dd99cc is the nearest web safe color code. You can see here many more shades of #da96c7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeda96c7#da96c7
RGB Decimal218, 150, 199rgb(218, 150, 199)
RGB Percent85%, 59%, 78%rgb(85%, 59%, 78%)
CSS RGBa218, 150, 199,1rgba(218,150,199,1)
CMYK Modelcmyk(0%,31%,9%,15%)
HSL Color Space317,48% ,72%hsl(317,48% ,72%)
HSV Color Space317°, 31%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101001011011000111
Octal332226307
Decimal218150199
Hexda96c7

Different shades of #da96c7 color code.

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

Light Shade of #da96c7
#e7bcdb
Dark Shade of #da96c7
#cd70b3
Saturated Shade of #da96c7
#e18fca
Desaturated Shade of #da96c7
#d39dc4
Grey scale Shade of #da96c7
#b8b8b8
Brighten Shade
#f3afe0
Most Readable Shade
#000000

Shades of #da96c7 color code

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

#da96c7
#c185b0
#a9749a
#916484
#79536e
#604258
#483242
#30212c
#181016
#000000

Similar Color like #da96c7 color

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

#db97c8
#dc98c9
#dd99ca
#de9acb
#df9bcc
#e09ccd
#e19dce
#e29ecf
#e39fd0
#e4a0d1
#e5a1d2
#e6a2d3
#e7a3d4
#e8a4d5
#d995c6
#d894c5
#d793c4
#d692c3
#d591c2
#d490c1
#d38fc0
#d28ebf
#d18dbe
#d08cbd
#cf8bbc
#ce8abb
#cd89ba
#cc88b9

Monochromatic Color with #da96c7

#da96c7
#050405
#30212c
#5a3e53
#855c79
#af79a0

Tints of #da96c7 Color

#da96c7
#dea1cd
#e2add3
#e6b9d9
#eac4df
#eed0e6
#f2dcec
#f6e7f2
#faf3f8
#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

#da96c7
#96daa9

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

Split Complementary

#da96c7
#a5da96
#96dacb

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

Analogous Color

#d296da
#da96d5
#da96c7
#da96b9
#da96ac

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

#da96c7
#c7da96
#96c7da

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

#da96c7
#dacb96
#96daa9
#96a5da

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

#da96c7
#96daa9
#96dacb
#da96a5

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

#da96c7 Color Code Preview on Black Background Color

This is how #da96c7 Color will look on black background color. Color contrast ratio is 9.17

#da96c7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da96c7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da96c7

#da96c7 color code is use for CSS Background Color

Background color for the above div is #da96c7

HTML with inline CSS

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

#da96c7 color code is use for CSS Border Color

CSS Border color for the above div is #da96c7

HTML with inline CSS

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

CSS Border Left color for the above div is #da96c7

HTML with inline CSS

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

CSS Border Right color for the above div is #da96c7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da96c7

HTML with inline CSS

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

CSS Border Top color for the above div is #da96c7

HTML with inline CSS

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

#da96c7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da96c7 Color code Preview on White Background

This is how #da96c7 Color code will look on white background color. Color contrast ratio is 2.29

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

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(218,150,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,218,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,150,199,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.