crispedge.com

Color picker

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

#d87a98 hex color - Red - Warm color - Information

#d87a98 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d87a98 Color code in RGB color code model is created after adding 84.71% red color, 47.84% green color and 59.61% blue color. Hex #d87a98 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 30% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded87a98#d87a98
RGB Decimal216, 122, 152rgb(216, 122, 152)
RGB Percent85%, 48%, 60%rgb(85%, 48%, 60%)
CSS RGBa216, 122, 152,1rgba(216,122,152,1)
CMYK Modelcmyk(0%,44%,30%,15%)
HSL Color Space341,55% ,66%hsl(341,55% ,66%)
HSV Color Space341°, 44%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000111101010011000
Octal330172230
Decimal216122152
Hexd87a98

Different shades of #d87a98 color code.

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

Light Shade of #d87a98
#e4a1b7
Dark Shade of #d87a98
#cc5379
Saturated Shade of #d87a98
#e17195
Desaturated Shade of #d87a98
#cf839b
Grey scale Shade of #d87a98
#a9a9a9
Brighten Shade
#f193b1
Most Readable Shade
#000000

Shades of #d87a98 color code

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

#d87a98
#c06c87
#a85e76
#905165
#784354
#603643
#482832
#301b21
#180d10
#000000

Similar Color like #d87a98 color

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

#d97b99
#da7c9a
#db7d9b
#dc7e9c
#dd7f9d
#de809e
#df819f
#e082a0
#e183a1
#e284a2
#e385a3
#e486a4
#e587a5
#e688a6
#d77997
#d67896
#d57795
#d47694
#d37593
#d27492
#d17391
#d07290
#cf718f
#ce708e
#cd6f8d
#cc6e8c
#cb6d8b
#ca6c8a

Monochromatic Color with #d87a98

#d87a98
#030202
#2e1a20
#58323e
#834a5c
#ad627a

Tints of #d87a98 Color

#d87a98
#dc88a3
#e097ae
#e5a6ba
#e9b5c5
#edc3d1
#f2d2dc
#f6e1e8
#faf0f3
#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

#d87a98
#7ad8ba

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

Split Complementary

#d87a98
#7ad88b
#7ac7d8

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

Analogous Color

#d87abe
#d87aab
#d87a98
#d87a85
#d8827a

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

#d87a98
#98d87a
#7a98d8

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

#d87a98
#c7d87a
#7ad8ba
#8b7ad8

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

#d87a98
#7ad8ba
#7ac7d8
#d88b7a

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

#d87a98 Color Code Preview on Black Background Color

This is how #d87a98 Color will look on black background color. Color contrast ratio is 7.16

#d87a98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d87a98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d87a98

#d87a98 color code is use for CSS Background Color

Background color for the above div is #d87a98

HTML with inline CSS

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

#d87a98 color code is use for CSS Border Color

CSS Border color for the above div is #d87a98

HTML with inline CSS

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

CSS Border Left color for the above div is #d87a98

HTML with inline CSS

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

CSS Border Right color for the above div is #d87a98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d87a98

HTML with inline CSS

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

CSS Border Top color for the above div is #d87a98

HTML with inline CSS

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

#d87a98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d87a98 Color code Preview on White Background

This is how #d87a98 Color code will look on white background color. Color contrast ratio is 2.93

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

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.