Skip to main content Skip to docs navigation

#d345df hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Thick Pink and its hex is #CC55DD Nearest Color Name

Color Hue/Base color: Violet

Hex #d345df Color code in RGB color code model is created after adding 82.75% red color, 27.06% green color and 87.45% blue color. Hex #d345df Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 69% magenta, 0% yellow and 12.55% black.

Hex #d345df color code is between #cc44dd web safe hex color code and #dd55ee web safe hex color code. #cc44dd is the nearest web safe color code. You can see here many more shades of #d345df color code.

RGB Chart

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

Color Table

Hex Color Code d345df #d345df
RGB Decimal 211, 69, 223 211, 69, 223
RGB Percent 83%, 27%, 87% rgb(83%, 27%, 87%)
CSS RGBa 211, 69, 223,1 rgba(211,69,223,1)
CMYK Model cmyk(5%,69%,0%,12.55%)
HSL Color Space 295,71% ,57% hsl(295,71% ,57%)
HSV Color Space 295°, 69%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010011 01000101 11011111
Octal 323 105 337
Decimal 211 69 223
Hex d3 45 df

Different shades of #d345df color code.

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

Darkest of #d345df
#6f1477
Darker of #d345df
#981ca2
Dark of #d345df
#c023ce
Base of #d345df
#d345df
Light of #d345df
#dd70e6
Lighter
#e89cee
Lightest
#f2c8f5

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

#d345df
#51df45

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

Split Complementary

#d345df
#9edf45
#45df86

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

Analogous Color

#7945df
#9345df
#d345df
#df45b8
#df4577

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

#d345df
#45dfd3
#dfd345

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

#d345df
#dfd345
#51df45
#4551df

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d345df
#df8645
#51df45
#459edf

Square 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).

Monochromatic Color with #d345df

#460d4b
#6f1477
#981ca2
#c023ce
#d345df
#dd70e6
#e89cee
#f2c8f5
#fcf3fd

Tints of #d345df Color

#d345df
#d759e2
#dc6ee6
#e183e9
#e697ed
#ebacf0
#f0c1f4
#f5d5f7
#faeafb
#ffffff

Shades of #d345df color code

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

#d345df
#bb3dc6
#a435ad
#8c2e94
#75267b
#5d1e63
#46174a
#2e0f31
#170718
#000000

Tones

#d345df
#c15bc9
#ae71b3
#9c869e
#929292

Tones

Similar Color like #d345df color

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

#d446e0
#d547e1
#d648e2
#d749e3
#d84ae4
#d94be5
#da4ce6
#db4de7
#dc4ee8
#dd4fe9
#de50ea
#df51eb
#e052ec
#e153ed
#d244de
#d143dd
#d042dc
#cf41db
#ce40da
#cd3fd9
#cc3ed8
#cb3dd7
#ca3cd6
#c93bd5
#c83ad4
#c739d3
#c638d2
#c537d1

Download this Dark Violet

Hex #d345df 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.

#d345df Color Code Preview on Black Background Color

This is how #d345df Color will look on black background color. Color contrast ratio is 5.69

#d345df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d345df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d345df

#d345df color code is use for CSS Background Color

Background color for the above div is #d345df

HTML with inline CSS

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

#d345df color code is use for CSS Border Color

CSS Border color for the above div is #d345df

HTML with inline CSS

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

CSS Border Left color for the above div is #d345df

HTML with inline CSS

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

CSS Border Right color for the above div is #d345df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d345df

HTML with inline CSS

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

CSS Border Top color for the above div is #d345df

HTML with inline CSS

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

#d345df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d345df Color code Preview on White Background

This is how #d345df Color code will look on white background color. Color contrast ratio is 3.69

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(211,69,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,223,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(211,69,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }