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

#db51bb hex color - Red - Warm color - Information

#db51bb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db51bb Color code in RGB color code model is created after adding 85.88% red color, 31.76% green color and 73.33% blue color. Hex #db51bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 15% yellow and 14.12% black.

Hex #db51bb color code is between #dd55aa web safe hex color code and #cc44cc web safe hex color code. #dd55aa is the nearest web safe color code. You can see here many more shades of #db51bb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedb51bb#db51bb
RGB Decimal219, 81, 187rgb(219, 81, 187)
RGB Percent86%, 32%, 73%rgb(86%, 32%, 73%)
CSS RGBa219, 81, 187,1rgba(219,81,187,1)
CMYK Modelcmyk(0%,63%,15%,14.12%)
HSL Color Space314,66% ,59%hsl(314,66% ,59%)
HSV Color Space314°, 63%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110101000110111011
Octal333121273
Decimal21981187
Hexdb51bb

Different shades of #db51bb color code.

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

Light Shade of #db51bb
#e47bcc
Dark Shade of #db51bb
#ce2ba8
Saturated Shade of #db51bb
#e546c1
Desaturated Shade of #db51bb
#d05bb5
Grey scale Shade of #db51bb
#969696
Brighten Shade
#f46ad4
Most Readable Shade
#FFFFFF

Shades of #db51bb color code

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

#db51bb
#c248a6
#aa3f91
#92367c
#792d67
#612453
#491b3e
#301229
#180914
#000000

Similar Color like #db51bb color

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

#dc52bc
#dd53bd
#de54be
#df55bf
#e056c0
#e157c1
#e258c2
#e359c3
#e45ac4
#e55bc5
#e65cc6
#e75dc7
#e85ec8
#e95fc9
#da50ba
#d94fb9
#d84eb8
#d74db7
#d64cb6
#d54bb5
#d44ab4
#d349b3
#d248b2
#d147b1
#d046b0
#cf45af
#ce44ae
#cd43ad

Monochromatic Color with #db51bb

#db51bb
#060206
#31122a
#5b224e
#863272
#b04197

Tints of #db51bb Color

#db51bb
#df64c2
#e377ca
#e78bd1
#eb9ed9
#efb1e0
#f3c5e8
#f7d8ef
#fbebf7
#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

#db51bb
#51db71

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

Split Complementary

#db51bb
#76db51
#51dbb6

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

Analogous Color

#c451db
#db51d7
#db51bb
#db519f
#db5184

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

#db51bb
#bbdb51
#51bbdb

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

#db51bb
#dbb651
#51db71
#5176db

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

#db51bb
#51db71
#51dbb6
#db5176

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

#db51bb Color Code Preview on Black Background Color

This is how #db51bb Color will look on black background color. Color contrast ratio is 5.91

#db51bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db51bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db51bb

#db51bb color code is use for CSS Background Color

Background color for the above div is #db51bb

HTML with inline CSS

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

#db51bb color code is use for CSS Border Color

CSS Border color for the above div is #db51bb

HTML with inline CSS

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

CSS Border Left color for the above div is #db51bb

HTML with inline CSS

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

CSS Border Right color for the above div is #db51bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db51bb

HTML with inline CSS

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

CSS Border Top color for the above div is #db51bb

HTML with inline CSS

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

#db51bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db51bb Color code Preview on White Background

This is how #db51bb Color code will look on white background color. Color contrast ratio is 3.56

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

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(219,81,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,219,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,81,187,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.