Skip to main content Skip to docs navigation

#d512bf hex color | Download Dark Red 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 Explosive Purple and its hex is #CC11BB Nearest Color Name

Color Hue/Base color: Red

Hex #d512bf Color code in RGB color code model is created after adding 83.53% red color, 7.06% green color and 74.9% blue color. Hex #d512bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 10% yellow and 16.47% black.

Hex #d512bf color code is between #dd11bb web safe hex color code and #cc22cc web safe hex color code. #dd11bb is the nearest web safe color code. You can see here many more shades of #d512bf color code.

RGB Chart

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

Color Table

Hex Color Code d512bf #d512bf
RGB Decimal 213, 18, 191 213, 18, 191
RGB Percent 84%, 7%, 75% rgb(84%, 7%, 75%)
CSS RGBa 213, 18, 191,1 rgba(213,18,191,1)
CMYK Model cmyk(0%,92%,10%,16.47%)
HSL Color Space 307,84% ,45% hsl(307,84% ,45%)
HSV Color Space 307°, 92%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 00010010 10111111
Octal 325 22 277
Decimal 213 18 191
Hex d5 12 bf

Different shades of #d512bf color code.

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

Darkest of #d512bf
#480640
Darker of #d512bf
#770a6b
Dark of #d512bf
#a60e95
Base of #d512bf
#d512bf
Light of #d512bf
#ed2dd8
Lighter
#f15ce0
Lightest
#f58be9

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

#d512bf
#12d528

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

Split Complementary

#d512bf
#5dd512
#12d589

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

Analogous Color

#7912d5
#9a12d5
#d512bf
#d5127e
#d5122d

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

#d512bf
#12bfd5
#bfd512

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

#d512bf
#bfd512
#12d528
#2812d5

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

#d512bf
#d58912
#12d528
#125dd5

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

#190216
#480640
#770a6b
#a60e95
#d512bf
#ed2dd8
#f15ce0
#f58be9
#f9baf2

Tints of #d512bf Color

#d512bf
#d92cc6
#de46cd
#e361d4
#e77bdb
#ec95e2
#f1b0e9
#f5caf0
#fae4f7
#ffffff

Shades of #d512bf color code

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

#d512bf
#bd10a9
#a50e94
#8e0c7f
#760a6a
#5e0854
#47063f
#2f042a
#170215
#000000

Tones

#d512bf
#be29ad
#a7409b
#905789
#796e77

Tones

Similar Color like #d512bf color

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

#d613c0
#d714c1
#d815c2
#d916c3
#da17c4
#db18c5
#dc19c6
#dd1ac7
#de1bc8
#df1cc9
#e01dca
#e11ecb
#e21fcc
#e320cd
#d411be
#d310bd
#d20fbc
#d10ebb
#d00dba
#cf0cb9
#ce0bb8
#cd0ab7
#cc09b6
#cb08b5
#ca07b4
#c906b3
#c805b2
#c704b1

Download this Dark Red

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

#d512bf Color Code Preview on Black Background Color

This is how #d512bf Color will look on black background color. Color contrast ratio is 4.67

#d512bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d512bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d512bf

#d512bf color code is use for CSS Background Color

Background color for the above div is #d512bf

HTML with inline CSS

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

#d512bf color code is use for CSS Border Color

CSS Border color for the above div is #d512bf

HTML with inline CSS

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

CSS Border Left color for the above div is #d512bf

HTML with inline CSS

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

CSS Border Right color for the above div is #d512bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d512bf

HTML with inline CSS

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

CSS Border Top color for the above div is #d512bf

HTML with inline CSS

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

#d512bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d512bf Color code Preview on White Background

This is how #d512bf Color code will look on white background color. Color contrast ratio is 4.50

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

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(213,18,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,213,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,18,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }