crispedge.com

Color picker

Loading...

#dd55cc hex color - Fuchsia Flash - Red - Warm color - Information

#dd55cc hex color - Fuchsia Flash - Red - Warm color

Color Hue/Base color: Red

Hex #dd55cc Color Code is also known as Fuchsia Flash color.

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

Hex #dd55cc color code is a web safe color. Next web safe color code is #cc44bb and previous web safe color code is #ee66dd. You can see here many more shades of #dd55cc color code.

0 Likes 0 Comments | 31 Views

RGB Chart

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

Color Table

Hex Color Codedd55cc#dd55cc
RGB Decimal221, 85, 204rgb(221, 85, 204)
RGB Percent87%, 33%, 80%rgb(87%, 33%, 80%)
CSS RGBa221, 85, 204,1rgba(221,85,204,1)
CMYK Modelcmyk(0%,62%,8%,13%)
HSL Color Space308,67% ,60%hsl(308,67% ,60%)
HSV Color Space307°, 62%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010101010111001100
Octal335125314
Decimal22185204
Hexdd55cc

Different shades of #dd55cc color code.

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

Light Shade of #dd55cc
#e580d9
Dark Shade of #dd55cc
#d42bbf
Saturated Shade of #dd55cc
#e74bd4
Desaturated Shade of #dd55cc
#d35fc4
Grey scale Shade of #dd55cc
#999999
Brighten Shade
#f66ee5
Most Readable Shade
#000000

Shades of #dd55cc color code

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

#dd55cc
#c44bb5
#ab429e
#933888
#7a2f71
#62255a
#491c44
#31122d
#180916
#000000

Similar Color like #dd55cc color

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

#de56cd
#df57ce
#e058cf
#e159d0
#e25ad1
#e35bd2
#e45cd3
#e55dd4
#e65ed5
#e75fd6
#e860d7
#e961d8
#ea62d9
#eb63da
#dc54cb
#db53ca
#da52c9
#d951c8
#d850c7
#d74fc6
#d64ec5
#d54dc4
#d44cc3
#d34bc2
#d24ac1
#d149c0
#d048bf
#cf47be

Monochromatic Color with #dd55cc

#dd55cc
#080308
#33142f
#5d2456
#88347e
#b345a5

Tints of #dd55cc Color

#dd55cc
#e067d1
#e47ad7
#e88ddd
#eca0e2
#efb3e8
#f3c6ee
#f7d9f3
#fbecf9
#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

#dd55cc
#55dd66

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

Split Complementary

#dd55cc
#88dd55
#55ddaa

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

Analogous Color

#b855dd
#d355dd
#dd55cc
#dd55b1
#dd5596

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

#dd55cc
#ccdd55
#55ccdd

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

#dd55cc
#ddaa55
#55dd66
#5588dd

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

#dd55cc
#55dd66
#55ddaa
#dd5588

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

#dd55cc Color Code Preview on Black Background Color

This is how #dd55cc Color will look on black background color. Color contrast ratio is 6.25

#dd55cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd55cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd55cc

#dd55cc color code is use for CSS Background Color

Background color for the above div is #dd55cc

HTML with inline CSS

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

#dd55cc color code is use for CSS Border Color

CSS Border color for the above div is #dd55cc

HTML with inline CSS

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

CSS Border Left color for the above div is #dd55cc

HTML with inline CSS

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

CSS Border Right color for the above div is #dd55cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd55cc

HTML with inline CSS

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

CSS Border Top color for the above div is #dd55cc

HTML with inline CSS

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

#dd55cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd55cc Color code Preview on White Background

This is how #dd55cc Color code will look on white background color. Color contrast ratio is 3.36

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

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,85,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,221,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,85,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.