crispedge.com

Color picker

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

#db38a6 hex color - Violet - Warm color - Information

#db38a6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db38a6 Color code in RGB color code model is created after adding 85.88% red color, 21.96% green color and 65.1% blue color. Hex #db38a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 24% yellow and 14% black.

Hex #db38a6 color code is between #dd33aa web safe hex color code and #cc4499 web safe hex color code. #dd33aa is the nearest web safe color code. You can see here many more shades of #db38a6 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedb38a6#db38a6
RGB Decimal219, 56, 166rgb(219, 56, 166)
RGB Percent86%, 22%, 65%rgb(86%, 22%, 65%)
CSS RGBa219, 56, 166,1rgba(219,56,166,1)
CMYK Modelcmyk(0%,74%,24%,14%)
HSL Color Space320,69% ,54%hsl(320,69% ,54%)
HSV Color Space320°, 74%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110011100010100110
Octal33370246
Decimal21956166
Hexdb38a6

Different shades of #db38a6 color code.

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

Light Shade of #db38a6
#e363b9
Dark Shade of #db38a6
#be228b
Saturated Shade of #db38a6
#e72caa
Desaturated Shade of #db38a6
#cf44a2
Grey scale Shade of #db38a6
#898989
Brighten Shade
#f451bf
Most Readable Shade
#FFFFFF

Shades of #db38a6 color code

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

#db38a6
#c23193
#aa2b81
#92256e
#791f5c
#611849
#491237
#300c24
#180612
#000000

Similar Color like #db38a6 color

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

#dc39a7
#dd3aa8
#de3ba9
#df3caa
#e03dab
#e13eac
#e23fad
#e340ae
#e441af
#e542b0
#e643b1
#e744b2
#e845b3
#e946b4
#da37a5
#d936a4
#d835a3
#d734a2
#d633a1
#d532a0
#d4319f
#d3309e
#d22f9d
#d12e9c
#d02d9b
#cf2c9a
#ce2b99
#cd2a98

Monochromatic Color with #db38a6

#db38a6
#060205
#310d25
#5b1745
#862266
#b02d86

Tints of #db38a6 Color

#db38a6
#df4eaf
#e364b9
#e77ac3
#eb90cd
#efa6d7
#f3bce1
#f7d2eb
#fbe8f5
#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

#db38a6
#38db6d

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

Split Complementary

#db38a6
#55db38
#38dbbe

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

Analogous Color

#cf38db
#db38c7
#db38a6
#db3885
#db3865

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

#db38a6
#a6db38
#38a6db

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

#db38a6
#dbbe38
#38db6d
#3854db

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

#db38a6
#38db6d
#38dbbe
#db3855

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

#db38a6 Color Code Preview on Black Background Color

This is how #db38a6 Color will look on black background color. Color contrast ratio is 5.13

#db38a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db38a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db38a6

#db38a6 color code is use for CSS Background Color

Background color for the above div is #db38a6

HTML with inline CSS

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

#db38a6 color code is use for CSS Border Color

CSS Border color for the above div is #db38a6

HTML with inline CSS

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

CSS Border Left color for the above div is #db38a6

HTML with inline CSS

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

CSS Border Right color for the above div is #db38a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db38a6

HTML with inline CSS

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

CSS Border Top color for the above div is #db38a6

HTML with inline CSS

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

#db38a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db38a6 Color code Preview on White Background

This is how #db38a6 Color code will look on white background color. Color contrast ratio is 4.09

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.