crispedge.com

Color picker

Loading...

#dc9aaa hex color - Red - Warm color - Information

#dc9aaa hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dc9aaa Color code in RGB color code model is created after adding 86.27% red color, 60.39% green color and 66.67% blue color. Hex #dc9aaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 23% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedc9aaa#dc9aaa
RGB Decimal220, 154, 170rgb(220, 154, 170)
RGB Percent86%, 60%, 67%rgb(86%, 60%, 67%)
CSS RGBa220, 154, 170,1rgba(220,154,170,1)
CMYK Modelcmyk(0%,30%,23%,14%)
HSL Color Space345,49% ,73%hsl(345,49% ,73%)
HSV Color Space345°, 30%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001101010101010
Octal334232252
Decimal220154170
Hexdc9aaa

Different shades of #dc9aaa color code.

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

Light Shade of #dc9aaa
#e9c0ca
Dark Shade of #dc9aaa
#cf748a
Saturated Shade of #dc9aaa
#e393a6
Desaturated Shade of #dc9aaa
#d5a1ad
Grey scale Shade of #dc9aaa
#bbbbbb
Brighten Shade
#f5b3c3
Most Readable Shade
#000000

Shades of #dc9aaa color code

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

#dc9aaa
#c38897
#ab7784
#926671
#7a555e
#61444b
#493338
#302225
#181112
#000000

Similar Color like #dc9aaa color

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

#dd9bab
#de9cac
#df9dad
#e09eae
#e19faf
#e2a0b0
#e3a1b1
#e4a2b2
#e5a3b3
#e6a4b4
#e7a5b5
#e8a6b6
#e9a7b7
#eaa8b8
#db99a9
#da98a8
#d997a7
#d896a6
#d795a5
#d694a4
#d593a3
#d492a2
#d391a1
#d290a0
#d18f9f
#d08e9e
#cf8d9d
#ce8c9c

Monochromatic Color with #dc9aaa

#dc9aaa
#070506
#322327
#5c4147
#875e68
#b17c89

Tints of #dc9aaa Color

#dc9aaa
#dfa5b3
#e3b0bc
#e7bbc6
#ebc6cf
#efd2d9
#f3dde2
#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

#dc9aaa
#9adccc

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

Split Complementary

#dc9aaa
#9adcab
#9acbdc

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

Analogous Color

#dc9ac4
#dc9ab7
#dc9aaa
#dc9a9d
#dca49a

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

#dc9aaa
#aadc9a
#9aaadc

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

#dc9aaa
#cbdc9a
#9adccc
#ab9adc

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

#dc9aaa
#9adccc
#9acbdc
#dcab9a

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

#dc9aaa Color Code Preview on Black Background Color

This is how #dc9aaa Color will look on black background color. Color contrast ratio is 9.25

#dc9aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc9aaa

#dc9aaa color code is use for CSS Background Color

Background color for the above div is #dc9aaa

HTML with inline CSS

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

#dc9aaa color code is use for CSS Border Color

CSS Border color for the above div is #dc9aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #dc9aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #dc9aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc9aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #dc9aaa

HTML with inline CSS

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

#dc9aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc9aaa Color code Preview on White Background

This is how #dc9aaa Color code will look on white background color. Color contrast ratio is 2.27

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

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