Skip to main content Skip to docs navigation

#dc6bae hex color - Red - Warm color - Information

On this page
@
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.

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #dc6bae Color code in RGB color code model is created after adding 86.27% red color, 41.96% green color and 68.24% blue color. Hex #dc6bae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 21% yellow and 13.73% black.

Hex #dc6bae color code is between #dd66aa web safe hex color code and #cc77bb web safe hex color code. #dd66aa is the nearest web safe color code. You can see here many more shades of #dc6bae 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 dc6bae #dc6bae
RGB Decimal 220, 107, 174 rgb(220, 107, 174)
RGB Percent 86%, 42%, 68% rgb(86%, 42%, 68%)
CSS RGBa 220, 107, 174,1 rgba(220,107,174,1)
CMYK Model cmyk(0%,51%,21%,13.73%)
HSL Color Space 324,62% ,64% hsl(324,62% ,64%)
HSV Color Space 324°, 51%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 01101011 10101110
Octal 334 153 256
Decimal 220 107 174
Hex dc 6b ae

Different shades of #dc6bae color code.

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

Light Shade of #dc6bae
#e694c5
Dark Shade of #dc6bae
#d24297
Saturated Shade of #dc6bae
#e562b0
Desaturated Shade of #dc6bae
#d374ac
Grey scale Shade of #dc6bae
#a3a3a3
Brighten Shade
#f584c7
Most Readable Shade
#000000

Shades of #dc6bae color code

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

#dc6bae
#c35f9a
#ab5387
#924774
#7a3b60
#612f4d
#49233a
#301726
#180b13
#000000

Similar Color like #dc6bae color

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

#dd6caf
#de6db0
#df6eb1
#e06fb2
#e170b3
#e271b4
#e372b5
#e473b6
#e574b7
#e675b8
#e776b9
#e877ba
#e978bb
#ea79bc
#db6aad
#da69ac
#d968ab
#d867aa
#d766a9
#d665a8
#d564a7
#d463a6
#d362a5
#d261a4
#d160a3
#d05fa2
#cf5ea1
#ce5da0

Monochromatic Color with #dc6bae

#dc6bae
#070406
#321828
#5c2d49
#87426b
#b1568c

Tints of #dc6bae Color

#dc6bae
#df7bb7
#e38bc0
#e79cc9
#ebacd2
#efbddb
#f3cde4
#f7deed
#fbeef6
#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

#dc6bae
#6bdc99

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

Split Complementary

#dc6bae
#76dc6b
#6bdcd2

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

Analogous Color

#dc6bdb
#dc6bc5
#dc6bae
#dc6b97
#dc6b81

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

#dc6bae
#aedc6b
#6baedc

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

#dc6bae
#dcd16b
#6bdc99
#6b75dc

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

#dc6bae
#6bdc99
#6bdcd2
#dc6b76

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

#dc6bae Color Code Preview on Black Background Color

This is how #dc6bae Color will look on black background color. Color contrast ratio is 6.76

#dc6bae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc6bae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc6bae

#dc6bae color code is use for CSS Background Color

Background color for the above div is #dc6bae

HTML with inline CSS

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

#dc6bae color code is use for CSS Border Color

CSS Border color for the above div is #dc6bae

HTML with inline CSS

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

CSS Border Left color for the above div is #dc6bae

HTML with inline CSS

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

CSS Border Right color for the above div is #dc6bae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc6bae

HTML with inline CSS

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

CSS Border Top color for the above div is #dc6bae

HTML with inline CSS

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

#dc6bae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc6bae Color code Preview on White Background

This is how #dc6bae Color code will look on white background color. Color contrast ratio is 3.11

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

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