crispedge.com

Color picker

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

#db3463 hex color - Violet - Warm color - Information

#db3463 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db3463 Color code in RGB color code model is created after adding 85.88% red color, 20.39% green color and 38.82% blue color. Hex #db3463 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 55% yellow and 14% black.

Hex #db3463 color code is between #dd3366 web safe hex color code and #cc4455 web safe hex color code. #dd3366 is the nearest web safe color code. You can see here many more shades of #db3463 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedb3463#db3463
RGB Decimal219, 52, 99rgb(219, 52, 99)
RGB Percent86%, 20%, 39%rgb(86%, 20%, 39%)
CSS RGBa219, 52, 99,1rgba(219,52,99,1)
CMYK Modelcmyk(0%,76%,55%,14%)
HSL Color Space343,70% ,53%hsl(343,70% ,53%)
HSV Color Space343°, 76%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110011010001100011
Octal33364143
Decimal2195299
Hexdb3463

Different shades of #db3463 color code.

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

Light Shade of #db3463
#e35f84
Dark Shade of #db3463
#bb214c
Saturated Shade of #db3463
#e7285e
Desaturated Shade of #db3463
#cf4068
Grey scale Shade of #db3463
#878787
Brighten Shade
#f44d7c
Most Readable Shade
#FFFFFF

Shades of #db3463 color code

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

#db3463
#c22e58
#aa284d
#922242
#791c37
#61172c
#491121
#300b16
#18050b
#000000

Similar Color like #db3463 color

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

#dc3564
#dd3665
#de3766
#df3867
#e03968
#e13a69
#e23b6a
#e33c6b
#e43d6c
#e53e6d
#e63f6e
#e7406f
#e84170
#e94271
#da3362
#d93261
#d83160
#d7305f
#d62f5e
#d52e5d
#d42d5c
#d32c5b
#d22b5a
#d12a59
#d02958
#cf2857
#ce2756
#cd2655

Monochromatic Color with #db3463

#db3463
#060203
#310c16
#5b1629
#86203d
#b02a50

Tints of #db3463 Color

#db3463
#df4a74
#e36185
#e77797
#eb8ea8
#efa4b9
#f3bbcb
#f7d1dc
#fbe8ed
#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

#db3463
#34dbac

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

Split Complementary

#db3463
#34db58
#34b7db

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

Analogous Color

#db34a6
#db3484
#db3463
#db3442
#db4834

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

#db3463
#63db34
#3463db

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

#db3463
#b6db34
#34dbac
#5834db

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

#db3463
#34dbac
#34b7db
#db5834

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

#db3463 Color Code Preview on Black Background Color

This is how #db3463 Color will look on black background color. Color contrast ratio is 4.68

#db3463 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db3463

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db3463

#db3463 color code is use for CSS Background Color

Background color for the above div is #db3463

HTML with inline CSS

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

#db3463 color code is use for CSS Border Color

CSS Border color for the above div is #db3463

HTML with inline CSS

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

CSS Border Left color for the above div is #db3463

HTML with inline CSS

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

CSS Border Right color for the above div is #db3463

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db3463

HTML with inline CSS

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

CSS Border Top color for the above div is #db3463

HTML with inline CSS

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

#db3463 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db3463 Color code Preview on White Background

This is how #db3463 Color code will look on white background color. Color contrast ratio is 4.48

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

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.