@
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.

#d12ed7 hex color - Violet - Warm color - Information

#d12ed7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d12ed7 Color code in RGB color code model is created after adding 81.96% red color, 18.04% green color and 84.31% blue color. Hex #d12ed7 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 79% magenta, 0% yellow and 15.69% black.

Hex #d12ed7 color code is between #cc33dd web safe hex color code and #dd22cc web safe hex color code. #cc33dd is the nearest web safe color code. You can see here many more shades of #d12ed7 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded12ed7#d12ed7
RGB Decimal209, 46, 215rgb(209, 46, 215)
RGB Percent82%, 18%, 84%rgb(82%, 18%, 84%)
CSS RGBa209, 46, 215,1rgba(209,46,215,1)
CMYK Modelcmyk(3%,79%,0%,15.69%)
HSL Color Space298,68% ,51%hsl(298,68% ,51%)
HSV Color Space298°, 79%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010010111011010111
Octal32156327
Decimal20946215
Hexd12ed7

Different shades of #d12ed7 color code.

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

Light Shade of #d12ed7
#da59df
Dark Shade of #d12ed7
#ab22b0
Saturated Shade of #d12ed7
#dd22e3
Desaturated Shade of #d12ed7
#c53acb
Grey scale Shade of #d12ed7
#828282
Brighten Shade
#ea47f0
Most Readable Shade
#FFFFFF

Shades of #d12ed7 color code

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

#d12ed7
#b928bf
#a223a7
#8b1e8f
#741977
#5c145f
#450f47
#2e0a2f
#170517
#000000

Similar Color like #d12ed7 color

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

#d22fd8
#d330d9
#d431da
#d532db
#d633dc
#d734dd
#d835de
#d936df
#da37e0
#db38e1
#dc39e2
#dd3ae3
#de3be4
#df3ce5
#d02dd6
#cf2cd5
#ce2bd4
#cd2ad3
#cc29d2
#cb28d1
#ca27d0
#c926cf
#c825ce
#c724cd
#c623cc
#c522cb
#c421ca
#c320c9

Monochromatic Color with #d12ed7

#d12ed7
#020102
#2c0a2d
#551357
#7e1c82
#a825ac

Tints of #d12ed7 Color

#d12ed7
#d645db
#db5cdf
#e073e4
#e58ae8
#eaa2ed
#efb9f1
#f4d0f6
#f9e7fa
#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

#d12ed7
#34d72e

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

Split Complementary

#d12ed7
#88d72e
#2ed77d

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

Analogous Color

#8d2ed7
#af2ed7
#d12ed7
#d72ebb
#d72e99

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

#d12ed7
#d7d12e
#2ed7d1

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

#d12ed7
#d77c2e
#34d72e
#2e88d7

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

#d12ed7
#34d72e
#2ed77d
#d72e88

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

#d12ed7 Color Code Preview on Black Background Color

This is how #d12ed7 Color will look on black background color. Color contrast ratio is 5.08

#d12ed7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d12ed7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d12ed7

#d12ed7 color code is use for CSS Background Color

Background color for the above div is #d12ed7

HTML with inline CSS

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

#d12ed7 color code is use for CSS Border Color

CSS Border color for the above div is #d12ed7

HTML with inline CSS

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

CSS Border Left color for the above div is #d12ed7

HTML with inline CSS

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

CSS Border Right color for the above div is #d12ed7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d12ed7

HTML with inline CSS

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

CSS Border Top color for the above div is #d12ed7

HTML with inline CSS

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

#d12ed7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d12ed7 Color code Preview on White Background

This is how #d12ed7 Color code will look on white background color. Color contrast ratio is 4.13

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

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(209,46,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,215,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(209,46,215,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.