crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dc989b hex color - Red - Warm color - Information

#dc989b hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #dc989b 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 #dc989b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedc989b#dc989b
RGB Decimal220, 152, 155rgb(220, 152, 155)
RGB Percent86%, 60%, 61%rgb(86%, 60%, 61%)
CSS RGBa220, 152, 155,1rgba(220,152,155,1)
CMYK Modelcmyk(0%,31%,30%,14%)
HSL Color Space357,49% ,73%hsl(357,49% ,73%)
HSV Color Space357°, 31%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001001100010011011
Octal334230233
Decimal220152155
Hexdc989b

Different shades of #dc989b color code.

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

Light Shade of #dc989b
#e9bec0
Dark Shade of #dc989b
#cf7276
Saturated Shade of #dc989b
#e39195
Desaturated Shade of #dc989b
#d59fa1
Grey scale Shade of #dc989b
#bababa
Brighten Shade
#f5b1b4
Most Readable Shade
#000000

Shades of #dc989b color code

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

#dc989b
#c38789
#ab7678
#926567
#7a5456
#614344
#493233
#302122
#181011
#000000

Similar Color like #dc989b color

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

#dd999c
#de9a9d
#df9b9e
#e09c9f
#e19da0
#e29ea1
#e39fa2
#e4a0a3
#e5a1a4
#e6a2a5
#e7a3a6
#e8a4a7
#e9a5a8
#eaa6a9
#db979a
#da9699
#d99598
#d89497
#d79396
#d69295
#d59194
#d49093
#d38f92
#d28e91
#d18d90
#d08c8f
#cf8b8e
#ce8a8d

Monochromatic Color with #dc989b

#dc989b
#070505
#322323
#5c4041
#875d5f
#b17b7d

Tints of #dc989b Color

#dc989b
#dfa3a6
#e3aeb1
#e7babc
#ebc5c7
#efd1d2
#f3dcdd
#f7e8e8
#fbf3f3
#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

#dc989b
#98dcd9

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

Split Complementary

#dc989b
#98dcb7
#98bddc

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

Analogous Color

#dc98b6
#dc98a9
#dc989b
#dca398
#dcb098

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

#dc989b
#9bdc98
#989bdc

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

#dc989b
#bddc98
#98dcd9
#b798dc

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

#dc989b
#98dcd9
#98bddc
#dcb798

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

#dc989b Color Code Preview on Black Background Color

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

#dc989b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc989b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc989b

#dc989b color code is use for CSS Background Color

Background color for the above div is #dc989b

HTML with inline CSS

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

#dc989b color code is use for CSS Border Color

CSS Border color for the above div is #dc989b

HTML with inline CSS

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

CSS Border Left color for the above div is #dc989b

HTML with inline CSS

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

CSS Border Right color for the above div is #dc989b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc989b

HTML with inline CSS

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

CSS Border Top color for the above div is #dc989b

HTML with inline CSS

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

#dc989b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc989b Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.