crispedge.com

Color picker

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

#dba7ad hex color - Red - Warm color - Information

#dba7ad hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dba7ad Color code in RGB color code model is created after adding 85.88% red color, 65.49% green color and 67.84% blue color. Hex #dba7ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 21% yellow and 14% black.

Hex #dba7ad color code is between #ddaaaa web safe hex color code and #cc99bb web safe hex color code. #ddaaaa is the nearest web safe color code. You can see here many more shades of #dba7ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedba7ad#dba7ad
RGB Decimal219, 167, 173rgb(219, 167, 173)
RGB Percent86%, 65%, 68%rgb(86%, 65%, 68%)
CSS RGBa219, 167, 173,1rgba(219,167,173,1)
CMYK Modelcmyk(0%,24%,21%,14%)
HSL Color Space353,42% ,76%hsl(353,42% ,76%)
HSV Color Space353°, 24%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111010011110101101
Octal333247255
Decimal219167173
Hexdba7ad

Different shades of #dba7ad color code.

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

Light Shade of #dba7ad
#eacbcf
Dark Shade of #dba7ad
#cc838b
Saturated Shade of #dba7ad
#e1a1a8
Desaturated Shade of #dba7ad
#d5adb2
Grey scale Shade of #dba7ad
#c1c1c1
Brighten Shade
#f4c0c6
Most Readable Shade
#000000

Shades of #dba7ad color code

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

#dba7ad
#c29499
#aa8186
#926f73
#795c60
#614a4c
#493739
#302526
#181213
#000000

Similar Color like #dba7ad color

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

#dca8ae
#dda9af
#deaab0
#dfabb1
#e0acb2
#e1adb3
#e2aeb4
#e3afb5
#e4b0b6
#e5b1b7
#e6b2b8
#e7b3b9
#e8b4ba
#e9b5bb
#daa6ac
#d9a5ab
#d8a4aa
#d7a3a9
#d6a2a8
#d5a1a7
#d4a0a6
#d39fa5
#d29ea4
#d19da3
#d09ca2
#cf9ba1
#ce9aa0
#cd999f

Monochromatic Color with #dba7ad

#dba7ad
#060505
#312527
#5b4648
#86666a
#b0878b

Tints of #dba7ad Color

#dba7ad
#dfb0b6
#e3babf
#e7c4c8
#ebced1
#efd7da
#f3e1e3
#f7ebec
#fbf5f5
#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

#dba7ad
#a7dbd5

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

Split Complementary

#dba7ad
#a7dbbb
#a7c7db

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

Analogous Color

#dba7c2
#dba7b7
#dba7ad
#dbaba7
#dbb6a7

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

#dba7ad
#addba7
#a7addb

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

#dba7ad
#c7dba7
#a7dbd5
#bba7db

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

#dba7ad
#a7dbd5
#a7c7db
#dbbba7

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

#dba7ad Color Code Preview on Black Background Color

This is how #dba7ad Color will look on black background color. Color contrast ratio is 10.14

#dba7ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba7ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba7ad

#dba7ad color code is use for CSS Background Color

Background color for the above div is #dba7ad

HTML with inline CSS

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

#dba7ad color code is use for CSS Border Color

CSS Border color for the above div is #dba7ad

HTML with inline CSS

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

CSS Border Left color for the above div is #dba7ad

HTML with inline CSS

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

CSS Border Right color for the above div is #dba7ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dba7ad

HTML with inline CSS

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

CSS Border Top color for the above div is #dba7ad

HTML with inline CSS

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

#dba7ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dba7ad Color code Preview on White Background

This is how #dba7ad Color code will look on white background color. Color contrast ratio is 2.07

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

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.