crispedge.com

Color picker

Loading...

#d80c83 hex color - Red - Warm color - Information

#d80c83 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d80c83 Color code in RGB color code model is created after adding 84.71% red color, 4.71% green color and 51.37% blue color. Hex #d80c83 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 39% yellow and 15% black.

Hex #d80c83 color code is between #dd1188 web safe hex color code and #cc0077 web safe hex color code. #dd1188 is the nearest web safe color code. You can see here many more shades of #d80c83 color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Coded80c83#d80c83
RGB Decimal216, 12, 131rgb(216, 12, 131)
RGB Percent85%, 5%, 51%rgb(85%, 5%, 51%)
CSS RGBa216, 12, 131,1rgba(216,12,131,1)
CMYK Modelcmyk(0%,94%,39%,15%)
HSL Color Space325,89% ,45%hsl(325,89% ,45%)
HSV Color Space325°, 94%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000000110010000011
Octal33014203
Decimal21612131
Hexd80c83

Different shades of #d80c83 color code.

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

Light Shade of #d80c83
#f3249d
Dark Shade of #d80c83
#a80966
Saturated Shade of #d80c83
#e30185
Desaturated Shade of #d80c83
#cd1781
Grey scale Shade of #d80c83
#727272
Brighten Shade
#f1259c
Most Readable Shade
#FFFFFF

Shades of #d80c83 color code

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

#d80c83
#c00a74
#a80965
#900857
#780648
#60053a
#48042b
#30021d
#18010e
#000000

Similar Color like #d80c83 color

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

#d90d84
#da0e85
#db0f86
#dc1087
#dd1188
#de1289
#df138a
#e0148b
#e1158c
#e2168d
#e3178e
#e4188f
#e51990
#e61a91
#d70b82
#d60a81
#d50980
#d4087f
#d3077e
#d2067d
#d1057c
#d0047b
#cf037a
#ce0279
#cd0178
#cc0077
#cb0076
#ca0075

Monochromatic Color with #d80c83

#d80c83
#030002
#2e031c
#580536
#83074f
#ad0a69

Tints of #d80c83 Color

#d80c83
#dc2790
#e0429e
#e55dac
#e978ba
#ed93c7
#f2aed5
#f6c9e3
#fae4f1
#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

#d80c83
#0cd861

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

Split Complementary

#d80c83
#1dd80c
#0cd8c7

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

Analogous Color

#d80cd5
#d80cac
#d80c83
#d80c5a
#d80c31

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

#d80c83
#83d80c
#0c83d8

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

#d80c83
#d8c70c
#0cd861
#0c1dd8

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

#d80c83
#0cd861
#0cd8c7
#d80c1d

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

#d80c83 Color Code Preview on Black Background Color

This is how #d80c83 Color will look on black background color. Color contrast ratio is 4.30

#d80c83 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80c83

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80c83

#d80c83 color code is use for CSS Background Color

Background color for the above div is #d80c83

HTML with inline CSS

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

#d80c83 color code is use for CSS Border Color

CSS Border color for the above div is #d80c83

HTML with inline CSS

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

CSS Border Left color for the above div is #d80c83

HTML with inline CSS

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

CSS Border Right color for the above div is #d80c83

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d80c83

HTML with inline CSS

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

CSS Border Top color for the above div is #d80c83

HTML with inline CSS

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

#d80c83 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d80c83 Color code Preview on White Background

This is how #d80c83 Color code will look on white background color. Color contrast ratio is 4.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 #d80c83; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #d80c83; }

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(216,12,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,216,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(216,12,131,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.