Skip to main content Skip to docs navigation

#d449be 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 2385 C and its hex is #D539B5 Nearest Color Name

Color Hue/Base color: Violet

Hex #d449be Color code in RGB color code model is created after adding 83.14% red color, 28.63% green color and 74.51% blue color. Hex #d449be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 10% yellow and 16.86% black.

Hex #d449be color code is between #cc44bb web safe hex color code and #dd55cc web safe hex color code. #cc44bb is the nearest web safe color code. You can see here many more shades of #d449be color code.

RGB Chart

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

Color Table

Hex Color Code d449be #d449be
RGB Decimal 212, 73, 190 212, 73, 190
RGB Percent 83%, 29%, 75% rgb(83%, 29%, 75%)
CSS RGBa 212, 73, 190,1 rgba(212,73,190,1)
CMYK Model cmyk(0%,66%,10%,16.86%)
HSL Color Space 309,62% ,56% hsl(309,62% ,56%)
HSV Color Space 309°, 66%, 83%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010100 01001001 10111110
Octal 324 111 276
Decimal 212 73 190
Hex d4 49 be

Different shades of #d449be color code.

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

Darkest of #d449be
#6b195e
Darker of #d449be
#942382
Dark of #d449be
#bd2da6
Base of #d449be
#d449be
Light of #d449be
#de72cd
Lighter
#e79bdb
Lightest
#f1c5ea

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

#d449be
#49d45f

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

Split Complementary

#d449be
#78d449
#49d4a5

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

Analogous Color

#9949d4
#b049d4
#d449be
#d44990
#d44956

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

#d449be
#49bed4
#bed449

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

#d449be
#bed449
#49d45f
#5f49d4

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

#d449be
#d4a549
#49d45f
#4978d4

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 #d449be

#420f3a
#6b195e
#942382
#bd2da6
#d449be
#de72cd
#e79bdb
#f1c5ea
#fbeef9

Tints of #d449be Color

#d449be
#d85dc5
#dd71cc
#e285d3
#e799da
#ebaee2
#f0c2e9
#f5d6f0
#faeaf7
#ffffff

Shades of #d449be color code

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

#d449be
#bc40a8
#a43893
#8d307e
#752869
#5e2054
#46183f
#2f102a
#170815
#000000

Tones

#d449be
#bd5faf
#a7769f
#908c90
#8e8e8e

Tones

Similar Color like #d449be color

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

#d54abf
#d64bc0
#d74cc1
#d84dc2
#d94ec3
#da4fc4
#db50c5
#dc51c6
#dd52c7
#de53c8
#df54c9
#e055ca
#e156cb
#e257cc
#d348bd
#d247bc
#d146bb
#d045ba
#cf44b9
#ce43b8
#cd42b7
#cc41b6
#cb40b5
#ca3fb4
#c93eb3
#c83db2
#c73cb1
#c63bb0

Download this Dark Violet

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

#d449be Color Code Preview on Black Background Color

This is how #d449be Color will look on black background color. Color contrast ratio is 5.50

#d449be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d449be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d449be

#d449be color code is use for CSS Background Color

Background color for the above div is #d449be

HTML with inline CSS

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

#d449be color code is use for CSS Border Color

CSS Border color for the above div is #d449be

HTML with inline CSS

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

CSS Border Left color for the above div is #d449be

HTML with inline CSS

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

CSS Border Right color for the above div is #d449be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d449be

HTML with inline CSS

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

CSS Border Top color for the above div is #d449be

HTML with inline CSS

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

#d449be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d449be Color code Preview on White Background

This is how #d449be Color code will look on white background color. Color contrast ratio is 3.82

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

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,73,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,212,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,73,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }