@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#d57bbf hex color - Violet - Warm color - Information

#d57bbf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d57bbf Color code in RGB color code model is created after adding 83.53% red color, 48.24% green color and 74.9% blue color. Hex #d57bbf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 10% yellow and 16.47% black.

Hex #d57bbf color code is between #dd77bb web safe hex color code and #cc88cc web safe hex color code. #dd77bb is the nearest web safe color code. You can see here many more shades of #d57bbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code d57bbf #d57bbf
RGB Decimal 213, 123, 191 rgb(213, 123, 191)
RGB Percent 84%, 48%, 75% rgb(84%, 48%, 75%)
CSS RGBa 213, 123, 191,1 rgba(213,123,191,1)
CMYK Model cmyk(0%,42%,10%,16.47%)
HSL Color Space 315,52% ,66% hsl(315,52% ,66%)
HSV Color Space 315°, 42%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 01111011 10111111
Octal 325 173 277
Decimal 213 123 191
Hex d5 7b bf

Different shades of #d57bbf color code.

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

Light Shade of #d57bbf
#e1a2d2
Dark Shade of #d57bbf
#c954ac
Saturated Shade of #d57bbf
#de72c3
Desaturated Shade of #d57bbf
#cc84bb
Grey scale Shade of #d57bbf
#a8a8a8
Brighten Shade
#ee94d8
Most Readable Shade
#000000

Shades of #d57bbf color code

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

#d57bbf
#bd6da9
#a55f94
#8e527f
#76446a
#5e3654
#47293f
#2f1b2a
#170d15
#000000

Similar Color like #d57bbf color

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

#d67cc0
#d77dc1
#d87ec2
#d97fc3
#da80c4
#db81c5
#dc82c6
#dd83c7
#de84c8
#df85c9
#e086ca
#e187cb
#e288cc
#e389cd
#d47abe
#d379bd
#d278bc
#d177bb
#d076ba
#cf75b9
#ce74b8
#cd73b7
#cc72b6
#cb71b5
#ca70b4
#c96fb3
#c86eb2
#c76db1

Monochromatic Color with #d57bbf

#d57bbf
#000000
#2b1927
#55314d
#804a73
#aa6299

Tints of #d57bbf Color

#d57bbf
#d989c6
#de98cd
#e3a7d4
#e7b5db
#ecc4e2
#f1d3e9
#f5e1f0
#faf0f7
#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

#d57bbf
#7bd591

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

Split Complementary

#d57bbf
#92d57b
#7bd5be

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

Analogous Color

#c77bd5
#d57bd1
#d57bbf
#d57bad
#d57b9b

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

#d57bbf
#bfd57b
#7bbfd5

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

#d57bbf
#d5be7b
#7bd591
#7b92d5

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

#d57bbf
#7bd591
#7bd5be
#d57b92

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

#d57bbf Color Code Preview on Black Background Color

This is how #d57bbf Color will look on black background color. Color contrast ratio is 7.41

#d57bbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d57bbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d57bbf

#d57bbf color code is use for CSS Background Color

Background color for the above div is #d57bbf

HTML with inline CSS

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

#d57bbf color code is use for CSS Border Color

CSS Border color for the above div is #d57bbf

HTML with inline CSS

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

CSS Border Left color for the above div is #d57bbf

HTML with inline CSS

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

CSS Border Right color for the above div is #d57bbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d57bbf

HTML with inline CSS

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

CSS Border Top color for the above div is #d57bbf

HTML with inline CSS

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

#d57bbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d57bbf Color code Preview on White Background

This is how #d57bbf Color code will look on white background color. Color contrast ratio is 2.83

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(213,123,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,213,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,123,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.