crispedge.com

Color picker

Loading...

#d34daa hex color - Violet - Warm color - Information

#d34daa hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #d34daa color code is between #cc5599 web safe hex color code and #dd44bb web safe hex color code. #cc5599 is the nearest web safe color code. You can see here many more shades of #d34daa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded34daa#d34daa
RGB Decimal211, 77, 170rgb(211, 77, 170)
RGB Percent83%, 30%, 67%rgb(83%, 30%, 67%)
CSS RGBa211, 77, 170,1rgba(211,77,170,1)
CMYK Modelcmyk(0%,64%,19%,17%)
HSL Color Space318,60% ,56%hsl(318,60% ,56%)
HSV Color Space318°, 64%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100110100110110101010
Octal323115252
Decimal21177170
Hexd34daa

Different shades of #d34daa color code.

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

Light Shade of #d34daa
#dd76be
Dark Shade of #d34daa
#be2f92
Saturated Shade of #d34daa
#de42ae
Desaturated Shade of #d34daa
#c858a6
Grey scale Shade of #d34daa
#909090
Brighten Shade
#ec66c3
Most Readable Shade
#FFFFFF

Shades of #d34daa color code

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

#d34daa
#bb4497
#a43b84
#8c3371
#752a5e
#5d224b
#461938
#2e1125
#170812
#000000

Similar Color like #d34daa color

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

#d44eab
#d54fac
#d650ad
#d751ae
#d852af
#d953b0
#da54b1
#db55b2
#dc56b3
#dd57b4
#de58b5
#df59b6
#e05ab7
#e15bb8
#d24ca9
#d14ba8
#d04aa7
#cf49a6
#ce48a5
#cd47a4
#cc46a3
#cb45a2
#ca44a1
#c943a0
#c8429f
#c7419e
#c6409d
#c53f9c

Monochromatic Color with #d34daa

#d34daa
#fd5dcc
#290f21
#531e43
#7e2e66
#a83d88

Tints of #d34daa Color

#d34daa
#d760b3
#dc74bc
#e188c6
#e69ccf
#ebafd9
#f0c3e2
#f5d7ec
#faebf5
#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

#d34daa
#4dd376

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

Split Complementary

#d34daa
#67d34d
#4dd3b9

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

Analogous Color

#c64dd3
#d34dc5
#d34daa
#d34d8f
#d34d74

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

#d34daa
#aad34d
#4daad3

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

#d34daa
#d3b94d
#4dd376
#4d67d3

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

#d34daa
#4dd376
#4dd3b9
#d34d67

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

#d34daa Color Code Preview on Black Background Color

This is how #d34daa Color will look on black background color. Color contrast ratio is 5.41

#d34daa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d34daa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d34daa

#d34daa color code is use for CSS Background Color

Background color for the above div is #d34daa

HTML with inline CSS

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

#d34daa color code is use for CSS Border Color

CSS Border color for the above div is #d34daa

HTML with inline CSS

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

CSS Border Left color for the above div is #d34daa

HTML with inline CSS

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

CSS Border Right color for the above div is #d34daa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d34daa

HTML with inline CSS

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

CSS Border Top color for the above div is #d34daa

HTML with inline CSS

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

#d34daa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d34daa Color code Preview on White Background

This is how #d34daa Color code will look on white background color. Color contrast ratio is 3.88

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

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