crispedge.com

Color picker

Loading...

#d555ec hex color - Violet - Warm color - Information

#d555ec hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d555ec Color code in RGB color code model is created after adding 83.53% red color, 33.33% green color and 92.55% blue color. Hex #d555ec Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 64% magenta, 0% yellow and 7% black.

Hex #d555ec color code is between #dd44ee web safe hex color code and #cc66dd web safe hex color code. #dd44ee is the nearest web safe color code. You can see here many more shades of #d555ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded555ec#d555ec
RGB Decimal213, 85, 236rgb(213, 85, 236)
RGB Percent84%, 33%, 93%rgb(84%, 33%, 93%)
CSS RGBa213, 85, 236,1rgba(213,85,236,1)
CMYK Modelcmyk(10%,64%,0%,7%)
HSL Color Space291,80% ,63%hsl(291,80% ,63%)
HSV Color Space291°, 64%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101010101010111101100
Octal325125354
Decimal21385236
Hexd555ec

Different shades of #d555ec color code.

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

Light Shade of #d555ec
#e083f1
Dark Shade of #d555ec
#ca27e7
Saturated Shade of #d555ec
#dc4cf5
Desaturated Shade of #d555ec
#ce5ee3
Grey scale Shade of #d555ec
#a0a0a0
Brighten Shade
#ee6eff
Most Readable Shade
#000000

Shades of #d555ec color code

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

#d555ec
#bd4bd1
#a542b7
#8e389d
#762f83
#5e2568
#471c4e
#2f1234
#17091a
#000000

Similar Color like #d555ec color

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

#d656ed
#d757ee
#d858ef
#d959f0
#da5af1
#db5bf2
#dc5cf3
#dd5df4
#de5ef5
#df5ff6
#e060f7
#e161f8
#e262f9
#e363fa
#d454eb
#d353ea
#d252e9
#d151e8
#d050e7
#cf4fe6
#ce4ee5
#cd4de4
#cc4ce3
#cb4be2
#ca4ae1
#c949e0
#c848df
#c747de

Monochromatic Color with #d555ec

#d555ec
#150817
#3c1842
#62276c
#883697
#af46c1

Tints of #d555ec Color

#d555ec
#d967ee
#de7af0
#e38df2
#e7a0f4
#ecb3f6
#f1c6f8
#f5d9fa
#faecfc
#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

#d555ec
#6cec55

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

Split Complementary

#d555ec
#b8ec55
#55ec89

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

Analogous Color

#9955ec
#b755ec
#d555ec
#ec55e5
#ec55c7

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

#d555ec
#ecd555
#55ecd5

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

#d555ec
#ec8955
#6cec55
#55b7ec

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

#d555ec
#6cec55
#55ec89
#ec55b8

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

#d555ec Color Code Preview on Black Background Color

This is how #d555ec Color will look on black background color. Color contrast ratio is 6.34

#d555ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d555ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d555ec

#d555ec color code is use for CSS Background Color

Background color for the above div is #d555ec

HTML with inline CSS

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

#d555ec color code is use for CSS Border Color

CSS Border color for the above div is #d555ec

HTML with inline CSS

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

CSS Border Left color for the above div is #d555ec

HTML with inline CSS

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

CSS Border Right color for the above div is #d555ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d555ec

HTML with inline CSS

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

CSS Border Top color for the above div is #d555ec

HTML with inline CSS

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

#d555ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d555ec Color code Preview on White Background

This is how #d555ec Color code will look on white background color. Color contrast ratio is 3.31

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

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(213,85,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,236,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,85,236,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.