crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dc49ff hex color - Violet - Warm color - Information

#dc49ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dc49ff Color code in RGB color code model is created after adding 86.27% red color, 28.63% green color and 100% blue color. Hex #dc49ff Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 71% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedc49ff#dc49ff
RGB Decimal220, 73, 255rgb(220, 73, 255)
RGB Percent86%, 29%, 100%rgb(86%, 29%, 100%)
CSS RGBa220, 73, 255,1rgba(220,73,255,1)
CMYK Modelcmyk(14%,71%,0%,0%)
HSL Color Space288,100% ,64%hsl(288,100% ,64%)
HSV Color Space288°, 71%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111000100100111111111
Octal334111377
Decimal22073255
Hexdc49ff

Different shades of #dc49ff color code.

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

Light Shade of #dc49ff
#e67cff
Dark Shade of #dc49ff
#d216ff
Saturated Shade of #dc49ff
#dc49ff
Desaturated Shade of #dc49ff
#d652f6
Grey scale Shade of #dc49ff
#a4a4a4
Brighten Shade
#f562ff
Most Readable Shade
#000000

Shades of #dc49ff color code

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

#dc49ff
#c340e2
#ab38c6
#9230aa
#7a288d
#612071
#491855
#301038
#18081c
#000000

Similar Color like #dc49ff color

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

#dd4aff
#de4bff
#df4cff
#e04dff
#e14eff
#e24fff
#e350ff
#e451ff
#e552ff
#e653ff
#e754ff
#e855ff
#e956ff
#ea57ff
#db48fe
#da47fd
#d946fc
#d845fb
#d744fa
#d643f9
#d542f8
#d441f7
#d340f6
#d23ff5
#d13ef4
#d03df3
#cf3cf2
#ce3bf1

Monochromatic Color with #dc49ff

#dc49ff
#250c2a
#491855
#6e2580
#9331aa
#b73dd4

Tints of #dc49ff Color

#dc49ff
#df5dff
#e371ff
#e785ff
#eb99ff
#efaeff
#f3c2ff
#f7d6ff
#fbeaff
#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

#dc49ff
#6cff49

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

Split Complementary

#dc49ff
#c7ff49
#49ff81

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

Analogous Color

#9349ff
#b849ff
#dc49ff
#ff49fe
#ff49d9

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

#dc49ff
#ffdc49
#49ffdc

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

#dc49ff
#ff8149
#6cff49
#49c7ff

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

#dc49ff
#6cff49
#49ff81
#ff49c7

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

#dc49ff Color Code Preview on Black Background Color

This is how #dc49ff Color will look on black background color. Color contrast ratio is 6.44

#dc49ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc49ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc49ff

#dc49ff color code is use for CSS Background Color

Background color for the above div is #dc49ff

HTML with inline CSS

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

#dc49ff color code is use for CSS Border Color

CSS Border color for the above div is #dc49ff

HTML with inline CSS

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

CSS Border Left color for the above div is #dc49ff

HTML with inline CSS

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

CSS Border Right color for the above div is #dc49ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc49ff

HTML with inline CSS

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

CSS Border Top color for the above div is #dc49ff

HTML with inline CSS

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

#dc49ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc49ff Color code Preview on White Background

This is how #dc49ff Color code will look on white background color. Color contrast ratio is 3.26

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.