crispedge.com

Color picker

Loading...

#d785bb hex color - Red - Warm color - Information

#d785bb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d785bb Color code in RGB color code model is created after adding 84.31% red color, 52.16% green color and 73.33% blue color. Hex #d785bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 13% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded785bb#d785bb
RGB Decimal215, 133, 187rgb(215, 133, 187)
RGB Percent84%, 52%, 73%rgb(84%, 52%, 73%)
CSS RGBa215, 133, 187,1rgba(215,133,187,1)
CMYK Modelcmyk(0%,38%,13%,16%)
HSL Color Space320,51% ,68%hsl(320,51% ,68%)
HSV Color Space320°, 38%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101111000010110111011
Octal327205273
Decimal215133187
Hexd785bb

Different shades of #d785bb color code.

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

Light Shade of #d785bb
#e4abd0
Dark Shade of #d785bb
#ca5fa6
Saturated Shade of #d785bb
#df7dbe
Desaturated Shade of #d785bb
#cf8db8
Grey scale Shade of #d785bb
#aeaeae
Brighten Shade
#f09ed4
Most Readable Shade
#000000

Shades of #d785bb color code

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

#d785bb
#bf76a6
#a76791
#8f587c
#774967
#5f3b53
#472c3e
#2f1d29
#170e14
#000000

Similar Color like #d785bb color

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

#d886bc
#d987bd
#da88be
#db89bf
#dc8ac0
#dd8bc1
#de8cc2
#df8dc3
#e08ec4
#e18fc5
#e290c6
#e391c7
#e492c8
#e593c9
#d684ba
#d583b9
#d482b8
#d381b7
#d280b6
#d17fb5
#d07eb4
#cf7db3
#ce7cb2
#cd7bb1
#cc7ab0
#cb79af
#ca78ae
#c977ad

Monochromatic Color with #d785bb

#d785bb
#020202
#2d1c27
#57364c
#825071
#ac6b96

Tints of #d785bb Color

#d785bb
#db92c2
#dfa0ca
#e4add1
#e8bbd9
#edc8e0
#f1d6e8
#f6e3ef
#faf1f7
#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

#d785bb
#85d7a1

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

Split Complementary

#d785bb
#92d785
#85d7ca

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

Analogous Color

#d285d7
#d785cb
#d785bb
#d785ab
#d7859a

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

#d785bb
#bbd785
#85bbd7

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

#d785bb
#d7ca85
#85d7a1
#8592d7

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

#d785bb
#85d7a1
#85d7ca
#d78592

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

#d785bb Color Code Preview on Black Background Color

This is how #d785bb Color will look on black background color. Color contrast ratio is 7.96

#d785bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d785bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d785bb

#d785bb color code is use for CSS Background Color

Background color for the above div is #d785bb

HTML with inline CSS

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

#d785bb color code is use for CSS Border Color

CSS Border color for the above div is #d785bb

HTML with inline CSS

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

CSS Border Left color for the above div is #d785bb

HTML with inline CSS

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

CSS Border Right color for the above div is #d785bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d785bb

HTML with inline CSS

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

CSS Border Top color for the above div is #d785bb

HTML with inline CSS

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

#d785bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d785bb Color code Preview on White Background

This is how #d785bb Color code will look on white background color. Color contrast ratio is 2.64

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

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(215,133,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,215,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,133,187,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.