crispedge.com

Color picker

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

#db788f hex color - Red - Warm color - Information

#db788f hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #db788f Color code in RGB color code model is created after adding 85.88% red color, 47.06% green color and 56.08% blue color. Hex #db788f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 35% yellow and 14% black.

Hex #db788f color code is between #dd7788 web safe hex color code and #cc8899 web safe hex color code. #dd7788 is the nearest web safe color code. You can see here many more shades of #db788f color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codedb788f#db788f
RGB Decimal219, 120, 143rgb(219, 120, 143)
RGB Percent86%, 47%, 56%rgb(86%, 47%, 56%)
CSS RGBa219, 120, 143,1rgba(219,120,143,1)
CMYK Modelcmyk(0%,45%,35%,14%)
HSL Color Space346,58% ,66%hsl(346,58% ,66%)
HSV Color Space346°, 45%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110111100010001111
Octal333170217
Decimal219120143
Hexdb788f

Different shades of #db788f color code.

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

Light Shade of #db788f
#e6a0b0
Dark Shade of #db788f
#d0506e
Saturated Shade of #db788f
#e46f8a
Desaturated Shade of #db788f
#d28194
Grey scale Shade of #db788f
#a9a9a9
Brighten Shade
#f491a8
Most Readable Shade
#000000

Shades of #db788f color code

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

#db788f
#c26a7f
#aa5d6f
#92505f
#79424f
#61353f
#49282f
#301a1f
#180d0f
#000000

Similar Color like #db788f color

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

#dc7990
#dd7a91
#de7b92
#df7c93
#e07d94
#e17e95
#e27f96
#e38097
#e48198
#e58299
#e6839a
#e7849b
#e8859c
#e9869d
#da778e
#d9768d
#d8758c
#d7748b
#d6738a
#d57289
#d47188
#d37087
#d26f86
#d16e85
#d06d84
#cf6c83
#ce6b82
#cd6a81

Monochromatic Color with #db788f

#db788f
#060404
#311b20
#5b323c
#864957
#b06173

Tints of #db788f Color

#db788f
#df879b
#e396a7
#e7a5b4
#ebb4c0
#efc3cd
#f3d2d9
#f7e1e6
#fbf0f2
#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

#db788f
#78dbc4

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

Split Complementary

#db788f
#78db93
#78c1db

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

Analogous Color

#db78b7
#db78a3
#db788f
#db787b
#db8978

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

#db788f
#8fdb78
#788fdb

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

#db788f
#c0db78
#78dbc4
#9278db

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

#db788f
#78dbc4
#78c1db
#db9278

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

#db788f Color Code Preview on Black Background Color

This is how #db788f Color will look on black background color. Color contrast ratio is 7.10

#db788f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db788f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db788f

#db788f color code is use for CSS Background Color

Background color for the above div is #db788f

HTML with inline CSS

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

#db788f color code is use for CSS Border Color

CSS Border color for the above div is #db788f

HTML with inline CSS

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

CSS Border Left color for the above div is #db788f

HTML with inline CSS

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

CSS Border Right color for the above div is #db788f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db788f

HTML with inline CSS

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

CSS Border Top color for the above div is #db788f

HTML with inline CSS

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

#db788f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db788f Color code Preview on White Background

This is how #db788f Color code will look on white background color. Color contrast ratio is 2.96

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.