COLOR #D983B1

HEX: #D983B1
RGB: (217,131,177)

Color info

#D983B1 contains mainly red and blue colors. Web safe color of #D983B1 is #CC9999 (or #C99).

RGB color model

#D983B1 color RGB value is (217,131,177).

  • red value is 217;
  • green value is 131;
  • blue value is 177.
RGB:
(217,131,177)
(85%,51%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 131 of 255 = 51%
B 177 of 255 = 69%

217
131
177

R + G + B ~ 68%. #D983B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 131 + 177 = 525 (100%)
R 217 of 525 ~ 41.33%
G 131 of 525 ~ 24.95%
B 177 of 525 ~ 33.71%

%41.33
%24.95
%33.71

CMYK color model

#D983B1 color CMYK value is (0,40,18,15).

  • cyan value is 0.00%
  • magenta value is 39.63%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(0,40,18,15)
C0M40Y18K15 
(0%,40%,18%,15%)
(0.00/0.40/0.18/0.15)	

CMYK percentages

%0
%39.63
%18.43
%14.9

Codes

Color #D983B1 in popluar color models

D983B1
RGB217131177
HSL328°53.09%68.24%
HSB/HSV328°39.63%85.10%
CMYK0.00%39.63%18.43%
14.90%

Color #D983B1 in popluar number systems.

HEXD983B1
Decimal217131177
Binary110110011000001110110001
Octal331203261

Shades and tints

Shades of #D983B1

#D983B1
(217,131,177)
#C678A1
(198,120,161)
#B36D91
(179,109,145)
#A06281
(160,98,129)
#8D5771
(141,87,113)
#7A4C61
(122,76,97)
#674151
(103,65,81)
#543641
(84,54,65)
#412B31
(65,43,49)
#2E2021
(46,32,33)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #D983B1

#D983B1
(217,131,177)
#DC8EB8
(220,142,184)
#DF99BF
(223,153,191)
#E2A4C6
(226,164,198)
#E5AFCD
(229,175,205)
#E8BAD4
(232,186,212)
#EBC5DB
(235,197,219)
#EED0E2
(238,208,226)
#F1DBE9
(241,219,233)
#F4E6F0
(244,230,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D983B1 color. Also use rgb(217,131,177) instead hex code.

Text Font Color

.myTextColor { color: #D983B1; }

<p style="color:#D983B1">This sample text font color is #D983B1.</p>

This text font color is #D983B1.


Background Color

.myBgColor { background-color: #D983B1; }

<div style="background-color:#D983B1">Inner text</div>

This div background color is #D983B1.


Border color

.myBorderColor { border: 1px solid #D983B1; }

<div style="border:3px solid #D983B1">Div</div>

This div border color is #D983B1.


Opacity

.myOpacity80 { color: #D983B1; opacity: 0.8; }

<p style="color:#D983B1;opacity:0.8;">80%</p>

Text with #D983B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D983B1;}

<p style="text-shadow: 3px 3px 1px #D983B1">Text here.</p>

This text has shadow with #D983B1 color.

.textShadow {text-shadow: 3px 3px 1px #D983B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D983B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #D983B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D983B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D983B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #D983B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D983B1;
  -webkit-box-shadow:	1px 1px 3px 2px #D983B1;
  box-shadow:		1px 1px 3px 2px #D983B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D983B1;
-webkit-box-shadow: 1px 1px 3px 2px #D983B1;
box-shadow:1px 1px 3px 2px #D983B1;">
Div content here</div>
This div box has shadow with color #D983B1.

Preview

Color preview on black background

This text has color #D983B1 on black background.


Color preview on white background

This text has color #D983B1 on white background.



Black color preview on #D983B1 background

This text has black color on #D983B1 background.


White color preview on #D983B1 background

This text has white color on #D983B1 background.