crispedge.com

Color picker

Loading...

#dc989c hex color - Red - Warm color - Information

#dc989c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dc989c Color code in RGB color code model is created after adding 86.27% red color, 59.61% green color and 61.18% blue color. Hex #dc989c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 29% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedc989c#dc989c
RGB Decimal220, 152, 156rgb(220, 152, 156)
RGB Percent86%, 60%, 61%rgb(86%, 60%, 61%)
CSS RGBa220, 152, 156,1rgba(220,152,156,1)
CMYK Modelcmyk(0%,31%,29%,14%)
HSL Color Space356,49% ,73%hsl(356,49% ,73%)
HSV Color Space356°, 31%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001100010011100
Octal334230234
Decimal220152156
Hexdc989c

Different shades of #dc989c color code.

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

Light Shade of #dc989c
#e9bec1
Dark Shade of #dc989c
#cf7277
Saturated Shade of #dc989c
#e39196
Desaturated Shade of #dc989c
#d59fa2
Grey scale Shade of #dc989c
#bababa
Brighten Shade
#f5b1b5
Most Readable Shade
#000000

Shades of #dc989c color code

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

#dc989c
#c3878a
#ab7679
#926568
#7a5456
#614345
#493234
#302122
#181011
#000000

Similar Color like #dc989c color

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

#dd999d
#de9a9e
#df9b9f
#e09ca0
#e19da1
#e29ea2
#e39fa3
#e4a0a4
#e5a1a5
#e6a2a6
#e7a3a7
#e8a4a8
#e9a5a9
#eaa6aa
#db979b
#da969a
#d99599
#d89498
#d79397
#d69296
#d59195
#d49094
#d38f93
#d28e92
#d18d91
#d08c90
#cf8b8f
#ce8a8e

Monochromatic Color with #dc989c

#dc989c
#070505
#322323
#5c4042
#875d60
#b17b7e

Tints of #dc989c Color

#dc989c
#dfa3a7
#e3aeb2
#e7babd
#ebc5c8
#efd1d3
#f3dcde
#f7e8e9
#fbf3f4
#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

#dc989c
#98dcd8

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

Split Complementary

#dc989c
#98dcb6
#98bedc

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

Analogous Color

#dc98b7
#dc98aa
#dc989c
#dca298
#dcaf98

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

#dc989c
#9cdc98
#989cdc

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

#dc989c
#bedc98
#98dcd8
#b698dc

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

#dc989c
#98dcd8
#98bedc
#dcb698

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

#dc989c Color Code Preview on Black Background Color

This is how #dc989c Color will look on black background color. Color contrast ratio is 9.01

#dc989c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc989c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc989c

#dc989c color code is use for CSS Background Color

Background color for the above div is #dc989c

HTML with inline CSS

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

#dc989c color code is use for CSS Border Color

CSS Border color for the above div is #dc989c

HTML with inline CSS

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

CSS Border Left color for the above div is #dc989c

HTML with inline CSS

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

CSS Border Right color for the above div is #dc989c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc989c

HTML with inline CSS

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

CSS Border Top color for the above div is #dc989c

HTML with inline CSS

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

#dc989c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc989c Color code Preview on White Background

This is how #dc989c Color code will look on white background color. Color contrast ratio is 2.33

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

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,152,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,220,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,152,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.