crispedge.com

Color picker

Loading...

#d09cdd hex color - Violet - Warm color - Information

#d09cdd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d09cdd Color code in RGB color code model is created after adding 81.57% red color, 61.18% green color and 86.67% blue color. Hex #d09cdd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 29% magenta, 0% yellow and 13% black.

Hex #d09cdd color code is between #cc99cc web safe hex color code and #ddaaee web safe hex color code. #cc99cc is the nearest web safe color code. You can see here many more shades of #d09cdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded09cdd#d09cdd
RGB Decimal208, 156, 221rgb(208, 156, 221)
RGB Percent82%, 61%, 87%rgb(82%, 61%, 87%)
CSS RGBa208, 156, 221,1rgba(208,156,221,1)
CMYK Modelcmyk(6%,29%,0%,13%)
HSL Color Space288,49% ,74%hsl(288,49% ,74%)
HSV Color Space288°, 29%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100001001110011011101
Octal320234335
Decimal208156221
Hexd09cdd

Different shades of #d09cdd color code.

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

Light Shade of #d09cdd
#e2c2ea
Dark Shade of #d09cdd
#be76d0
Saturated Shade of #d09cdd
#d495e4
Desaturated Shade of #d09cdd
#cca3d6
Grey scale Shade of #d09cdd
#bcbcbc
Brighten Shade
#e9b5f6
Most Readable Shade
#000000

Shades of #d09cdd color code

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

#d09cdd
#b88ac4
#a179ab
#8a6893
#73567a
#5c4562
#453449
#2e2231
#171118
#000000

Similar Color like #d09cdd color

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

#d19dde
#d29edf
#d39fe0
#d4a0e1
#d5a1e2
#d6a2e3
#d7a3e4
#d8a4e5
#d9a5e6
#daa6e7
#dba7e8
#dca8e9
#dda9ea
#deaaeb
#cf9bdc
#ce9adb
#cd99da
#cc98d9
#cb97d8
#ca96d7
#c995d6
#c894d5
#c793d4
#c692d3
#c591d2
#c490d1
#c38fd0
#c28ecf

Monochromatic Color with #d09cdd

#d09cdd
#080608
#302433
#58425d
#806088
#a87eb3

Tints of #d09cdd Color

#d09cdd
#d5a7e0
#dab2e4
#dfbde8
#e4c8ec
#ead3ef
#efdef3
#f4e9f7
#f9f4fb
#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

#d09cdd
#a9dd9c

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

Split Complementary

#d09cdd
#cadd9c
#9cddb0

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

Analogous Color

#b69cdd
#c39cdd
#d09cdd
#dd9cdd
#dd9cd0

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

#d09cdd
#ddd09c
#9cddd0

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

#d09cdd
#ddaf9c
#a9dd9c
#9cc9dd

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

#d09cdd
#a9dd9c
#9cddb0
#dd9cca

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

#d09cdd Color Code Preview on Black Background Color

This is how #d09cdd Color will look on black background color. Color contrast ratio is 9.48

#d09cdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d09cdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d09cdd

#d09cdd color code is use for CSS Background Color

Background color for the above div is #d09cdd

HTML with inline CSS

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

#d09cdd color code is use for CSS Border Color

CSS Border color for the above div is #d09cdd

HTML with inline CSS

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

CSS Border Left color for the above div is #d09cdd

HTML with inline CSS

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

CSS Border Right color for the above div is #d09cdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d09cdd

HTML with inline CSS

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

CSS Border Top color for the above div is #d09cdd

HTML with inline CSS

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

#d09cdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d09cdd Color code Preview on White Background

This is how #d09cdd Color code will look on white background color. Color contrast ratio is 2.21

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

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,156,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,221,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,156,221,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.