@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#d80f79 hex color - Red - Warm color - Information

#d80f79 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d80f79 Color code in RGB color code model is created after adding 84.71% red color, 5.88% green color and 47.45% blue color. Hex #d80f79 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 44% yellow and 15.29% black.

Hex #d80f79 color code is between #dd1177 web safe hex color code and #cc0088 web safe hex color code. #dd1177 is the nearest web safe color code. You can see here many more shades of #d80f79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded80f79#d80f79
RGB Decimal216, 15, 121rgb(216, 15, 121)
RGB Percent85%, 6%, 47%rgb(85%, 6%, 47%)
CSS RGBa216, 15, 121,1rgba(216,15,121,1)
CMYK Modelcmyk(0%,93%,44%,15.29%)
HSL Color Space328,87% ,45%hsl(328,87% ,45%)
HSV Color Space328°, 93%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000000111101111001
Octal33017171
Decimal21615121
Hexd80f79

Different shades of #d80f79 color code.

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

Light Shade of #d80f79
#f02a92
Dark Shade of #d80f79
#a80c5e
Saturated Shade of #d80f79
#e4037a
Desaturated Shade of #d80f79
#cc1b78
Grey scale Shade of #d80f79
#737373
Brighten Shade
#f12892
Most Readable Shade
#FFFFFF

Shades of #d80f79 color code

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

#d80f79
#c00d6b
#a80b5e
#900a50
#780843
#600635
#480528
#30031a
#18010d
#000000

Similar Color like #d80f79 color

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

#d9107a
#da117b
#db127c
#dc137d
#dd147e
#de157f
#df1680
#e01781
#e11882
#e21983
#e31a84
#e41b85
#e51c86
#e61d87
#d70e78
#d60d77
#d50c76
#d40b75
#d30a74
#d20973
#d10872
#d00771
#cf0670
#ce056f
#cd046e
#cc036d
#cb026c
#ca016b

Monochromatic Color with #d80f79

#d80f79
#030002
#2e031a
#580632
#830949
#ad0c61

Tints of #d80f79 Color

#d80f79
#dc2987
#e04496
#e55fa5
#e979b4
#ed94c3
#f2afd2
#f6c9e1
#fae4f0
#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

#d80f79
#0fd86e

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

Split Complementary

#d80f79
#15d80f
#0fd8d2

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

Analogous Color

#d80fc9
#d80fa1
#d80f79
#d80f51
#d80f29

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

#d80f79
#79d80f
#0f79d8

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

#d80f79
#d8d20f
#0fd86e
#0f15d8

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

#d80f79
#0fd86e
#0fd8d2
#d80f15

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

#d80f79 Color Code Preview on Black Background Color

This is how #d80f79 Color will look on black background color. Color contrast ratio is 4.26

#d80f79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80f79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80f79

#d80f79 color code is use for CSS Background Color

Background color for the above div is #d80f79

HTML with inline CSS

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

#d80f79 color code is use for CSS Border Color

CSS Border color for the above div is #d80f79

HTML with inline CSS

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

CSS Border Left color for the above div is #d80f79

HTML with inline CSS

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

CSS Border Right color for the above div is #d80f79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d80f79

HTML with inline CSS

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

CSS Border Top color for the above div is #d80f79

HTML with inline CSS

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

#d80f79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d80f79 Color code Preview on White Background

This is how #d80f79 Color code will look on white background color. Color contrast ratio is 4.92

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

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,15,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,216,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(216,15,121,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.