Skip to main content Skip to docs navigation

#d255aa 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 Crushed Berries and its hex is #D15B9B Nearest Color Name

Color Hue/Base color: Violet

Hex #d255aa Color code in RGB color code model is created after adding 82.35% red color, 33.33% green color and 66.67% blue color. Hex #d255aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 19% yellow and 17.65% black.

Hex #d255aa color code is between #cc4499 web safe hex color code and #dd66bb web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #d255aa color code.

RGB Chart

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

Color Table

Hex Color Code d255aa #d255aa
RGB Decimal 210, 85, 170 210, 85, 170
RGB Percent 82%, 33%, 67% rgb(82%, 33%, 67%)
CSS RGBa 210, 85, 170,1 rgba(210,85,170,1)
CMYK Model cmyk(0%,60%,19%,17.65%)
HSL Color Space 319,58% ,58% hsl(319,58% ,58%)
HSV Color Space 319°, 60%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010010 01010101 10101010
Octal 322 125 252
Decimal 210 85 170
Hex d2 55 aa

Different shades of #d255aa color code.

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

Darkest of #d255aa
#701e56
Darker of #d255aa
#992875
Dark of #d255aa
#c13394
Base of #d255aa
#d255aa
Light of #d255aa
#dd7dbe
Lighter
#e7a6d2
Lightest
#f2cee6

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

#d255aa
#55d27d

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

Split Complementary

#d255aa
#6bd255
#55d2bb

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

Analogous Color

#b155d2
#c655d2
#d255aa
#d25580
#d25e55

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

#d255aa
#55aad2
#aad255

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

#d255aa
#aad255
#55d27d
#7d55d2

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

#d255aa
#d2bb55
#55d27d
#556bd2

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

#481337
#701e56
#992875
#c13394
#d255aa
#dd7dbe
#e7a6d2
#f2cee6
#fdf6fb

Tints of #d255aa Color

#d255aa
#d767b3
#dc7abc
#e18dc6
#e6a0cf
#ebb3d9
#f0c6e2
#f5d9ec
#faecf5
#ffffff

Shades of #d255aa color code

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

#d255aa
#ba4b97
#a34284
#8c3871
#742f5e
#5d254b
#461c38
#2e1225
#170912
#000000

Tones

#d255aa
#bc6aa2
#a7809b
#939393
#939393

Tones

Similar Color like #d255aa color

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

#d356ab
#d457ac
#d558ad
#d659ae
#d75aaf
#d85bb0
#d95cb1
#da5db2
#db5eb3
#dc5fb4
#dd60b5
#de61b6
#df62b7
#e063b8
#d154a9
#d053a8
#cf52a7
#ce51a6
#cd50a5
#cc4fa4
#cb4ea3
#ca4da2
#c94ca1
#c84ba0
#c74a9f
#c6499e
#c5489d
#c4479c

Download this Dark Violet

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

#d255aa Color Code Preview on Black Background Color

This is how #d255aa Color will look on black background color. Color contrast ratio is 5.62

#d255aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d255aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d255aa

#d255aa color code is use for CSS Background Color

Background color for the above div is #d255aa

HTML with inline CSS

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

#d255aa color code is use for CSS Border Color

CSS Border color for the above div is #d255aa

HTML with inline CSS

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

CSS Border Left color for the above div is #d255aa

HTML with inline CSS

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

CSS Border Right color for the above div is #d255aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d255aa

HTML with inline CSS

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

CSS Border Top color for the above div is #d255aa

HTML with inline CSS

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

#d255aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d255aa Color code Preview on White Background

This is how #d255aa Color code will look on white background color. Color contrast ratio is 3.74

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

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(210,85,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,210,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,85,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }