crispedge.com

Color picker

Loading...

#d680bb hex color - Red - Warm color - Information

#d680bb hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #d680bb 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 #d680bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded680bb#d680bb
RGB Decimal214, 128, 187rgb(214, 128, 187)
RGB Percent84%, 50%, 73%rgb(84%, 50%, 73%)
CSS RGBa214, 128, 187,1rgba(214,128,187,1)
CMYK Modelcmyk(0%,40%,13%,16%)
HSL Color Space319,51% ,67%hsl(319,51% ,67%)
HSV Color Space319°, 40%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101101000000010111011
Octal326200273
Decimal214128187
Hexd680bb

Different shades of #d680bb color code.

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

Light Shade of #d680bb
#e2a7d0
Dark Shade of #d680bb
#ca59a6
Saturated Shade of #d680bb
#de78be
Desaturated Shade of #d680bb
#ce88b8
Grey scale Shade of #d680bb
#ababab
Brighten Shade
#ef99d4
Most Readable Shade
#000000

Shades of #d680bb color code

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

#d680bb
#be71a6
#a66391
#8e557c
#764767
#5f3853
#472a3e
#2f1c29
#170e14
#000000

Similar Color like #d680bb color

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

#d781bc
#d882bd
#d983be
#da84bf
#db85c0
#dc86c1
#dd87c2
#de88c3
#df89c4
#e08ac5
#e18bc6
#e28cc7
#e38dc8
#e48ec9
#d57fba
#d47eb9
#d37db8
#d27cb7
#d17bb6
#d07ab5
#cf79b4
#ce78b3
#cd77b2
#cc76b1
#cb75b0
#ca74af
#c973ae
#c872ad

Monochromatic Color with #d680bb

#d680bb
#010101
#2c1a26
#56344c
#814d71
#ab6796

Tints of #d680bb Color

#d680bb
#da8ec2
#df9cca
#e3aad1
#e8b8d9
#ecc6e0
#f1d4e8
#f5e2ef
#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

#d680bb
#80d69b

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

Split Complementary

#d680bb
#90d680
#80d6c6

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

Analogous Color

#cf80d6
#d680cc
#d680bb
#d680aa
#d68099

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

#d680bb
#bbd680
#80bbd6

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

#d680bb
#d6c680
#80d69b
#8090d6

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

#d680bb
#80d69b
#80d6c6
#d68090

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

#d680bb Color Code Preview on Black Background Color

This is how #d680bb Color will look on black background color. Color contrast ratio is 7.66

#d680bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d680bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d680bb

#d680bb color code is use for CSS Background Color

Background color for the above div is #d680bb

HTML with inline CSS

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

#d680bb color code is use for CSS Border Color

CSS Border color for the above div is #d680bb

HTML with inline CSS

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

CSS Border Left color for the above div is #d680bb

HTML with inline CSS

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

CSS Border Right color for the above div is #d680bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d680bb

HTML with inline CSS

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

CSS Border Top color for the above div is #d680bb

HTML with inline CSS

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

#d680bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d680bb Color code Preview on White Background

This is how #d680bb Color code will look on white background color. Color contrast ratio is 2.74

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

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(214,128,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,214,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,128,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.