Skip to main content Skip to docs navigation

#d6048b hex color - Red - Warm color - Information

On this page
@
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 Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d6048b Color code in RGB color code model is created after adding 83.92% red color, 1.57% green color and 54.51% blue color. Hex #d6048b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 35% yellow and 16.08% black.

Hex #d6048b color code is between #dd0088 web safe hex color code and #cc0099 web safe hex color code. #dd0088 is the nearest web safe color code. You can see here many more shades of #d6048b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d6048b #d6048b
RGB Decimal 214, 4, 139 rgb(214, 4, 139)
RGB Percent 84%, 2%, 55% rgb(84%, 2%, 55%)
CSS RGBa 214, 4, 139,1 rgba(214,4,139,1)
CMYK Model cmyk(0%,98%,35%,16.08%)
HSL Color Space 321,96% ,43% hsl(321,96% ,43%)
HSV Color Space 321°, 98%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 00000100 10001011
Octal 326 4 213
Decimal 214 4 139
Hex d6 04 8b

Different shades of #d6048b color code.

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

Light Shade of #d6048b
#fb12a8
Dark Shade of #d6048b
#a4036a
Saturated Shade of #d6048b
#da008c
Desaturated Shade of #d6048b
#cb0f88
Grey scale Shade of #d6048b
#6d6d6d
Brighten Shade
#ef1da4
Most Readable Shade
#FFFFFF

Shades of #d6048b color code

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

#d6048b
#be037b
#a6036c
#8e025c
#76024d
#5f013d
#47012e
#2f001e
#17000f
#000000

Similar Color like #d6048b color

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

#d7058c
#d8068d
#d9078e
#da088f
#db0990
#dc0a91
#dd0b92
#de0c93
#df0d94
#e00e95
#e10f96
#e21097
#e31198
#e41299
#d5038a
#d40289
#d30188
#d20087
#d10086
#d00085
#cf0084
#ce0083
#cd0082
#cc0081
#cb0080
#ca007f
#c9007e
#c8007d

Monochromatic Color with #d6048b

#d6048b
#010001
#2c011d
#560238
#810254
#ab036f

Tints of #d6048b Color

#d6048b
#da1f97
#df3ba4
#e357b1
#e873be
#ec8fcb
#f1abd8
#f5c7e5
#fae3f2
#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

#d6048b
#04d64f

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

Split Complementary

#d6048b
#22d604
#04d6b8

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

Analogous Color

#cd04d6
#d604b5
#d6048b
#d60461
#d60437

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

#d6048b
#8bd604
#048bd6

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

#d6048b
#d6b804
#04d64f
#0422d6

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

#d6048b
#04d64f
#04d6b8
#d60422

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

#d6048b Color Code Preview on Black Background Color

This is how #d6048b Color will look on black background color. Color contrast ratio is 4.25

#d6048b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6048b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6048b

#d6048b color code is use for CSS Background Color

Background color for the above div is #d6048b

HTML with inline CSS

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

#d6048b color code is use for CSS Border Color

CSS Border color for the above div is #d6048b

HTML with inline CSS

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

CSS Border Left color for the above div is #d6048b

HTML with inline CSS

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

CSS Border Right color for the above div is #d6048b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6048b

HTML with inline CSS

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

CSS Border Top color for the above div is #d6048b

HTML with inline CSS

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

#d6048b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6048b Color code Preview on White Background

This is how #d6048b Color code will look on white background color. Color contrast ratio is 4.94

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

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(214,4,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,214,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,4,139,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.