crispedge.com

#d99bea hex color - Violet - Warm color - Information

#d99bea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d99bea Color code in RGB color code model is created after adding 85.1% red color, 60.78% green color and 91.76% blue color. Hex #d99bea Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 34% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded99bea#d99bea
RGB Decimal217, 155, 234rgb(217, 155, 234)
RGB Percent85%, 61%, 92%rgb(85%, 61%, 92%)
CSS RGBa217, 155, 234,1rgba(217,155,234,1)
CMYK Modelcmyk(7%,34%,0%,8%)
HSL Color Space287,65% ,76%hsl(287,65% ,76%)
HSV Color Space287°, 34%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110011001101111101010
Octal331233352
Decimal217155234
Hexd99bea

Different shades of #d99bea color code.

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

Light Shade of #d99bea
#e9c5f3
Dark Shade of #d99bea
#c971e1
Saturated Shade of #d99bea
#dc95f0
Desaturated Shade of #d99bea
#d6a1e4
Grey scale Shade of #d99bea
#c2c2c2
Brighten Shade
#f2b4ff
Most Readable Shade
#000000

Shades of #d99bea color code

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

#d99bea
#c089d0
#a878b6
#90679c
#785682
#604468
#48334e
#302234
#18111a
#000000

Similar Color like #d99bea color

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

#da9ceb
#db9dec
#dc9eed
#dd9fee
#dea0ef
#dfa1f0
#e0a2f1
#e1a3f2
#e2a4f3
#e3a5f4
#e4a6f5
#e5a7f6
#e6a8f7
#e7a9f8
#d89ae9
#d799e8
#d698e7
#d597e6
#d496e5
#d395e4
#d294e3
#d193e2
#d092e1
#cf91e0
#ce90df
#cd8fde
#cc8edd
#cb8ddc

Monochromatic Color with #d99bea

#d99bea
#140e15
#3b2a40
#63476a
#8a6395
#b27fbf

Tints of #d99bea Color

#d99bea
#dda6ec
#e1b1ee
#e5bcf1
#e9c7f3
#eed2f5
#f2ddf8
#f6e8fa
#faf3fc
#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

#d99bea
#acea9b

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

Split Complementary

#d99bea
#d4ea9b
#9beab2

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

Analogous Color

#b99bea
#c99bea
#d99bea
#e99bea
#ea9bdb

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

#d99bea
#ead99b
#9bead9

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

#d99bea
#eab19b
#acea9b
#9bd3ea

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

#d99bea
#acea9b
#9beab2
#ea9bd4

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

#d99bea Color Code Preview on Black Background Color

This is how #d99bea Color will look on black background color. Color contrast ratio is 9.83

#d99bea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d99bea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d99bea

#d99bea color code is use for CSS Background Color

Background color for the above div is #d99bea

HTML with inline CSS

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

#d99bea color code is use for CSS Border Color

CSS Border color for the above div is #d99bea

HTML with inline CSS

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

CSS Border Left color for the above div is #d99bea

HTML with inline CSS

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

CSS Border Right color for the above div is #d99bea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d99bea

HTML with inline CSS

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

CSS Border Top color for the above div is #d99bea

HTML with inline CSS

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

#d99bea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d99bea Color code Preview on White Background

This is how #d99bea Color code will look on white background color. Color contrast ratio is 2.14

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

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(217,155,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,234,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,155,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.

< /html>