Skip to main content Skip to docs navigation

#d253aa 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 Krameria and its hex is #CD48A9 Nearest Color Name

Color Hue/Base color: Violet

Hex #d253aa Color code in RGB color code model is created after adding 82.35% red color, 32.55% green color and 66.67% blue color. Hex #d253aa 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 #d253aa color code is between #cc5599 web safe hex color code and #dd44bb web safe hex color code. #cc5599 is the nearest web safe color code. You can see here many more shades of #d253aa color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11010010 01010011 10101010
Octal 322 123 252
Decimal 210 83 170
Hex d2 53 aa

Different shades of #d253aa color code.

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

Darkest of #d253aa
#6f1d55
Darker of #d253aa
#972874
Dark of #d253aa
#c03293
Base of #d253aa
#d253aa
Light of #d253aa
#dd7bbe
Lighter
#e7a4d2
Lightest
#f2cce6

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

#d253aa
#53d27b

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

Split Complementary

#d253aa
#6ad253
#53d2bb

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

Analogous Color

#b053d2
#c553d2
#d253aa
#d25380
#d25b53

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

#d253aa
#53aad2
#aad253

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

#d253aa
#aad253
#53d27b
#7b53d2

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

#d253aa
#d2bb53
#53d27b
#536ad2

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

#471236
#6f1d55
#972874
#c03293
#d253aa
#dd7bbe
#e7a4d2
#f2cce6
#fcf5fa

Tints of #d253aa Color

#d253aa
#d766b3
#dc79bc
#e18cc6
#e69fcf
#ebb2d9
#f0c5e2
#f5d8ec
#faebf5
#ffffff

Shades of #d253aa color code

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

#d253aa
#ba4997
#a34084
#8c3771
#742e5e
#5d244b
#461b38
#2e1225
#170912
#000000

Tones

#d253aa
#bc69a2
#a77e9a
#929292
#929292

Tones

Similar Color like #d253aa color

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

#d354ab
#d455ac
#d556ad
#d657ae
#d758af
#d859b0
#d95ab1
#da5bb2
#db5cb3
#dc5db4
#dd5eb5
#de5fb6
#df60b7
#e061b8
#d152a9
#d051a8
#cf50a7
#ce4fa6
#cd4ea5
#cc4da4
#cb4ca3
#ca4ba2
#c94aa1
#c849a0
#c7489f
#c6479e
#c5469d
#c4459c

Download this Dark Violet

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

#d253aa Color Code Preview on Black Background Color

This is how #d253aa Color will look on black background color. Color contrast ratio is 5.56

#d253aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d253aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d253aa

#d253aa color code is use for CSS Background Color

Background color for the above div is #d253aa

HTML with inline CSS

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

#d253aa color code is use for CSS Border Color

CSS Border color for the above div is #d253aa

HTML with inline CSS

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

CSS Border Left color for the above div is #d253aa

HTML with inline CSS

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

CSS Border Right color for the above div is #d253aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d253aa

HTML with inline CSS

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

CSS Border Top color for the above div is #d253aa

HTML with inline CSS

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

#d253aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d253aa Color code Preview on White Background

This is how #d253aa Color code will look on white background color. Color contrast ratio is 3.78

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

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