crispedge.com

Color picker

Loading...

#db7bc7 hex color - Violet - Warm color - Information

#db7bc7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db7bc7 Color code in RGB color code model is created after adding 85.88% red color, 48.24% green color and 78.04% blue color. Hex #db7bc7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 9% yellow and 14% black.

Hex #db7bc7 color code is between #dd77cc web safe hex color code and #cc88bb web safe hex color code. #dd77cc is the nearest web safe color code. You can see here many more shades of #db7bc7 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedb7bc7#db7bc7
RGB Decimal219, 123, 199rgb(219, 123, 199)
RGB Percent86%, 48%, 78%rgb(86%, 48%, 78%)
CSS RGBa219, 123, 199,1rgba(219,123,199,1)
CMYK Modelcmyk(0%,44%,9%,14%)
HSL Color Space313,57% ,67%hsl(313,57% ,67%)
HSV Color Space312°, 44%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110111101111000111
Octal333173307
Decimal219123199
Hexdb7bc7

Different shades of #db7bc7 color code.

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

Light Shade of #db7bc7
#e6a3d8
Dark Shade of #db7bc7
#d053b6
Saturated Shade of #db7bc7
#e373cc
Desaturated Shade of #db7bc7
#d383c2
Grey scale Shade of #db7bc7
#ababab
Brighten Shade
#f494e0
Most Readable Shade
#000000

Shades of #db7bc7 color code

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

#db7bc7
#c26db0
#aa5f9a
#925284
#79446e
#613658
#492942
#301b2c
#180d16
#000000

Similar Color like #db7bc7 color

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

#dc7cc8
#dd7dc9
#de7eca
#df7fcb
#e080cc
#e181cd
#e282ce
#e383cf
#e484d0
#e585d1
#e686d2
#e787d3
#e888d4
#e989d5
#da7ac6
#d979c5
#d878c4
#d777c3
#d676c2
#d575c1
#d474c0
#d373bf
#d272be
#d171bd
#d070bc
#cf6fbb
#ce6eba
#cd6db9

Monochromatic Color with #db7bc7

#db7bc7
#060406
#311c2d
#5b3353
#864b7a
#b063a0

Tints of #db7bc7 Color

#db7bc7
#df89cd
#e398d3
#e7a7d9
#ebb5df
#efc4e6
#f3d3ec
#f7e1f2
#fbf0f8
#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

#db7bc7
#7bdb8f

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

Split Complementary

#db7bc7
#97db7b
#7bdbbf

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

Analogous Color

#c97bdb
#db7bda
#db7bc7
#db7bb4
#db7ba1

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

#db7bc7
#c7db7b
#7bc7db

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

#db7bc7
#dbbf7b
#7bdb8f
#7b97db

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

#db7bc7
#7bdb8f
#7bdbbf
#db7b97

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

#db7bc7 Color Code Preview on Black Background Color

This is how #db7bc7 Color will look on black background color. Color contrast ratio is 7.67

#db7bc7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db7bc7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db7bc7

#db7bc7 color code is use for CSS Background Color

Background color for the above div is #db7bc7

HTML with inline CSS

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

#db7bc7 color code is use for CSS Border Color

CSS Border color for the above div is #db7bc7

HTML with inline CSS

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

CSS Border Left color for the above div is #db7bc7

HTML with inline CSS

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

CSS Border Right color for the above div is #db7bc7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db7bc7

HTML with inline CSS

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

CSS Border Top color for the above div is #db7bc7

HTML with inline CSS

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

#db7bc7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db7bc7 Color code Preview on White Background

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

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(219,123,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,219,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,123,199,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.