crispedge.com

Color picker

Loading...

#db9fcc hex color - Violet - Warm color - Information

#db9fcc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db9fcc Color code in RGB color code model is created after adding 85.88% red color, 62.35% green color and 80% blue color. Hex #db9fcc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 7% yellow and 14% black.

Hex #db9fcc color code is between #dd99bb web safe hex color code and #ccaadd web safe hex color code. #dd99bb is the nearest web safe color code. You can see here many more shades of #db9fcc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb9fcc#db9fcc
RGB Decimal219, 159, 204rgb(219, 159, 204)
RGB Percent86%, 62%, 80%rgb(86%, 62%, 80%)
CSS RGBa219, 159, 204,1rgba(219,159,204,1)
CMYK Modelcmyk(0%,27%,7%,14%)
HSL Color Space315,45% ,74%hsl(315,45% ,74%)
HSV Color Space315°, 27%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111001111111001100
Octal333237314
Decimal219159204
Hexdb9fcc

Different shades of #db9fcc color code.

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

Light Shade of #db9fcc
#e9c4e0
Dark Shade of #db9fcc
#cd7ab8
Saturated Shade of #db9fcc
#e298cf
Desaturated Shade of #db9fcc
#d4a6c9
Grey scale Shade of #db9fcc
#bdbdbd
Brighten Shade
#f4b8e5
Most Readable Shade
#000000

Shades of #db9fcc color code

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

#db9fcc
#c28db5
#aa7b9e
#926a88
#795871
#61465a
#493544
#30232d
#181116
#000000

Similar Color like #db9fcc color

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

#dca0cd
#dda1ce
#dea2cf
#dfa3d0
#e0a4d1
#e1a5d2
#e2a6d3
#e3a7d4
#e4a8d5
#e5a9d6
#e6aad7
#e7abd8
#e8acd9
#e9adda
#da9ecb
#d99dca
#d89cc9
#d79bc8
#d69ac7
#d599c6
#d498c5
#d397c4
#d296c3
#d195c2
#d094c1
#cf93c0
#ce92bf
#cd91be

Monochromatic Color with #db9fcc

#db9fcc
#060506
#31242e
#5b4255
#86617d
#b080a4

Tints of #db9fcc Color

#db9fcc
#dfa9d1
#e3b4d7
#e7bfdd
#ebc9e2
#efd4e8
#f3dfee
#f7e9f3
#fbf4f9
#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

#db9fcc
#9fdbae

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

Split Complementary

#db9fcc
#aedb9f
#9fdbcc

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

Analogous Color

#d29fdb
#db9fd8
#db9fcc
#db9fc0
#db9fb4

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

#db9fcc
#ccdb9f
#9fccdb

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

#db9fcc
#dbcc9f
#9fdbae
#9faedb

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

#db9fcc
#9fdbae
#9fdbcc
#db9fae

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

#db9fcc Color Code Preview on Black Background Color

This is how #db9fcc Color will look on black background color. Color contrast ratio is 9.84

#db9fcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db9fcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db9fcc

#db9fcc color code is use for CSS Background Color

Background color for the above div is #db9fcc

HTML with inline CSS

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

#db9fcc color code is use for CSS Border Color

CSS Border color for the above div is #db9fcc

HTML with inline CSS

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

CSS Border Left color for the above div is #db9fcc

HTML with inline CSS

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

CSS Border Right color for the above div is #db9fcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db9fcc

HTML with inline CSS

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

CSS Border Top color for the above div is #db9fcc

HTML with inline CSS

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

#db9fcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db9fcc Color code Preview on White Background

This is how #db9fcc Color code will look on white background color. Color contrast ratio is 2.13

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

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,159,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,219,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,159,204,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.