crispedge.com

Color picker

Loading...

#d099f5 hex color - Violet - Warm color - Information

#d099f5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #d099f5 Color code in RGB color code model is created after adding 81.57% red color, 60% green color and 96.08% blue color. Hex #d099f5 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 38% magenta, 0% yellow and 4% black.

Hex #d099f5 color code is between #cc88ee web safe hex color code and #ddaaff web safe hex color code. #cc88ee is the nearest web safe color code. You can see here many more shades of #d099f5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded099f5#d099f5
RGB Decimal208, 153, 245rgb(208, 153, 245)
RGB Percent82%, 60%, 96%rgb(82%, 60%, 96%)
CSS RGBa208, 153, 245,1rgba(208,153,245,1)
CMYK Modelcmyk(15%,38%,0%,4%)
HSL Color Space276,82% ,78%hsl(276,82% ,78%)
HSV Color Space276°, 38%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100001001100111110101
Octal320231365
Decimal208153245
Hexd099f5

Different shades of #d099f5 color code.

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

Light Shade of #d099f5
#e5c7fa
Dark Shade of #d099f5
#bb6bf0
Saturated Shade of #d099f5
#d193fb
Desaturated Shade of #d099f5
#cf9fef
Grey scale Shade of #d099f5
#c7c7c7
Brighten Shade
#e9b2ff
Most Readable Shade
#000000

Shades of #d099f5 color code

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

#d099f5
#b888d9
#a177be
#8a66a3
#735588
#5c446c
#453351
#2e2236
#17111b
#000000

Similar Color like #d099f5 color

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

#d19af6
#d29bf7
#d39cf8
#d49df9
#d59efa
#d69ffb
#d7a0fc
#d8a1fd
#d9a2fe
#daa3ff
#dba4ff
#dca5ff
#dda6ff
#dea7ff
#cf98f4
#ce97f3
#cd96f2
#cc95f1
#cb94f0
#ca93ef
#c992ee
#c891ed
#c790ec
#c68feb
#c58eea
#c48de9
#c38ce8
#c28be7

Monochromatic Color with #d099f5

#d099f5
#1c1420
#402f4b
#644975
#8864a0
#ac7eca

Tints of #d099f5 Color

#d099f5
#d5a4f6
#daaff7
#dfbbf8
#e4c6f9
#ead1fa
#efddfb
#f4e8fc
#f9f3fd
#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

#d099f5
#bef599

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

Split Complementary

#d099f5
#ecf599
#99f5a2

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

Analogous Color

#ab99f5
#be99f5
#d099f5
#e299f5
#f599f5

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

#d099f5
#f5d099
#99f5d0

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

#d099f5
#f5a299
#bef599
#99ecf5

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

#d099f5
#bef599
#99f5a2
#f599ec

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

#d099f5 Color Code Preview on Black Background Color

This is how #d099f5 Color will look on black background color. Color contrast ratio is 9.56

#d099f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d099f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d099f5

#d099f5 color code is use for CSS Background Color

Background color for the above div is #d099f5

HTML with inline CSS

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

#d099f5 color code is use for CSS Border Color

CSS Border color for the above div is #d099f5

HTML with inline CSS

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

CSS Border Left color for the above div is #d099f5

HTML with inline CSS

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

CSS Border Right color for the above div is #d099f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d099f5

HTML with inline CSS

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

CSS Border Top color for the above div is #d099f5

HTML with inline CSS

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

#d099f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d099f5 Color code Preview on White Background

This is how #d099f5 Color code will look on white background color. Color contrast ratio is 2.20

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

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(208,153,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,245,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,153,245,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.