crispedge.com

Color picker

Loading...

#d13b77 hex color - Violet - Warm color - Information

#d13b77 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d13b77 Color code in RGB color code model is created after adding 81.96% red color, 23.14% green color and 46.67% blue color. Hex #d13b77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 43% yellow and 18% black.

Hex #d13b77 color code is between #cc3366 web safe hex color code and #dd4488 web safe hex color code. #cc3366 is the nearest web safe color code. You can see here many more shades of #d13b77 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded13b77#d13b77
RGB Decimal209, 59, 119rgb(209, 59, 119)
RGB Percent82%, 23%, 47%rgb(82%, 23%, 47%)
CSS RGBa209, 59, 119,1rgba(209,59,119,1)
CMYK Modelcmyk(0%,72%,43%,18%)
HSL Color Space336,62% ,53%hsl(336,62% ,53%)
HSV Color Space336°, 72%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010011101101110111
Octal32173167
Decimal20959119
Hexd13b77

Different shades of #d13b77 color code.

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

Light Shade of #d13b77
#db6494
Dark Shade of #d13b77
#b0295f
Saturated Shade of #d13b77
#dd2f75
Desaturated Shade of #d13b77
#c54779
Grey scale Shade of #d13b77
#868686
Brighten Shade
#ea5490
Most Readable Shade
#FFFFFF

Shades of #d13b77 color code

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

#d13b77
#b93469
#a22d5c
#8b274f
#742042
#5c1a34
#451327
#2e0d1a
#17060d
#000000

Similar Color like #d13b77 color

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

#d23c78
#d33d79
#d43e7a
#d53f7b
#d6407c
#d7417d
#d8427e
#d9437f
#da4480
#db4581
#dc4682
#dd4783
#de4884
#df4985
#d03a76
#cf3975
#ce3874
#cd3773
#cc3672
#cb3571
#ca3470
#c9336f
#c8326e
#c7316d
#c6306c
#c52f6b
#c42e6a
#c32d69

Monochromatic Color with #d13b77

#d13b77
#fb478f
#270b16
#51172e
#7c2347
#a62f5f

Tints of #d13b77 Color

#d13b77
#d65086
#db6695
#e07ca4
#e592b3
#eaa7c2
#efbdd1
#f4d3e0
#f9e9ef
#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

#d13b77
#3bd195

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

Split Complementary

#d13b77
#3bd14a
#3bc2d1

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

Analogous Color

#d13bb3
#d13b95
#d13b77
#d13b59
#d13b3b

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

#d13b77
#77d13b
#3b77d1

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

#d13b77
#c2d13b
#3bd195
#4a3bd1

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

#d13b77
#3bd195
#3bc2d1
#d14a3b

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

#d13b77 Color Code Preview on Black Background Color

This is how #d13b77 Color will look on black background color. Color contrast ratio is 4.60

#d13b77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d13b77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d13b77

#d13b77 color code is use for CSS Background Color

Background color for the above div is #d13b77

HTML with inline CSS

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

#d13b77 color code is use for CSS Border Color

CSS Border color for the above div is #d13b77

HTML with inline CSS

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

CSS Border Left color for the above div is #d13b77

HTML with inline CSS

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

CSS Border Right color for the above div is #d13b77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d13b77

HTML with inline CSS

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

CSS Border Top color for the above div is #d13b77

HTML with inline CSS

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

#d13b77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d13b77 Color code Preview on White Background

This is how #d13b77 Color code will look on white background color. Color contrast ratio is 4.56

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

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(209,59,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,209,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(209,59,119,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.