crispedge.com

Color picker

Loading...

#d374bb hex color - Violet - Warm color - Information

#d374bb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #d374bb color code is between #cc77aa web safe hex color code and #dd66cc web safe hex color code. #cc77aa is the nearest web safe color code. You can see here many more shades of #d374bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded374bb#d374bb
RGB Decimal211, 116, 187rgb(211, 116, 187)
RGB Percent83%, 45%, 73%rgb(83%, 45%, 73%)
CSS RGBa211, 116, 187,1rgba(211,116,187,1)
CMYK Modelcmyk(0%,45%,11%,17%)
HSL Color Space315,52% ,64%hsl(315,52% ,64%)
HSV Color Space315°, 45%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100110111010010111011
Octal323164273
Decimal211116187
Hexd374bb

Different shades of #d374bb color code.

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

Light Shade of #d374bb
#df9bce
Dark Shade of #d374bb
#c74da8
Saturated Shade of #d374bb
#dc6bc0
Desaturated Shade of #d374bb
#ca7db6
Grey scale Shade of #d374bb
#a3a3a3
Brighten Shade
#ec8dd4
Most Readable Shade
#000000

Shades of #d374bb color code

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

#d374bb
#bb67a6
#a45a91
#8c4d7c
#754067
#5d3353
#46263e
#2e1929
#170c14
#000000

Similar Color like #d374bb color

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

#d475bc
#d576bd
#d677be
#d778bf
#d879c0
#d97ac1
#da7bc2
#db7cc3
#dc7dc4
#dd7ec5
#de7fc6
#df80c7
#e081c8
#e182c9
#d273ba
#d172b9
#d071b8
#cf70b7
#ce6fb6
#cd6eb5
#cc6db4
#cb6cb3
#ca6bb2
#c96ab1
#c869b0
#c768af
#c667ae
#c566ad

Monochromatic Color with #d374bb

#d374bb
#fd8be1
#291724
#532e4a
#7e4570
#a85d95

Tints of #d374bb Color

#d374bb
#d783c2
#dc92ca
#e1a2d1
#e6b1d9
#ebc1e0
#f0d0e8
#f5e0ef
#faeff7
#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

#d374bb
#74d38c

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

Split Complementary

#d374bb
#8cd374
#74d3bb

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

Analogous Color

#c574d3
#d374ce
#d374bb
#d374a8
#d37495

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

#d374bb
#bbd374
#74bbd3

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

#d374bb
#d3bb74
#74d38c
#748bd3

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

#d374bb
#74d38c
#74d3bb
#d3748c

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

#d374bb Color Code Preview on Black Background Color

This is how #d374bb Color will look on black background color. Color contrast ratio is 6.99

#d374bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d374bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d374bb

#d374bb color code is use for CSS Background Color

Background color for the above div is #d374bb

HTML with inline CSS

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

#d374bb color code is use for CSS Border Color

CSS Border color for the above div is #d374bb

HTML with inline CSS

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

CSS Border Left color for the above div is #d374bb

HTML with inline CSS

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

CSS Border Right color for the above div is #d374bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d374bb

HTML with inline CSS

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

CSS Border Top color for the above div is #d374bb

HTML with inline CSS

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

#d374bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d374bb Color code Preview on White Background

This is how #d374bb Color code will look on white background color. Color contrast ratio is 3.01

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

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