crispedge.com

Color picker

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

#db8ca2 hex color - Red - Warm color - Information

#db8ca2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db8ca2 Color code in RGB color code model is created after adding 85.88% red color, 54.9% green color and 63.53% blue color. Hex #db8ca2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 26% yellow and 14% black.

Hex #db8ca2 color code is between #dd88aa web safe hex color code and #cc9999 web safe hex color code. #dd88aa is the nearest web safe color code. You can see here many more shades of #db8ca2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedb8ca2#db8ca2
RGB Decimal219, 140, 162rgb(219, 140, 162)
RGB Percent86%, 55%, 64%rgb(86%, 55%, 64%)
CSS RGBa219, 140, 162,1rgba(219,140,162,1)
CMYK Modelcmyk(0%,36%,26%,14%)
HSL Color Space343,52% ,70%hsl(343,52% ,70%)
HSV Color Space343°, 36%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111000110010100010
Octal333214242
Decimal219140162
Hexdb8ca2

Different shades of #db8ca2 color code.

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

Light Shade of #db8ca2
#e7b3c1
Dark Shade of #db8ca2
#cf6583
Saturated Shade of #db8ca2
#e3849f
Desaturated Shade of #db8ca2
#d394a5
Grey scale Shade of #db8ca2
#b3b3b3
Brighten Shade
#f4a5bb
Most Readable Shade
#000000

Shades of #db8ca2 color code

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

#db8ca2
#c27c90
#aa6c7e
#925d6c
#794d5a
#613e48
#492e36
#301f24
#180f12
#000000

Similar Color like #db8ca2 color

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

#dc8da3
#dd8ea4
#de8fa5
#df90a6
#e091a7
#e192a8
#e293a9
#e394aa
#e495ab
#e596ac
#e697ad
#e798ae
#e899af
#e99ab0
#da8ba1
#d98aa0
#d8899f
#d7889e
#d6879d
#d5869c
#d4859b
#d3849a
#d28399
#d18298
#d08197
#cf8096
#ce7f95
#cd7e94

Monochromatic Color with #db8ca2

#db8ca2
#060405
#311f24
#5b3a44
#865663
#b07183

Tints of #db8ca2 Color

#db8ca2
#df98ac
#e3a5b6
#e7b2c1
#ebbfcb
#efcbd5
#f3d8e0
#f7e5ea
#fbf2f4
#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

#db8ca2
#8cdbc5

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

Split Complementary

#db8ca2
#8cdb9e
#8cc9db

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

Analogous Color

#db8cc2
#db8cb2
#db8ca2
#db8c92
#db968c

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

#db8ca2
#a2db8c
#8ca2db

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

#db8ca2
#c9db8c
#8cdbc5
#9d8cdb

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

#db8ca2
#8cdbc5
#8cc9db
#db9e8c

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

#db8ca2 Color Code Preview on Black Background Color

This is how #db8ca2 Color will look on black background color. Color contrast ratio is 8.28

#db8ca2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db8ca2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db8ca2

#db8ca2 color code is use for CSS Background Color

Background color for the above div is #db8ca2

HTML with inline CSS

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

#db8ca2 color code is use for CSS Border Color

CSS Border color for the above div is #db8ca2

HTML with inline CSS

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

CSS Border Left color for the above div is #db8ca2

HTML with inline CSS

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

CSS Border Right color for the above div is #db8ca2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db8ca2

HTML with inline CSS

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

CSS Border Top color for the above div is #db8ca2

HTML with inline CSS

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

#db8ca2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db8ca2 Color code Preview on White Background

This is how #db8ca2 Color code will look on white background color. Color contrast ratio is 2.53

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

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.