crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dd6687 hex color - Red - Warm color - Information

#dd6687 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd6687 Color code in RGB color code model is created after adding 86.67% red color, 40% green color and 52.94% blue color. Hex #dd6687 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 39% yellow and 13% black.

Hex #dd6687 color code is between #cc5588 web safe hex color code and #ee7777 web safe hex color code. #cc5588 is the nearest web safe color code. You can see here many more shades of #dd6687 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd6687#dd6687
RGB Decimal221, 102, 135rgb(221, 102, 135)
RGB Percent87%, 40%, 53%rgb(87%, 40%, 53%)
CSS RGBa221, 102, 135,1rgba(221,102,135,1)
CMYK Modelcmyk(0%,54%,39%,13%)
HSL Color Space343,64% ,63%hsl(343,64% ,63%)
HSV Color Space343°, 54%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010110011010000111
Octal335146207
Decimal221102135
Hexdd6687

Different shades of #dd6687 color code.

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

Light Shade of #dd6687
#e690a8
Dark Shade of #dd6687
#d43c66
Saturated Shade of #dd6687
#e65d83
Desaturated Shade of #dd6687
#d46f8b
Grey scale Shade of #dd6687
#a1a1a1
Brighten Shade
#f67fa0
Most Readable Shade
#000000

Shades of #dd6687 color code

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

#dd6687
#c45a78
#ab4f69
#93445a
#7a384b
#622d3c
#49222d
#31161e
#180b0f
#000000

Similar Color like #dd6687 color

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

#de6788
#df6889
#e0698a
#e16a8b
#e26b8c
#e36c8d
#e46d8e
#e56e8f
#e66f90
#e77091
#e87192
#e97293
#ea7394
#eb7495
#dc6586
#db6485
#da6384
#d96283
#d86182
#d76081
#d65f80
#d55e7f
#d45d7e
#d35c7d
#d25b7c
#d15a7b
#d0597a
#cf5879

Monochromatic Color with #dd6687

#dd6687
#080405
#33181f
#5d2b39
#883f53
#b3526d

Tints of #dd6687 Color

#dd6687
#e07794
#e488a1
#e899af
#ecaabc
#efbbc9
#f3ccd7
#f7dde4
#fbeef1
#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

#dd6687
#66ddbc

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

Split Complementary

#dd6687
#66dd80
#66c3dd

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

Analogous Color

#dd66b7
#dd669f
#dd6687
#dd666f
#dd7566

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

#dd6687
#87dd66
#6687dd

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

#dd6687
#c2dd66
#66ddbc
#8066dd

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

#dd6687
#66ddbc
#66c3dd
#dd8066

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

#dd6687 Color Code Preview on Black Background Color

This is how #dd6687 Color will look on black background color. Color contrast ratio is 6.32

#dd6687 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd6687

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd6687

#dd6687 color code is use for CSS Background Color

Background color for the above div is #dd6687

HTML with inline CSS

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

#dd6687 color code is use for CSS Border Color

CSS Border color for the above div is #dd6687

HTML with inline CSS

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

CSS Border Left color for the above div is #dd6687

HTML with inline CSS

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

CSS Border Right color for the above div is #dd6687

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd6687

HTML with inline CSS

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

CSS Border Top color for the above div is #dd6687

HTML with inline CSS

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

#dd6687 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd6687 Color code Preview on White Background

This is how #dd6687 Color code will look on white background color. Color contrast ratio is 3.32

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.