crispedge.com

Color picker

Loading...

#dd08ff hex color - Violet - Warm color - Information

#dd08ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd08ff Color code in RGB color code model is created after adding 86.67% red color, 3.14% green color and 100% blue color. Hex #dd08ff Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 97% magenta, 0% yellow and 0% black.

Hex #dd08ff color code is between #cc00ee web safe hex color code and #ee00dd web safe hex color code. #cc00ee is the nearest web safe color code. You can see here many more shades of #dd08ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd08ff#dd08ff
RGB Decimal221, 8, 255rgb(221, 8, 255)
RGB Percent87%, 3%, 100%rgb(87%, 3%, 100%)
CSS RGBa221, 8, 255,1rgba(221,8,255,1)
CMYK Modelcmyk(13%,97%,0%,0%)
HSL Color Space292,100% ,52%hsl(292,100% ,52%)
HSV Color Space292°, 97%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010000100011111111
Octal33510377
Decimal2218255
Hexdd08ff

Different shades of #dd08ff color code.

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

Light Shade of #dd08ff
#e43bff
Dark Shade of #dd08ff
#b700d4
Saturated Shade of #dd08ff
#dd08ff
Desaturated Shade of #dd08ff
#d414f3
Grey scale Shade of #dd08ff
#838383
Brighten Shade
#f621ff
Most Readable Shade
#FFFFFF

Shades of #dd08ff color code

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

#dd08ff
#c407e2
#ab06c6
#9305aa
#7a048d
#620371
#490255
#310138
#18001c
#000000

Similar Color like #dd08ff color

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

#de09ff
#df0aff
#e00bff
#e10cff
#e20dff
#e30eff
#e40fff
#e510ff
#e611ff
#e712ff
#e813ff
#e914ff
#ea15ff
#eb16ff
#dc07fe
#db06fd
#da05fc
#d904fb
#d803fa
#d702f9
#d601f8
#d500f7
#d400f6
#d300f5
#d200f4
#d100f3
#d000f2
#cf00f1

Monochromatic Color with #dd08ff

#dd08ff
#25012a
#4a0355
#6f0480
#9305aa
#b807d4

Tints of #dd08ff Color

#dd08ff
#e023ff
#e43eff
#e85aff
#ec75ff
#ef91ff
#f3acff
#f7c8ff
#fbe3ff
#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

#dd08ff
#2aff08

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

Split Complementary

#dd08ff
#a5ff08
#08ff62

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

Analogous Color

#7a08ff
#ac08ff
#dd08ff
#ff08f0
#ff08be

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

#dd08ff
#ffdd08
#08ffdd

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

#dd08ff
#ff6108
#2aff08
#08a5ff

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

#dd08ff
#2aff08
#08ff62
#ff08a5

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

#dd08ff Color Code Preview on Black Background Color

This is how #dd08ff Color will look on black background color. Color contrast ratio is 5.55

#dd08ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd08ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd08ff

#dd08ff color code is use for CSS Background Color

Background color for the above div is #dd08ff

HTML with inline CSS

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

#dd08ff color code is use for CSS Border Color

CSS Border color for the above div is #dd08ff

HTML with inline CSS

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

CSS Border Left color for the above div is #dd08ff

HTML with inline CSS

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

CSS Border Right color for the above div is #dd08ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd08ff

HTML with inline CSS

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

CSS Border Top color for the above div is #dd08ff

HTML with inline CSS

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

#dd08ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd08ff Color code Preview on White Background

This is how #dd08ff Color code will look on white background color. Color contrast ratio is 3.78

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

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