@
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.

#dc59b6 hex color - Red - Warm color - Information

#dc59b6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dc59b6 Color code in RGB color code model is created after adding 86.27% red color, 34.9% green color and 71.37% blue color. Hex #dc59b6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 17% yellow and 13.73% black.

Hex #dc59b6 color code is between #dd55bb web safe hex color code and #cc66aa web safe hex color code. #dd55bb is the nearest web safe color code. You can see here many more shades of #dc59b6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code dc59b6 #dc59b6
RGB Decimal 220, 89, 182 rgb(220, 89, 182)
RGB Percent 86%, 35%, 71% rgb(86%, 35%, 71%)
CSS RGBa 220, 89, 182,1 rgba(220,89,182,1)
CMYK Model cmyk(0%,60%,17%,13.73%)
HSL Color Space 317,65% ,61% hsl(317,65% ,61%)
HSV Color Space 317°, 60%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 01011001 10110110
Octal 334 131 266
Decimal 220 89 182
Hex dc 59 b6

Different shades of #dc59b6 color code.

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

Light Shade of #dc59b6
#e583c9
Dark Shade of #dc59b6
#d32fa3
Saturated Shade of #dc59b6
#e64fba
Desaturated Shade of #dc59b6
#d263b2
Grey scale Shade of #dc59b6
#9a9a9a
Brighten Shade
#f572cf
Most Readable Shade
#000000

Shades of #dc59b6 color code

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

#dc59b6
#c34fa1
#ab458d
#923b79
#7a3165
#612750
#491d3c
#301328
#180914
#000000

Similar Color like #dc59b6 color

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

#dd5ab7
#de5bb8
#df5cb9
#e05dba
#e15ebb
#e25fbc
#e360bd
#e461be
#e562bf
#e663c0
#e764c1
#e865c2
#e966c3
#ea67c4
#db58b5
#da57b4
#d956b3
#d855b2
#d754b1
#d653b0
#d552af
#d451ae
#d350ad
#d24fac
#d14eab
#d04daa
#cf4ca9
#ce4ba8

Monochromatic Color with #dc59b6

#dc59b6
#070306
#321429
#5c254d
#873770
#b14893

Tints of #dc59b6 Color

#dc59b6
#df6bbe
#e37dc6
#e790ce
#eba2d6
#efb5de
#f3c7e6
#f7daee
#fbecf6
#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

#dc59b6
#59dc7f

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

Split Complementary

#dc59b6
#74dc59
#59dcc1

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

Analogous Color

#ce59dc
#dc59d0
#dc59b6
#dc599c
#dc5982

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

#dc59b6
#b6dc59
#59b6dc

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

#dc59b6
#dcc059
#59dc7f
#5974dc

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

#dc59b6
#59dc7f
#59dcc1
#dc5974

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

#dc59b6 Color Code Preview on Black Background Color

This is how #dc59b6 Color will look on black background color. Color contrast ratio is 6.15

#dc59b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc59b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc59b6

#dc59b6 color code is use for CSS Background Color

Background color for the above div is #dc59b6

HTML with inline CSS

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

#dc59b6 color code is use for CSS Border Color

CSS Border color for the above div is #dc59b6

HTML with inline CSS

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

CSS Border Left color for the above div is #dc59b6

HTML with inline CSS

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

CSS Border Right color for the above div is #dc59b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc59b6

HTML with inline CSS

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

CSS Border Top color for the above div is #dc59b6

HTML with inline CSS

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

#dc59b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc59b6 Color code Preview on White Background

This is how #dc59b6 Color code will look on white background color. Color contrast ratio is 3.42

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

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(220,89,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,220,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,89,182,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.