crispedge.com

Color picker

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

#d740b8 hex color - Red - Warm color - Information

#d740b8 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d740b8 Color code in RGB color code model is created after adding 84.31% red color, 25.1% green color and 72.16% blue color. Hex #d740b8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 14% yellow and 16% black.

Hex #d740b8 color code is between #dd44bb web safe hex color code and #cc33aa web safe hex color code. #dd44bb is the nearest web safe color code. You can see here many more shades of #d740b8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded740b8#d740b8
RGB Decimal215, 64, 184rgb(215, 64, 184)
RGB Percent84%, 25%, 72%rgb(84%, 25%, 72%)
CSS RGBa215, 64, 184,1rgba(215,64,184,1)
CMYK Modelcmyk(0%,70%,14%,16%)
HSL Color Space312,65% ,55%hsl(312,65% ,55%)
HSV Color Space312°, 70%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101110100000010111000
Octal327100270
Decimal21564184
Hexd740b8

Different shades of #d740b8 color code.

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

Light Shade of #d740b8
#e06ac8
Dark Shade of #d740b8
#bc279e
Saturated Shade of #d740b8
#e334bf
Desaturated Shade of #d740b8
#cb4cb1
Grey scale Shade of #d740b8
#8b8b8b
Brighten Shade
#f059d1
Most Readable Shade
#FFFFFF

Shades of #d740b8 color code

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

#d740b8
#bf38a3
#a7318f
#8f2a7a
#772366
#5f1c51
#47153d
#2f0e28
#170714
#000000

Similar Color like #d740b8 color

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

#d841b9
#d942ba
#da43bb
#db44bc
#dc45bd
#dd46be
#de47bf
#df48c0
#e049c1
#e14ac2
#e24bc3
#e34cc4
#e44dc5
#e54ec6
#d63fb7
#d53eb6
#d43db5
#d33cb4
#d23bb3
#d13ab2
#d039b1
#cf38b0
#ce37af
#cd36ae
#cc35ad
#cb34ac
#ca33ab
#c932aa

Monochromatic Color with #d740b8

#d740b8
#020102
#2d0d26
#571a4b
#82276f
#ac3394

Tints of #d740b8 Color

#d740b8
#db55bf
#df6ac7
#e47fcf
#e894d7
#edaadf
#f1bfe7
#f6d4ef
#fae9f7
#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

#d740b8
#40d75f

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

Split Complementary

#d740b8
#6dd740
#40d7aa

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

Analogous Color

#ba40d7
#d740d6
#d740b8
#d7409a
#d7407c

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

#d740b8
#b8d740
#40b8d7

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

#d740b8
#d7aa40
#40d75f
#406cd7

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

#d740b8
#40d75f
#40d7aa
#d7406d

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

#d740b8 Color Code Preview on Black Background Color

This is how #d740b8 Color will look on black background color. Color contrast ratio is 5.31

#d740b8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d740b8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d740b8

#d740b8 color code is use for CSS Background Color

Background color for the above div is #d740b8

HTML with inline CSS

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

#d740b8 color code is use for CSS Border Color

CSS Border color for the above div is #d740b8

HTML with inline CSS

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

CSS Border Left color for the above div is #d740b8

HTML with inline CSS

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

CSS Border Right color for the above div is #d740b8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d740b8

HTML with inline CSS

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

CSS Border Top color for the above div is #d740b8

HTML with inline CSS

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

#d740b8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d740b8 Color code Preview on White Background

This is how #d740b8 Color code will look on white background color. Color contrast ratio is 3.95

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

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.