crispedge.com

Color picker

Loading...

#d96f94 hex color - Red - Warm color - Information

#d96f94 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d96f94 Color code in RGB color code model is created after adding 85.1% red color, 43.53% green color and 58.04% blue color. Hex #d96f94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 32% yellow and 15% black.

Hex #d96f94 color code is between #dd7799 web safe hex color code and #cc6688 web safe hex color code. #dd7799 is the nearest web safe color code. You can see here many more shades of #d96f94 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded96f94#d96f94
RGB Decimal217, 111, 148rgb(217, 111, 148)
RGB Percent85%, 44%, 58%rgb(85%, 44%, 58%)
CSS RGBa217, 111, 148,1rgba(217,111,148,1)
CMYK Modelcmyk(0%,49%,32%,15%)
HSL Color Space339,58% ,64%hsl(339,58% ,64%)
HSV Color Space339°, 49%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010110111110010100
Octal331157224
Decimal217111148
Hexd96f94

Different shades of #d96f94 color code.

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

Light Shade of #d96f94
#e497b2
Dark Shade of #d96f94
#ce4776
Saturated Shade of #d96f94
#e26691
Desaturated Shade of #d96f94
#d07897
Grey scale Shade of #d96f94
#a4a4a4
Brighten Shade
#f288ad
Most Readable Shade
#000000

Shades of #d96f94 color code

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

#d96f94
#c06283
#a85673
#904a62
#783d52
#603141
#482531
#301820
#180c10
#000000

Similar Color like #d96f94 color

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

#da7095
#db7196
#dc7297
#dd7398
#de7499
#df759a
#e0769b
#e1779c
#e2789d
#e3799e
#e47a9f
#e57ba0
#e67ca1
#e77da2
#d86e93
#d76d92
#d66c91
#d56b90
#d46a8f
#d3698e
#d2688d
#d1678c
#d0668b
#cf658a
#ce6489
#cd6388
#cc6287
#cb6186

Monochromatic Color with #d96f94

#d96f94
#040203
#2f1820
#592e3d
#84445a
#ae5977

Tints of #d96f94 Color

#d96f94
#dd7f9f
#e18fab
#e59fb7
#e9afc3
#eebfcf
#f2cfdb
#f6dfe7
#faeff3
#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

#d96f94
#6fd9b4

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

Split Complementary

#d96f94
#6fd97f
#6fc9d9

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

Analogous Color

#d96fbe
#d96fa9
#d96f94
#d96f7f
#d9746f

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

#d96f94
#94d96f
#6f94d9

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

#d96f94
#c9d96f
#6fd9b4
#7f6fd9

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

#d96f94
#6fd9b4
#6fc9d9
#d97f6f

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

#d96f94 Color Code Preview on Black Background Color

This is how #d96f94 Color will look on black background color. Color contrast ratio is 6.65

#d96f94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d96f94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d96f94

#d96f94 color code is use for CSS Background Color

Background color for the above div is #d96f94

HTML with inline CSS

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

#d96f94 color code is use for CSS Border Color

CSS Border color for the above div is #d96f94

HTML with inline CSS

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

CSS Border Left color for the above div is #d96f94

HTML with inline CSS

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

CSS Border Right color for the above div is #d96f94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d96f94

HTML with inline CSS

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

CSS Border Top color for the above div is #d96f94

HTML with inline CSS

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

#d96f94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d96f94 Color code Preview on White Background

This is how #d96f94 Color code will look on white background color. Color contrast ratio is 3.16

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

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