crispedge.com

Color picker

Loading...

#d59aaf hex color - Red - Warm color - Information

#d59aaf hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d59aaf Color code in RGB color code model is created after adding 83.53% red color, 60.39% green color and 68.63% blue color. Hex #d59aaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 18% yellow and 16% black.

Hex #d59aaf color code is between #dd99aa web safe hex color code and #ccaabb web safe hex color code. #dd99aa is the nearest web safe color code. You can see here many more shades of #d59aaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded59aaf#d59aaf
RGB Decimal213, 154, 175rgb(213, 154, 175)
RGB Percent84%, 60%, 69%rgb(84%, 60%, 69%)
CSS RGBa213, 154, 175,1rgba(213,154,175,1)
CMYK Modelcmyk(0%,28%,18%,16%)
HSL Color Space339,41% ,72%hsl(339,41% ,72%)
HSV Color Space339°, 28%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101011001101010101111
Octal325232257
Decimal213154175
Hexd59aaf

Different shades of #d59aaf color code.

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

Light Shade of #d59aaf
#e4becc
Dark Shade of #d59aaf
#c67692
Saturated Shade of #d59aaf
#dc93ad
Desaturated Shade of #d59aaf
#cea1b1
Grey scale Shade of #d59aaf
#b7b7b7
Brighten Shade
#eeb3c8
Most Readable Shade
#000000

Shades of #d59aaf color code

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

#d59aaf
#bd889b
#a57788
#8e6674
#765561
#5e444d
#47333a
#2f2226
#171113
#000000

Similar Color like #d59aaf color

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

#d69bb0
#d79cb1
#d89db2
#d99eb3
#da9fb4
#dba0b5
#dca1b6
#dda2b7
#dea3b8
#dfa4b9
#e0a5ba
#e1a6bb
#e2a7bc
#e3a8bd
#d499ae
#d398ad
#d297ac
#d196ab
#d095aa
#cf94a9
#ce93a8
#cd92a7
#cc91a6
#cb90a5
#ca8fa4
#c98ea3
#c88da2
#c78ca1

Monochromatic Color with #d59aaf

#d59aaf
#000000
#2b1f23
#553e46
#805d69
#aa7b8c

Tints of #d59aaf Color

#d59aaf
#d9a5b7
#deb0c0
#e3bbc9
#e7c6d2
#ecd2db
#f1dde4
#f5e8ed
#faf3f6
#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

#d59aaf
#9ad5c0

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

Split Complementary

#d59aaf
#9ad5a2
#9accd5

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

Analogous Color

#d59ac7
#d59abb
#d59aaf
#d59aa3
#d59d9a

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

#d59aaf
#afd59a
#9aafd5

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

#d59aaf
#ccd59a
#9ad5c0
#a39ad5

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

#d59aaf
#9ad5c0
#9accd5
#d5a39a

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

#d59aaf Color Code Preview on Black Background Color

This is how #d59aaf Color will look on black background color. Color contrast ratio is 9.07

#d59aaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d59aaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d59aaf

#d59aaf color code is use for CSS Background Color

Background color for the above div is #d59aaf

HTML with inline CSS

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

#d59aaf color code is use for CSS Border Color

CSS Border color for the above div is #d59aaf

HTML with inline CSS

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

CSS Border Left color for the above div is #d59aaf

HTML with inline CSS

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

CSS Border Right color for the above div is #d59aaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d59aaf

HTML with inline CSS

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

CSS Border Top color for the above div is #d59aaf

HTML with inline CSS

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

#d59aaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d59aaf Color code Preview on White Background

This is how #d59aaf Color code will look on white background color. Color contrast ratio is 2.32

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

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(213,154,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,213,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,154,175,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.