crispedge.com

Color picker

Loading...

#dc95ae hex color - Red - Warm color - Information

#dc95ae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dc95ae Color code in RGB color code model is created after adding 86.27% red color, 58.43% green color and 68.24% blue color. Hex #dc95ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 21% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedc95ae#dc95ae
RGB Decimal220, 149, 174rgb(220, 149, 174)
RGB Percent86%, 58%, 68%rgb(86%, 58%, 68%)
CSS RGBa220, 149, 174,1rgba(220,149,174,1)
CMYK Modelcmyk(0%,32%,21%,14%)
HSL Color Space339,50% ,72%hsl(339,50% ,72%)
HSV Color Space339°, 32%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001010110101110
Octal334225256
Decimal220149174
Hexdc95ae

Different shades of #dc95ae color code.

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

Light Shade of #dc95ae
#e9bbcb
Dark Shade of #dc95ae
#cf6f91
Saturated Shade of #dc95ae
#e38eac
Desaturated Shade of #dc95ae
#d59cb0
Grey scale Shade of #dc95ae
#b8b8b8
Brighten Shade
#f5aec7
Most Readable Shade
#000000

Shades of #dc95ae color code

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

#dc95ae
#c3849a
#ab7387
#926374
#7a5260
#61424d
#49313a
#302126
#181013
#000000

Similar Color like #dc95ae color

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

#dd96af
#de97b0
#df98b1
#e099b2
#e19ab3
#e29bb4
#e39cb5
#e49db6
#e59eb7
#e69fb8
#e7a0b9
#e8a1ba
#e9a2bb
#eaa3bc
#db94ad
#da93ac
#d992ab
#d891aa
#d790a9
#d68fa8
#d58ea7
#d48da6
#d38ca5
#d28ba4
#d18aa3
#d089a2
#cf88a1
#ce87a0

Monochromatic Color with #dc95ae

#dc95ae
#070506
#322228
#5c3f49
#875b6b
#b1788c

Tints of #dc95ae Color

#dc95ae
#dfa0b7
#e3acc0
#e7b8c9
#ebc4d2
#efcfdb
#f3dbe4
#f7e7ed
#fbf3f6
#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

#dc95ae
#95dcc3

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

Split Complementary

#dc95ae
#95dca0
#95d1dc

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

Analogous Color

#dc95ca
#dc95bc
#dc95ae
#dc95a0
#dc9895

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

#dc95ae
#aedc95
#95aedc

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

#dc95ae
#d1dc95
#95dcc3
#9f95dc

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

#dc95ae
#95dcc3
#95d1dc
#dca095

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

#dc95ae Color Code Preview on Black Background Color

This is how #dc95ae Color will look on black background color. Color contrast ratio is 8.95

#dc95ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc95ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc95ae

#dc95ae color code is use for CSS Background Color

Background color for the above div is #dc95ae

HTML with inline CSS

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

#dc95ae color code is use for CSS Border Color

CSS Border color for the above div is #dc95ae

HTML with inline CSS

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

CSS Border Left color for the above div is #dc95ae

HTML with inline CSS

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

CSS Border Right color for the above div is #dc95ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc95ae

HTML with inline CSS

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

CSS Border Top color for the above div is #dc95ae

HTML with inline CSS

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

#dc95ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc95ae Color code Preview on White Background

This is how #dc95ae Color code will look on white background color. Color contrast ratio is 2.35

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

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,149,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,220,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,149,174,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.