crispedge.com

Color picker

Loading...

#dd33ce hex color - Red - Warm color - Information

#dd33ce hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd33ce Color code in RGB color code model is created after adding 86.67% red color, 20% green color and 80.78% blue color. Hex #dd33ce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 7% yellow and 13% black.

Hex #dd33ce color code is between #cc22cc web safe hex color code and #ee44dd web safe hex color code. #cc22cc is the nearest web safe color code. You can see here many more shades of #dd33ce color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedd33ce#dd33ce
RGB Decimal221, 51, 206rgb(221, 51, 206)
RGB Percent87%, 20%, 81%rgb(87%, 20%, 81%)
CSS RGBa221, 51, 206,1rgba(221,51,206,1)
CMYK Modelcmyk(0%,77%,7%,13%)
HSL Color Space305,71% ,53%hsl(305,71% ,53%)
HSV Color Space305°, 77%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010011001111001110
Octal33563316
Decimal22151206
Hexdd33ce

Different shades of #dd33ce color code.

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

Light Shade of #dd33ce
#e45fd8
Dark Shade of #dd33ce
#bd20af
Saturated Shade of #dd33ce
#e927d8
Desaturated Shade of #dd33ce
#d13fc4
Grey scale Shade of #dd33ce
#888888
Brighten Shade
#f64ce7
Most Readable Shade
#FFFFFF

Shades of #dd33ce color code

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

#dd33ce
#c42db7
#ab27a0
#932289
#7a1c72
#62165b
#491144
#310b2d
#180516
#000000

Similar Color like #dd33ce color

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

#de34cf
#df35d0
#e036d1
#e137d2
#e238d3
#e339d4
#e43ad5
#e53bd6
#e63cd7
#e73dd8
#e83ed9
#e93fda
#ea40db
#eb41dc
#dc32cd
#db31cc
#da30cb
#d92fca
#d82ec9
#d72dc8
#d62cc7
#d52bc6
#d42ac5
#d329c4
#d228c3
#d127c2
#d026c1
#cf25c0

Monochromatic Color with #dd33ce

#dd33ce
#080208
#330c30
#5d1657
#881f7f
#b329a6

Tints of #dd33ce Color

#dd33ce
#e049d3
#e460d8
#e877de
#ec8de3
#efa4e9
#f3bbee
#f7d1f4
#fbe8f9
#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

#dd33ce
#33dd42

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

Split Complementary

#dd33ce
#79dd33
#33dd97

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

Analogous Color

#a833dd
#ca33dd
#dd33ce
#dd33ac
#dd338a

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

#dd33ce
#cedd33
#33cedd

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

#dd33ce
#dd9733
#33dd42
#3379dd

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

#dd33ce
#33dd42
#33dd97
#dd3379

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

#dd33ce Color Code Preview on Black Background Color

This is how #dd33ce Color will look on black background color. Color contrast ratio is 5.44

#dd33ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd33ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd33ce

#dd33ce color code is use for CSS Background Color

Background color for the above div is #dd33ce

HTML with inline CSS

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

#dd33ce color code is use for CSS Border Color

CSS Border color for the above div is #dd33ce

HTML with inline CSS

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

CSS Border Left color for the above div is #dd33ce

HTML with inline CSS

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

CSS Border Right color for the above div is #dd33ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd33ce

HTML with inline CSS

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

CSS Border Top color for the above div is #dd33ce

HTML with inline CSS

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

#dd33ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd33ce Color code Preview on White Background

This is how #dd33ce Color code will look on white background color. Color contrast ratio is 3.86

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.