crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#d12d90 hex color - Violet - Warm color - Information

#d12d90 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #d12d90 Color code in RGB color code model is created after adding 81.96% red color, 17.65% green color and 56.47% blue color. Hex #d12d90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 31% yellow and 18% black.

Hex #d12d90 color code is between #cc3388 web safe hex color code and #dd2299 web safe hex color code. #cc3388 is the nearest web safe color code. You can see here many more shades of #d12d90 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded12d90#d12d90
RGB Decimal209, 45, 144rgb(209, 45, 144)
RGB Percent82%, 18%, 56%rgb(82%, 18%, 56%)
CSS RGBa209, 45, 144,1rgba(209,45,144,1)
CMYK Modelcmyk(0%,78%,31%,18%)
HSL Color Space324,65% ,50%hsl(324,65% ,50%)
HSV Color Space324°, 78%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010010110110010000
Octal32155220
Decimal20945144
Hexd12d90

Different shades of #d12d90 color code.

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

Light Shade of #d12d90
#db56a6
Dark Shade of #d12d90
#a72473
Saturated Shade of #d12d90
#de2093
Desaturated Shade of #d12d90
#c43a8d
Grey scale Shade of #d12d90
#7f7f7f
Brighten Shade
#ea46a9
Most Readable Shade
#FFFFFF

Shades of #d12d90 color code

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

#d12d90
#b92880
#a22370
#8b1e60
#741950
#5c1440
#450f30
#2e0a20
#170510
#000000

Similar Color like #d12d90 color

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

#d22e91
#d32f92
#d43093
#d53194
#d63295
#d73396
#d83497
#d93598
#da3699
#db379a
#dc389b
#dd399c
#de3a9d
#df3b9e
#d02c8f
#cf2b8e
#ce2a8d
#cd298c
#cc288b
#cb278a
#ca2689
#c92588
#c82487
#c72386
#c62285
#c52184
#c42083
#c31f82

Monochromatic Color with #d12d90

#d12d90
#fb36ad
#27081b
#511238
#7c1b55
#a62473

Tints of #d12d90 Color

#d12d90
#d6449c
#db5ba8
#e073b5
#e58ac1
#eaa1cd
#efb9da
#f4d0e6
#f9e7f2
#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

#d12d90
#2dd16e

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

Split Complementary

#d12d90
#3ed12d
#2dd1c0

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

Analogous Color

#d02dd1
#d12db1
#d12d90
#d12d6f
#d12d4e

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

#d12d90
#90d12d
#2d90d1

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

#d12d90
#d1c02d
#2dd16e
#2d3ed1

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

#d12d90
#2dd16e
#2dd1c0
#d12d3e

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

#d12d90 Color Code Preview on Black Background Color

This is how #d12d90 Color will look on black background color. Color contrast ratio is 4.49

#d12d90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d12d90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d12d90

#d12d90 color code is use for CSS Background Color

Background color for the above div is #d12d90

HTML with inline CSS

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

#d12d90 color code is use for CSS Border Color

CSS Border color for the above div is #d12d90

HTML with inline CSS

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

CSS Border Left color for the above div is #d12d90

HTML with inline CSS

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

CSS Border Right color for the above div is #d12d90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d12d90

HTML with inline CSS

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

CSS Border Top color for the above div is #d12d90

HTML with inline CSS

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

#d12d90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d12d90 Color code Preview on White Background

This is how #d12d90 Color code will look on white background color. Color contrast ratio is 4.68

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.