crispedge.com

#d950bb hex color - Red - Warm color - Information

#d950bb hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #d950bb 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 #d950bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded950bb#d950bb
RGB Decimal217, 80, 187rgb(217, 80, 187)
RGB Percent85%, 31%, 73%rgb(85%, 31%, 73%)
CSS RGBa217, 80, 187,1rgba(217,80,187,1)
CMYK Modelcmyk(0%,63%,14%,15%)
HSL Color Space313,64% ,58%hsl(313,64% ,58%)
HSV Color Space313°, 63%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010101000010111011
Octal331120273
Decimal21780187
Hexd950bb

Different shades of #d950bb color code.

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

Light Shade of #d950bb
#e27acb
Dark Shade of #d950bb
#ca2ca7
Saturated Shade of #d950bb
#e445c1
Desaturated Shade of #d950bb
#ce5bb5
Grey scale Shade of #d950bb
#949494
Brighten Shade
#f269d4
Most Readable Shade
#FFFFFF

Shades of #d950bb color code

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

#d950bb
#c047a6
#a83e91
#90357c
#782c67
#602353
#481a3e
#301129
#180814
#000000

Similar Color like #d950bb color

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

#da51bc
#db52bd
#dc53be
#dd54bf
#de55c0
#df56c1
#e057c2
#e158c3
#e259c4
#e35ac5
#e45bc6
#e55cc7
#e65dc8
#e75ec9
#d84fba
#d74eb9
#d64db8
#d54cb7
#d44bb6
#d34ab5
#d249b4
#d148b3
#d047b2
#cf46b1
#ce45b0
#cd44af
#cc43ae
#cb42ad

Monochromatic Color with #d950bb

#d950bb
#040204
#2f1128
#59214d
#843172
#ae4096

Tints of #d950bb Color

#d950bb
#dd63c2
#e176ca
#e58ad1
#e99dd9
#eeb1e0
#f2c4e8
#f6d8ef
#faebf7
#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

#d950bb
#50d96e

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

Split Complementary

#d950bb
#77d950
#50d9b3

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

Analogous Color

#c050d9
#d950d6
#d950bb
#d950a0
#d95084

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

#d950bb
#bbd950
#50bbd9

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

#d950bb
#d9b250
#50d96e
#5076d9

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

#d950bb
#50d96e
#50d9b3
#d95077

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

#d950bb Color Code Preview on Black Background Color

This is how #d950bb Color will look on black background color. Color contrast ratio is 5.82

#d950bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d950bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d950bb

#d950bb color code is use for CSS Background Color

Background color for the above div is #d950bb

HTML with inline CSS

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

#d950bb color code is use for CSS Border Color

CSS Border color for the above div is #d950bb

HTML with inline CSS

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

CSS Border Left color for the above div is #d950bb

HTML with inline CSS

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

CSS Border Right color for the above div is #d950bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d950bb

HTML with inline CSS

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

CSS Border Top color for the above div is #d950bb

HTML with inline CSS

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

#d950bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d950bb Color code Preview on White Background

This is how #d950bb Color code will look on white background color. Color contrast ratio is 3.61

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

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(217,80,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,217,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,80,187,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.

< /html>