crispedge.com

Color picker

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

#d97f7b hex color - Red - Warm color - Information

#d97f7b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d97f7b Color code in RGB color code model is created after adding 85.1% red color, 49.8% green color and 48.24% blue color. Hex #d97f7b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 43% yellow and 15% black.

Hex #d97f7b color code is between #dd7777 web safe hex color code and #cc8888 web safe hex color code. #dd7777 is the nearest web safe color code. You can see here many more shades of #d97f7b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded97f7b#d97f7b
RGB Decimal217, 127, 123rgb(217, 127, 123)
RGB Percent85%, 50%, 48%rgb(85%, 50%, 48%)
CSS RGBa217, 127, 123,1rgba(217,127,123,1)
CMYK Modelcmyk(0%,41%,43%,15%)
HSL Color Space3,55% ,67%hsl(3,55% ,67%)
HSV Color Space3°, 43%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010111111101111011
Octal331177173
Decimal217127123
Hexd97f7b

Different shades of #d97f7b color code.

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

Light Shade of #d97f7b
#e4a5a3
Dark Shade of #d97f7b
#ce5953
Saturated Shade of #d97f7b
#e17772
Desaturated Shade of #d97f7b
#d08783
Grey scale Shade of #d97f7b
#aaaaaa
Brighten Shade
#f29894
Most Readable Shade
#000000

Shades of #d97f7b color code

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

#d97f7b
#c0706d
#a8625f
#905452
#784644
#603836
#482a29
#301c1b
#180e0d
#000000

Similar Color like #d97f7b color

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

#da807c
#db817d
#dc827e
#dd837f
#de8480
#df8581
#e08682
#e18783
#e28884
#e38985
#e48a86
#e58b87
#e68c88
#e78d89
#d87e7a
#d77d79
#d67c78
#d57b77
#d47a76
#d37975
#d27874
#d17773
#d07672
#cf7571
#ce7470
#cd736f
#cc726e
#cb716d

Monochromatic Color with #d97f7b

#d97f7b
#040303
#2f1c1b
#593433
#844d4b
#ae6663

Tints of #d97f7b Color

#d97f7b
#dd8d89
#e19b98
#e5a9a7
#e9b7b5
#eec6c4
#f2d4d3
#f6e2e1
#faf0f0
#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

#d97f7b
#7bd5d9

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

Split Complementary

#d97f7b
#7bd9ae
#7ba6d9

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

Analogous Color

#d97b9d
#d97b8a
#d97f7b
#d9927b
#d9a57b

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

#d97f7b
#7bd97f
#7f7bd9

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

#d97f7b
#a6d97b
#7bd5d9
#ae7bd9

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

#d97f7b
#7bd5d9
#7ba6d9
#d9ae7b

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

#d97f7b Color Code Preview on Black Background Color

This is how #d97f7b Color will look on black background color. Color contrast ratio is 7.27

#d97f7b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d97f7b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d97f7b

#d97f7b color code is use for CSS Background Color

Background color for the above div is #d97f7b

HTML with inline CSS

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

#d97f7b color code is use for CSS Border Color

CSS Border color for the above div is #d97f7b

HTML with inline CSS

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

CSS Border Left color for the above div is #d97f7b

HTML with inline CSS

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

CSS Border Right color for the above div is #d97f7b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d97f7b

HTML with inline CSS

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

CSS Border Top color for the above div is #d97f7b

HTML with inline CSS

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

#d97f7b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d97f7b Color code Preview on White Background

This is how #d97f7b Color code will look on white background color. Color contrast ratio is 2.89

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

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.