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

#db6cde hex color - Violet - Warm color - Information

#db6cde hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db6cde Color code in RGB color code model is created after adding 85.88% red color, 42.35% green color and 87.06% blue color. Hex #db6cde Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 51% magenta, 0% yellow and 12.94% black.

Hex #db6cde color code is between #dd66dd web safe hex color code and #cc77ee web safe hex color code. #dd66dd is the nearest web safe color code. You can see here many more shades of #db6cde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb6cde#db6cde
RGB Decimal219, 108, 222rgb(219, 108, 222)
RGB Percent86%, 42%, 87%rgb(86%, 42%, 87%)
CSS RGBa219, 108, 222,1rgba(219,108,222,1)
CMYK Modelcmyk(1%,51%,0%,12.94%)
HSL Color Space298,63% ,65%hsl(298,63% ,65%)
HSV Color Space298°, 51%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110110110011011110
Octal333154336
Decimal219108222
Hexdb6cde

Different shades of #db6cde color code.

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

Light Shade of #db6cde
#e596e7
Dark Shade of #db6cde
#d142d5
Saturated Shade of #db6cde
#e463e7
Desaturated Shade of #db6cde
#d275d5
Grey scale Shade of #db6cde
#a5a5a5
Brighten Shade
#f485f7
Most Readable Shade
#000000

Shades of #db6cde color code

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

#db6cde
#c260c5
#aa54ac
#924894
#793c7b
#613062
#49244a
#301831
#180c18
#000000

Similar Color like #db6cde color

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

#dc6ddf
#dd6ee0
#de6fe1
#df70e2
#e071e3
#e172e4
#e273e5
#e374e6
#e475e7
#e576e8
#e677e9
#e778ea
#e879eb
#e97aec
#da6bdd
#d96adc
#d869db
#d768da
#d667d9
#d566d8
#d465d7
#d364d6
#d263d5
#d162d4
#d061d3
#cf60d2
#ce5fd1
#cd5ed0

Monochromatic Color with #db6cde

#db6cde
#090509
#331934
#5d2e5e
#874389
#b157b3

Tints of #db6cde Color

#db6cde
#df7ce1
#e38ce5
#e79de9
#ebadec
#efbdf0
#f3cef4
#f7def7
#fbeefb
#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

#db6cde
#6fde6c

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

Split Complementary

#db6cde
#a8de6c
#6cdea2

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

Analogous Color

#ad6cde
#c46cde
#db6cde
#de6cca
#de6cb3

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

#db6cde
#dedb6c
#6cdedb

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

#db6cde
#dea26c
#6fde6c
#6ca8de

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

#db6cde
#6fde6c
#6cdea2
#de6ca8

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

#db6cde Color Code Preview on Black Background Color

This is how #db6cde Color will look on black background color. Color contrast ratio is 7.21

#db6cde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6cde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6cde

#db6cde color code is use for CSS Background Color

Background color for the above div is #db6cde

HTML with inline CSS

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

#db6cde color code is use for CSS Border Color

CSS Border color for the above div is #db6cde

HTML with inline CSS

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

CSS Border Left color for the above div is #db6cde

HTML with inline CSS

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

CSS Border Right color for the above div is #db6cde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db6cde

HTML with inline CSS

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

CSS Border Top color for the above div is #db6cde

HTML with inline CSS

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

#db6cde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db6cde Color code Preview on White Background

This is how #db6cde Color code will look on white background color. Color contrast ratio is 2.91

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

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,108,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,222,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,108,222,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.