crispedge.com

Color picker

Loading...

#d33f95 hex color - Violet - Warm color - Information

#d33f95 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

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

Hex #d33f95 color code is between #cc4499 web safe hex color code and #dd3388 web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #d33f95 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded33f95#d33f95
RGB Decimal211, 63, 149rgb(211, 63, 149)
RGB Percent83%, 25%, 58%rgb(83%, 25%, 58%)
CSS RGBa211, 63, 149,1rgba(211,63,149,1)
CMYK Modelcmyk(0%,70%,29%,17%)
HSL Color Space325,63% ,54%hsl(325,63% ,54%)
HSV Color Space325°, 70%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100110011111110010101
Octal32377225
Decimal21163149
Hexd33f95

Different shades of #d33f95 color code.

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

Light Shade of #d33f95
#dd68ac
Dark Shade of #d33f95
#b52a7b
Saturated Shade of #d33f95
#df3397
Desaturated Shade of #d33f95
#c74b93
Grey scale Shade of #d33f95
#898989
Brighten Shade
#ec58ae
Most Readable Shade
#FFFFFF

Shades of #d33f95 color code

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

#d33f95
#bb3884
#a43173
#8c2a63
#752352
#5d1c42
#461531
#2e0e21
#170710
#000000

Similar Color like #d33f95 color

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

#d44096
#d54197
#d64298
#d74399
#d8449a
#d9459b
#da469c
#db479d
#dc489e
#dd499f
#de4aa0
#df4ba1
#e04ca2
#e14da3
#d23e94
#d13d93
#d03c92
#cf3b91
#ce3a90
#cd398f
#cc388e
#cb378d
#ca368c
#c9358b
#c8348a
#c73389
#c63288
#c53187

Monochromatic Color with #d33f95

#d33f95
#fd4cb3
#290c1d
#53193b
#7e2659
#a83277

Tints of #d33f95 Color

#d33f95
#d754a0
#dc69ac
#e17fb8
#e694c4
#eba9cf
#f0bfdb
#f5d4e7
#fae9f3
#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

#d33f95
#3fd37d

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

Split Complementary

#d33f95
#4bd33f
#3fd3c7

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

Analogous Color

#d33fd0
#d33fb3
#d33f95
#d33f77
#d33f5a

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

#d33f95
#95d33f
#3f95d3

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

#d33f95
#d3c73f
#3fd37d
#3f4bd3

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

#d33f95
#3fd37d
#3fd3c7
#d33f4b

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

#d33f95 Color Code Preview on Black Background Color

This is how #d33f95 Color will look on black background color. Color contrast ratio is 4.91

#d33f95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d33f95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d33f95

#d33f95 color code is use for CSS Background Color

Background color for the above div is #d33f95

HTML with inline CSS

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

#d33f95 color code is use for CSS Border Color

CSS Border color for the above div is #d33f95

HTML with inline CSS

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

CSS Border Left color for the above div is #d33f95

HTML with inline CSS

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

CSS Border Right color for the above div is #d33f95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d33f95

HTML with inline CSS

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

CSS Border Top color for the above div is #d33f95

HTML with inline CSS

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

#d33f95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d33f95 Color code Preview on White Background

This is how #d33f95 Color code will look on white background color. Color contrast ratio is 4.27

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

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