@
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.

#db6dbd hex color - Violet - Warm color - Information

#db6dbd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db6dbd Color code in RGB color code model is created after adding 85.88% red color, 42.75% green color and 74.12% blue color. Hex #db6dbd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 14% yellow and 14.12% black.

Hex #db6dbd color code is between #dd66bb web safe hex color code and #cc77cc web safe hex color code. #dd66bb is the nearest web safe color code. You can see here many more shades of #db6dbd 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 db6dbd #db6dbd
RGB Decimal 219, 109, 189 rgb(219, 109, 189)
RGB Percent 86%, 43%, 74% rgb(86%, 43%, 74%)
CSS RGBa 219, 109, 189,1 rgba(219,109,189,1)
CMYK Model cmyk(0%,50%,14%,14.12%)
HSL Color Space 316,60% ,64% hsl(316,60% ,64%)
HSV Color Space 316°, 50%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01101101 10111101
Octal 333 155 275
Decimal 219 109 189
Hex db 6d bd

Different shades of #db6dbd color code.

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

Light Shade of #db6dbd
#e596cf
Dark Shade of #db6dbd
#d144aa
Saturated Shade of #db6dbd
#e464c1
Desaturated Shade of #db6dbd
#d276b9
Grey scale Shade of #db6dbd
#a4a4a4
Brighten Shade
#f486d6
Most Readable Shade
#000000

Shades of #db6dbd color code

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

#db6dbd
#c260a8
#aa5493
#92487e
#793c69
#613054
#49243f
#30182a
#180c15
#000000

Similar Color like #db6dbd color

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

#dc6ebe
#dd6fbf
#de70c0
#df71c1
#e072c2
#e173c3
#e274c4
#e375c5
#e476c6
#e577c7
#e678c8
#e779c9
#e87aca
#e97bcb
#da6cbc
#d96bbb
#d86aba
#d769b9
#d668b8
#d567b7
#d466b6
#d365b5
#d264b4
#d163b3
#d062b2
#cf61b1
#ce60b0
#cd5faf

Monochromatic Color with #db6dbd

#db6dbd
#060306
#31182a
#5b2e4f
#864374
#b05898

Tints of #db6dbd Color

#db6dbd
#df7dc4
#e38dcb
#e79dd3
#ebadda
#efbee1
#f3cee9
#f7def0
#fbeef7
#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

#db6dbd
#6ddb8b

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

Split Complementary

#db6dbd
#86db6d
#6ddbc2

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

Analogous Color

#cd6ddb
#db6dd3
#db6dbd
#db6da7
#db6d91

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

#db6dbd
#bddb6d
#6dbddb

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

#db6dbd
#dbc26d
#6ddb8b
#6d86db

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

#db6dbd
#6ddb8b
#6ddbc2
#db6d86

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

#db6dbd Color Code Preview on Black Background Color

This is how #db6dbd Color will look on black background color. Color contrast ratio is 6.93

#db6dbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6dbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6dbd

#db6dbd color code is use for CSS Background Color

Background color for the above div is #db6dbd

HTML with inline CSS

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

#db6dbd color code is use for CSS Border Color

CSS Border color for the above div is #db6dbd

HTML with inline CSS

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

CSS Border Left color for the above div is #db6dbd

HTML with inline CSS

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

CSS Border Right color for the above div is #db6dbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db6dbd

HTML with inline CSS

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

CSS Border Top color for the above div is #db6dbd

HTML with inline CSS

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

#db6dbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db6dbd Color code Preview on White Background

This is how #db6dbd Color code will look on white background color. Color contrast ratio is 3.03

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

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,109,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,219,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,109,189,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.