crispedge.com

Color picker

Loading...

#df9aaa hex color - Red - Warm color - Information

#df9aaa hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #df9aaa Color code in RGB color code model is created after adding 87.45% red color, 60.39% green color and 66.67% blue color. Hex #df9aaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 24% yellow and 13% black.

Hex #df9aaa color code is between #dd9999 web safe hex color code and #eeaabb web safe hex color code. #dd9999 is the nearest web safe color code. You can see here many more shades of #df9aaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf9aaa#df9aaa
RGB Decimal223, 154, 170rgb(223, 154, 170)
RGB Percent87%, 60%, 67%rgb(87%, 60%, 67%)
CSS RGBa223, 154, 170,1rgba(223,154,170,1)
CMYK Modelcmyk(0%,31%,24%,13%)
HSL Color Space346,52% ,74%hsl(346,52% ,74%)
HSV Color Space346°, 31%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111001101010101010
Octal337232252
Decimal223154170
Hexdf9aaa

Different shades of #df9aaa color code.

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

Light Shade of #df9aaa
#ebc1cb
Dark Shade of #df9aaa
#d37389
Saturated Shade of #df9aaa
#e693a6
Desaturated Shade of #df9aaa
#d8a1ae
Grey scale Shade of #df9aaa
#bcbcbc
Brighten Shade
#f8b3c3
Most Readable Shade
#000000

Shades of #df9aaa color code

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

#df9aaa
#c68897
#ad7784
#946671
#7b555e
#63444b
#4a3338
#312225
#181112
#000000

Similar Color like #df9aaa color

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

#e09bab
#e19cac
#e29dad
#e39eae
#e49faf
#e5a0b0
#e6a1b1
#e7a2b2
#e8a3b3
#e9a4b4
#eaa5b5
#eba6b6
#eca7b7
#eda8b8
#de99a9
#dd98a8
#dc97a7
#db96a6
#da95a5
#d994a4
#d893a3
#d792a2
#d691a1
#d590a0
#d48f9f
#d38e9e
#d28d9d
#d18c9c

Monochromatic Color with #df9aaa

#df9aaa
#0a0708
#352528
#5f4249
#8a5f69
#b47d8a

Tints of #df9aaa Color

#df9aaa
#e2a5b3
#e6b0bc
#e9bbc6
#edc6cf
#f0d2d9
#f4dde2
#f7e8ec
#fbf3f5
#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

#df9aaa
#9adfcf

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

Split Complementary

#df9aaa
#9adfad
#9acddf

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

Analogous Color

#df9ac6
#df9ab8
#df9aaa
#df9a9c
#dfa69a

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

#df9aaa
#aadf9a
#9aaadf

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

#df9aaa
#ccdf9a
#9adfcf
#ac9adf

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

#df9aaa
#9adfcf
#9acddf
#dfad9a

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

#df9aaa Color Code Preview on Black Background Color

This is how #df9aaa Color will look on black background color. Color contrast ratio is 9.34

#df9aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df9aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df9aaa

#df9aaa color code is use for CSS Background Color

Background color for the above div is #df9aaa

HTML with inline CSS

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

#df9aaa color code is use for CSS Border Color

CSS Border color for the above div is #df9aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #df9aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #df9aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df9aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #df9aaa

HTML with inline CSS

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

#df9aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df9aaa Color code Preview on White Background

This is how #df9aaa Color code will look on white background color. Color contrast ratio is 2.25

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

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(223,154,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,223,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,154,170,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.