Skip to main content Skip to docs navigation

#dd5dbb 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 Hue/Base color: Red

Hex #dd5dbb Color code in RGB color code model is created after adding 86.67% red color, 36.47% green color and 73.33% blue color. Hex #dd5dbb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 15% yellow and 13.33% black.

Hex #dd5dbb color code is between #cc55aa web safe hex color code and #ee66cc web safe hex color code. #cc55aa is the nearest web safe color code. You can see here many more shades of #dd5dbb 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 dd5dbb #dd5dbb
RGB Decimal 221, 93, 187 rgb(221, 93, 187)
RGB Percent 87%, 36%, 73% rgb(87%, 36%, 73%)
CSS RGBa 221, 93, 187,1 rgba(221,93,187,1)
CMYK Model cmyk(0%,58%,15%,13.33%)
HSL Color Space 316,65% ,62% hsl(316,65% ,62%)
HSV Color Space 316°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01011101 10111011
Octal 335 135 273
Decimal 221 93 187
Hex dd 5d bb

Different shades of #dd5dbb color code.

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

Light Shade of #dd5dbb
#e687cd
Dark Shade of #dd5dbb
#d433a9
Saturated Shade of #dd5dbb
#e753c0
Desaturated Shade of #dd5dbb
#d367b6
Grey scale Shade of #dd5dbb
#9d9d9d
Brighten Shade
#f676d4
Most Readable Shade
#000000

Shades of #dd5dbb color code

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

#dd5dbb
#c452a6
#ab4891
#933e7c
#7a3367
#622953
#491f3e
#311429
#180a14
#000000

Similar Color like #dd5dbb color

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

#de5ebc
#df5fbd
#e060be
#e161bf
#e262c0
#e363c1
#e464c2
#e565c3
#e666c4
#e767c5
#e868c6
#e969c7
#ea6ac8
#eb6bc9
#dc5cba
#db5bb9
#da5ab8
#d959b7
#d858b6
#d757b5
#d656b4
#d555b3
#d454b2
#d353b1
#d252b0
#d151af
#d050ae
#cf4fad

Monochromatic Color with #dd5dbb

#dd5dbb
#080407
#33152b
#5d274f
#883973
#b34b97

Tints of #dd5dbb Color

#dd5dbb
#e06fc2
#e481ca
#e893d1
#eca5d9
#efb7e0
#f3c9e8
#f7dbef
#fbedf7
#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

#dd5dbb
#5ddd7f

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

Split Complementary

#dd5dbb
#7bdd5d
#5dddbf

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

Analogous Color

#cc5ddd
#dd5dd5
#dd5dbb
#dd5da1
#dd5d88

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

#dd5dbb
#bbdd5d
#5dbbdd

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

#dd5dbb
#ddbf5d
#5ddd7f
#5d7bdd

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

#dd5dbb
#5ddd7f
#5dddbf
#dd5d7b

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

#dd5dbb Color Code Preview on Black Background Color

This is how #dd5dbb Color will look on black background color. Color contrast ratio is 6.36

#dd5dbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5dbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5dbb

#dd5dbb color code is use for CSS Background Color

Background color for the above div is #dd5dbb

HTML with inline CSS

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

#dd5dbb color code is use for CSS Border Color

CSS Border color for the above div is #dd5dbb

HTML with inline CSS

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

CSS Border Left color for the above div is #dd5dbb

HTML with inline CSS

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

CSS Border Right color for the above div is #dd5dbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd5dbb

HTML with inline CSS

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

CSS Border Top color for the above div is #dd5dbb

HTML with inline CSS

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

#dd5dbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd5dbb Color code Preview on White Background

This is how #dd5dbb Color code will look on white background color. Color contrast ratio is 3.30

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

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(221,93,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,221,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,93,187,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.