crispedge.com

Color picker

Loading...

#d382d3 hex color - Violet - Warm color - Information

#d382d3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d382d3 Color code in RGB color code model is created after adding 82.75% red color, 50.98% green color and 82.75% blue color. Hex #d382d3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 0% yellow and 17% black.

Hex #d382d3 color code is between #cc88cc web safe hex color code and #dd77dd web safe hex color code. #cc88cc is the nearest web safe color code. You can see here many more shades of #d382d3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded382d3#d382d3
RGB Decimal211, 130, 211rgb(211, 130, 211)
RGB Percent83%, 51%, 83%rgb(83%, 51%, 83%)
CSS RGBa211, 130, 211,1rgba(211,130,211,1)
CMYK Modelcmyk(0%,38%,0%,17%)
HSL Color Space300,48% ,67%hsl(300,48% ,67%)
HSV Color Space300°, 38%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100111000001011010011
Octal323202323
Decimal211130211
Hexd382d3

Different shades of #d382d3 color code.

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

Light Shade of #d382d3
#e0a8e0
Dark Shade of #d382d3
#c65cc6
Saturated Shade of #d382d3
#db7adb
Desaturated Shade of #d382d3
#cb8acb
Grey scale Shade of #d382d3
#aaaaaa
Brighten Shade
#ec9bec
Most Readable Shade
#000000

Shades of #d382d3 color code

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

#d382d3
#bb73bb
#a465a4
#8c568c
#754875
#5d395d
#462b46
#2e1c2e
#170e17
#000000

Similar Color like #d382d3 color

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

#d483d4
#d584d5
#d685d6
#d786d7
#d887d8
#d988d9
#da89da
#db8adb
#dc8bdc
#dd8cdd
#de8dde
#df8edf
#e08fe0
#e190e1
#d281d2
#d180d1
#d07fd0
#cf7ecf
#ce7dce
#cd7ccd
#cc7bcc
#cb7acb
#ca79ca
#c978c9
#c877c8
#c776c7
#c675c6
#c574c5

Monochromatic Color with #d382d3

#d382d3
#fd9cfd
#291929
#533353
#7e4e7e
#a868a8

Tints of #d382d3 Color

#d382d3
#d78fd7
#dc9ddc
#e1abe1
#e6b9e6
#ebc7eb
#f0d5f0
#f5e3f5
#faf1fa
#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

#d382d3
#82d382

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

Split Complementary

#d382d3
#abd382
#82d3ab

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

Analogous Color

#b382d3
#c382d3
#d382d3
#d382c3
#d382b3

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

#d382d3
#d3d382
#82d3d3

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

#d382d3
#d3aa82
#82d382
#82aad3

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

#d382d3
#82d382
#82d3ab
#d382ab

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

#d382d3 Color Code Preview on Black Background Color

This is how #d382d3 Color will look on black background color. Color contrast ratio is 7.90

#d382d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d382d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d382d3

#d382d3 color code is use for CSS Background Color

Background color for the above div is #d382d3

HTML with inline CSS

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

#d382d3 color code is use for CSS Border Color

CSS Border color for the above div is #d382d3

HTML with inline CSS

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

CSS Border Left color for the above div is #d382d3

HTML with inline CSS

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

CSS Border Right color for the above div is #d382d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d382d3

HTML with inline CSS

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

CSS Border Top color for the above div is #d382d3

HTML with inline CSS

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

#d382d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d382d3 Color code Preview on White Background

This is how #d382d3 Color code will look on white background color. Color contrast ratio is 2.66

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

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(211,130,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,211,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(211,130,211,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.