crispedge.com

#dd54bd hex color - Red - Warm color - Information

#dd54bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd54bd Color code in RGB color code model is created after adding 86.67% red color, 32.94% green color and 74.12% blue color. Hex #dd54bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 14% yellow and 13% black.

Hex #dd54bd color code is between #cc55bb web safe hex color code and #ee44cc web safe hex color code. #cc55bb is the nearest web safe color code. You can see here many more shades of #dd54bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd54bd#dd54bd
RGB Decimal221, 84, 189rgb(221, 84, 189)
RGB Percent87%, 33%, 74%rgb(87%, 33%, 74%)
CSS RGBa221, 84, 189,1rgba(221,84,189,1)
CMYK Modelcmyk(0%,62%,14%,13%)
HSL Color Space314,67% ,60%hsl(314,67% ,60%)
HSV Color Space314°, 62%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010101010010111101
Octal335124275
Decimal22184189
Hexdd54bd

Different shades of #dd54bd color code.

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

Light Shade of #dd54bd
#e57fcd
Dark Shade of #dd54bd
#d42aac
Saturated Shade of #dd54bd
#e74ac2
Desaturated Shade of #dd54bd
#d35eb8
Grey scale Shade of #dd54bd
#989898
Brighten Shade
#f66dd6
Most Readable Shade
#000000

Shades of #dd54bd color code

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

#dd54bd
#c44aa8
#ab4193
#93387e
#7a2e69
#622554
#491c3f
#31122a
#180915
#000000

Similar Color like #dd54bd color

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

#de55be
#df56bf
#e057c0
#e158c1
#e259c2
#e35ac3
#e45bc4
#e55cc5
#e65dc6
#e75ec7
#e85fc8
#e960c9
#ea61ca
#eb62cb
#dc53bc
#db52bb
#da51ba
#d950b9
#d84fb8
#d74eb7
#d64db6
#d54cb5
#d44bb4
#d34ab3
#d249b2
#d148b1
#d047b0
#cf46af

Monochromatic Color with #dd54bd

#dd54bd
#080307
#33132c
#5d2450
#883474
#b34499

Tints of #dd54bd Color

#dd54bd
#e067c4
#e47acb
#e88dd3
#eca0da
#efb3e1
#f3c6e9
#f7d9f0
#fbecf7
#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

#dd54bd
#54dd74

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

Split Complementary

#dd54bd
#79dd54
#54ddb8

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

Analogous Color

#c654dd
#dd54d8
#dd54bd
#dd54a2
#dd5486

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

#dd54bd
#bddd54
#54bddd

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

#dd54bd
#ddb854
#54dd74
#5478dd

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

#dd54bd
#54dd74
#54ddb8
#dd5479

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

#dd54bd Color Code Preview on Black Background Color

This is how #dd54bd Color will look on black background color. Color contrast ratio is 6.08

#dd54bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd54bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd54bd

#dd54bd color code is use for CSS Background Color

Background color for the above div is #dd54bd

HTML with inline CSS

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

#dd54bd color code is use for CSS Border Color

CSS Border color for the above div is #dd54bd

HTML with inline CSS

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

CSS Border Left color for the above div is #dd54bd

HTML with inline CSS

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

CSS Border Right color for the above div is #dd54bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd54bd

HTML with inline CSS

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

CSS Border Top color for the above div is #dd54bd

HTML with inline CSS

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

#dd54bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd54bd Color code Preview on White Background

This is how #dd54bd Color code will look on white background color. Color contrast ratio is 3.46

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

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

< /html>