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

#db6aea hex color - Violet - Warm color - Information

#db6aea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db6aea Color code in RGB color code model is created after adding 85.88% red color, 41.57% green color and 91.76% blue color. Hex #db6aea Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 55% magenta, 0% yellow and 8.24% black.

Hex #db6aea color code is between #dd66ee web safe hex color code and #cc77dd web safe hex color code. #dd66ee is the nearest web safe color code. You can see here many more shades of #db6aea 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 db6aea #db6aea
RGB Decimal 219, 106, 234 rgb(219, 106, 234)
RGB Percent 86%, 42%, 92% rgb(86%, 42%, 92%)
CSS RGBa 219, 106, 234,1 rgba(219,106,234,1)
CMYK Model cmyk(6%,55%,0%,8.24%)
HSL Color Space 293,75% ,67% hsl(293,75% ,67%)
HSV Color Space 293°, 55%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01101010 11101010
Octal 333 152 352
Decimal 219 106 234
Hex db 6a ea

Different shades of #db6aea color code.

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

Light Shade of #db6aea
#e697f0
Dark Shade of #db6aea
#d03de4
Saturated Shade of #db6aea
#e161f2
Desaturated Shade of #db6aea
#d472e1
Grey scale Shade of #db6aea
#aaaaaa
Brighten Shade
#f483ff
Most Readable Shade
#000000

Shades of #db6aea color code

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

#db6aea
#c25ed0
#aa52b6
#92469c
#793a82
#612f68
#49234e
#301734
#180b1a
#000000

Similar Color like #db6aea color

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

#dc6beb
#dd6cec
#de6ded
#df6eee
#e06fef
#e170f0
#e271f1
#e372f2
#e473f3
#e574f4
#e675f5
#e776f6
#e877f7
#e978f8
#da69e9
#d968e8
#d867e7
#d766e6
#d665e5
#d564e4
#d463e3
#d362e2
#d261e1
#d160e0
#d05fdf
#cf5ede
#ce5ddd
#cd5cdc

Monochromatic Color with #db6aea

#db6aea
#140a15
#3c1d40
#64306a
#8b4395
#b357bf

Tints of #db6aea Color

#db6aea
#df7aec
#e38bee
#e79bf1
#ebacf3
#efbcf5
#f3cdf8
#f7ddfa
#fbeefc
#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

#db6aea
#79ea6a

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

Split Complementary

#db6aea
#b9ea6a
#6aea9b

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

Analogous Color

#a86aea
#c16aea
#db6aea
#ea6adf
#ea6ac6

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

#db6aea
#eadb6a
#6aeadb

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

#db6aea
#ea9b6a
#79ea6a
#6ab9ea

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

#db6aea
#79ea6a
#6aea9b
#ea6ab9

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

#db6aea Color Code Preview on Black Background Color

This is how #db6aea Color will look on black background color. Color contrast ratio is 7.26

#db6aea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6aea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db6aea

#db6aea color code is use for CSS Background Color

Background color for the above div is #db6aea

HTML with inline CSS

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

#db6aea color code is use for CSS Border Color

CSS Border color for the above div is #db6aea

HTML with inline CSS

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

CSS Border Left color for the above div is #db6aea

HTML with inline CSS

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

CSS Border Right color for the above div is #db6aea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db6aea

HTML with inline CSS

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

CSS Border Top color for the above div is #db6aea

HTML with inline CSS

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

#db6aea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db6aea Color code Preview on White Background

This is how #db6aea Color code will look on white background color. Color contrast ratio is 2.89

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

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,106,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,234,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,106,234,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.