crispedge.com

Color picker

Loading...

#db98e6 hex color - Violet - Warm color - Information

#db98e6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db98e6 Color code in RGB color code model is created after adding 85.88% red color, 59.61% green color and 90.2% blue color. Hex #db98e6 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 34% magenta, 0% yellow and 10% black.

Hex #db98e6 color code is between #dd99ee web safe hex color code and #cc88dd web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #db98e6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb98e6#db98e6
RGB Decimal219, 152, 230rgb(219, 152, 230)
RGB Percent86%, 60%, 90%rgb(86%, 60%, 90%)
CSS RGBa219, 152, 230,1rgba(219,152,230,1)
CMYK Modelcmyk(5%,34%,0%,10%)
HSL Color Space292,61% ,75%hsl(292,61% ,75%)
HSV Color Space292°, 34%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111001100011100110
Octal333230346
Decimal219152230
Hexdb98e6

Different shades of #db98e6 color code.

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

Light Shade of #db98e6
#e9c1f0
Dark Shade of #db98e6
#cd6fdc
Saturated Shade of #db98e6
#e092ec
Desaturated Shade of #db98e6
#d69ee0
Grey scale Shade of #db98e6
#bfbfbf
Brighten Shade
#f4b1ff
Most Readable Shade
#000000

Shades of #db98e6 color code

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

#db98e6
#c287cc
#aa76b2
#926599
#79547f
#614366
#49324c
#302133
#181019
#000000

Similar Color like #db98e6 color

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

#dc99e7
#dd9ae8
#de9be9
#df9cea
#e09deb
#e19eec
#e29fed
#e3a0ee
#e4a1ef
#e5a2f0
#e6a3f1
#e7a4f2
#e8a5f3
#e9a6f4
#da97e5
#d996e4
#d895e3
#d794e2
#d693e1
#d592e0
#d491df
#d390de
#d28fdd
#d18edc
#d08ddb
#cf8cda
#ce8bd9
#cd8ad8

Monochromatic Color with #db98e6

#db98e6
#110c11
#39283c
#624466
#8a6091
#b37cbb

Tints of #db98e6 Color

#db98e6
#dfa3e8
#e3aeeb
#e7baee
#ebc5f1
#efd1f3
#f3dcf6
#f7e8f9
#fbf3fc
#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

#db98e6
#a3e698

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

Split Complementary

#db98e6
#cae698
#98e6b4

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

Analogous Color

#bc98e6
#cb98e6
#db98e6
#e698e1
#e698d2

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

#db98e6
#e6db98
#98e6db

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

#db98e6
#e6b498
#a3e698
#98cae6

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

#db98e6
#a3e698
#98e6b4
#e698ca

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

#db98e6 Color Code Preview on Black Background Color

This is how #db98e6 Color will look on black background color. Color contrast ratio is 9.65

#db98e6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db98e6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db98e6

#db98e6 color code is use for CSS Background Color

Background color for the above div is #db98e6

HTML with inline CSS

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

#db98e6 color code is use for CSS Border Color

CSS Border color for the above div is #db98e6

HTML with inline CSS

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

CSS Border Left color for the above div is #db98e6

HTML with inline CSS

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

CSS Border Right color for the above div is #db98e6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db98e6

HTML with inline CSS

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

CSS Border Top color for the above div is #db98e6

HTML with inline CSS

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

#db98e6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db98e6 Color code Preview on White Background

This is how #db98e6 Color code will look on white background color. Color contrast ratio is 2.18

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

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,152,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,230,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,152,230,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.