Skip to main content Skip to docs navigation

#d490cd hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 514 C and its hex is #D48BC8 Nearest Color Name

Color Hue/Base color: Violet

Hex #d490cd Color code in RGB color code model is created after adding 83.14% red color, 56.47% green color and 80.39% blue color. Hex #d490cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 3% yellow and 16.86% black.

Hex #d490cd color code is between #cc88cc web safe hex color code and #dd99dd web safe hex color code. #cc88cc is the nearest web safe color code. You can see here many more shades of #d490cd color code.

RGB Chart

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

Color Table

Hex Color Code d490cd #d490cd
RGB Decimal 212, 144, 205 212, 144, 205
RGB Percent 83%, 56%, 80% rgb(83%, 56%, 80%)
CSS RGBa 212, 144, 205,1 rgba(212,144,205,1)
CMYK Model cmyk(0%,32%,3%,16.86%)
HSL Color Space 306,44% ,70% hsl(306,44% ,70%)
HSV Color Space 306°, 32%, 83%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010100 10010000 11001101
Octal 324 220 315
Decimal 212 144 205
Hex d4 90 cd

Different shades of #d490cd color code.

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

Darkest of #d490cd
#923989
Darker of #d490cd
#b747ac
Dark of #d490cd
#c66bbc
Base of #d490cd
#d490cd
Light of #d490cd
#e2b5de
Lighter
#f0daee
Lightest
#fffeff

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

#d490cd
#90d497

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

Split Complementary

#d490cd
#abd490
#90d4b9

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

Analogous Color

#b390d4
#bf90d4
#d490cd
#d490b6
#d4909a

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

#d490cd
#90cdd4
#cdd490

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

#d490cd
#cdd490
#90d497
#9790d4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d490cd
#d4b990
#90d497
#90abd4

Square 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).

Monochromatic Color with #d490cd

#6e2a67
#923989
#b747ac
#c66bbc
#d490cd
#e2b5de
#f0daee
#fffeff
#ffffff

Tints of #d490cd Color

#d490cd
#d89cd2
#dda8d8
#e2b5dd
#e7c1e3
#ebcde8
#f0daee
#f5e6f3
#faf2f9
#ffffff

Shades of #d490cd color code

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

#d490cd
#bc80b6
#a4709f
#8d6088
#755071
#5e405b
#463044
#2f202d
#171016
#000000

Tones

#d490cd
#c59fc1
#b5afb5
#b2b2b2
#b2b2b2

Tones

Similar Color like #d490cd color

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

#d591ce
#d692cf
#d793d0
#d894d1
#d995d2
#da96d3
#db97d4
#dc98d5
#dd99d6
#de9ad7
#df9bd8
#e09cd9
#e19dda
#e29edb
#d38fcc
#d28ecb
#d18dca
#d08cc9
#cf8bc8
#ce8ac7
#cd89c6
#cc88c5
#cb87c4
#ca86c3
#c985c2
#c884c1
#c783c0
#c682bf

Download this Dark Violet

Hex #d490cd 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.

#d490cd Color Code Preview on Black Background Color

This is how #d490cd Color will look on black background color. Color contrast ratio is 8.67

#d490cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d490cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d490cd

#d490cd color code is use for CSS Background Color

Background color for the above div is #d490cd

HTML with inline CSS

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

#d490cd color code is use for CSS Border Color

CSS Border color for the above div is #d490cd

HTML with inline CSS

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

CSS Border Left color for the above div is #d490cd

HTML with inline CSS

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

CSS Border Right color for the above div is #d490cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d490cd

HTML with inline CSS

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

CSS Border Top color for the above div is #d490cd

HTML with inline CSS

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

#d490cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d490cd Color code Preview on White Background

This is how #d490cd Color code will look on white background color. Color contrast ratio is 2.42

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(212,144,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,212,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,144,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }