crispedge.com

#d253da hex color - Violet - Warm color - Information

#d253da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d253da Color code in RGB color code model is created after adding 82.35% red color, 32.55% green color and 85.49% blue color. Hex #d253da Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 62% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded253da#d253da
RGB Decimal210, 83, 218rgb(210, 83, 218)
RGB Percent82%, 33%, 85%rgb(82%, 33%, 85%)
CSS RGBa210, 83, 218,1rgba(210,83,218,1)
CMYK Modelcmyk(4%,62%,0%,15%)
HSL Color Space296,65% ,59%hsl(296,65% ,59%)
HSV Color Space296°, 62%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100101001111011010
Octal322123332
Decimal21083218
Hexd253da

Different shades of #d253da color code.

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

Light Shade of #d253da
#dd7de3
Dark Shade of #d253da
#c42cce
Saturated Shade of #d253da
#db49e4
Desaturated Shade of #d253da
#c95dd0
Grey scale Shade of #d253da
#969696
Brighten Shade
#eb6cf3
Most Readable Shade
#000000

Shades of #d253da color code

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

#d253da
#ba49c1
#a340a9
#8c3791
#742e79
#5d2460
#461b48
#2e1230
#170918
#000000

Similar Color like #d253da color

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

#d354db
#d455dc
#d556dd
#d657de
#d758df
#d859e0
#d95ae1
#da5be2
#db5ce3
#dc5de4
#dd5ee5
#de5fe6
#df60e7
#e061e8
#d152d9
#d051d8
#cf50d7
#ce4fd6
#cd4ed5
#cc4dd4
#cb4cd3
#ca4bd2
#c94ad1
#c849d0
#c748cf
#c647ce
#c546cd
#c445cc

Monochromatic Color with #d253da

#d253da
#050205
#2e1230
#57225a
#803385
#a943af

Tints of #d253da Color

#d253da
#d766de
#dc79e2
#e18ce6
#e69fea
#ebb2ee
#f0c5f2
#f5d8f6
#faebfa
#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

#d253da
#5bda53

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

Split Complementary

#d253da
#9eda53
#53da8f

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

Analogous Color

#9c53da
#b753da
#d253da
#da53c7
#da53ac

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

#d253da
#dad253
#53dad2

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

#d253da
#da8e53
#5bda53
#539eda

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

#d253da
#5bda53
#53da8f
#da539e

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

#d253da Color Code Preview on Black Background Color

This is how #d253da Color will look on black background color. Color contrast ratio is 5.99

#d253da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d253da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d253da

#d253da color code is use for CSS Background Color

Background color for the above div is #d253da

HTML with inline CSS

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

#d253da color code is use for CSS Border Color

CSS Border color for the above div is #d253da

HTML with inline CSS

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

CSS Border Left color for the above div is #d253da

HTML with inline CSS

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

CSS Border Right color for the above div is #d253da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d253da

HTML with inline CSS

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

CSS Border Top color for the above div is #d253da

HTML with inline CSS

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

#d253da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d253da Color code Preview on White Background

This is how #d253da Color code will look on white background color. Color contrast ratio is 3.51

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(210,83,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,218,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,83,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>