COLOR #D982B1

HEX: #D982B1 RGB: (217,130,177)

Color info

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

RGB color model

#D982B1 color RGB value is (217,130,177).

RGB: (217,130,177) (85%, 51%, 69%)

RGB channels and saturation

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

217
130
177

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

Portions of RGB colors in percentages

R + G + B = 217 + 130 + 177 = 524 (100%)
R 217 of 524 ~ 41.41%
G 130 of 524 ~ 24.81%
B 177 of 524 ~ 33.78'%

%41.41
%24.81
%33.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.09%
  • 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
%40.09
%18.43
%14.9

Codes

Color #D982B1 in popluar color models

D9 82 B1
RGB 217 130 177
HSL 328° 53.37% 68.04%
HSB/HSV 328° 40.09% 85.10%
CMYK 0.00% 40.09% 18.43%
14.90%

Color #D982B1 in popluar number systems.

HEX D9 82 B1
Decimal 217 130 177
Binary 11011001 10000010 10110001
Octal 331 202 261

Shades and tints

Shades of #D982B1

#D982B1
(217,130,177)
#C677A1
(198,119,161)
#B36C91
(179,108,145)
#A06181
(160,97,129)
#8D5671
(141,86,113)
#7A4B61
(122,75,97)
#674051
(103,64,81)
#543541
(84,53,65)
#412A31
(65,42,49)
#2E1F21
(46,31,33)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #D982B1

#D982B1
(217,130,177)
#DC8DB8
(220,141,184)
#DF98BF
(223,152,191)
#E2A3C6
(226,163,198)
#E5AECD
(229,174,205)
#E8B9D4
(232,185,212)
#EBC4DB
(235,196,219)
#EECFE2
(238,207,226)
#F1DAE9
(241,218,233)
#F4E5F0
(244,229,240)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D982B1; }

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

This text font color is #D982B1.

Background Color

.myBgColor { background-color: #D982B1; }

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

This div background color is #D982B1.

Border color

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

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

This div border color is #D982B1.

Opacity

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

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

Text with #D982B1 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 #D982B1;}

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

This text has shadow with #D982B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D982B1.

Preview

Color preview on black background

This text has color #D982B1 on black background.


Color preview on white background

This text has color #D982B1 on white background.


Black color preview on #D982B1 background

This text has black color on #D982B1 background.


White color preview on #D982B1 background

This text has white color on #D982B1 background.


Related colors

Complementary color

Complementary color for #hex is #267D4E.


I love getcolorcode.com

Triadic colors

1 #B1D982 and #82B1D9 with #D982B1 are triadic colors.

2 #B182D9 and #82D9B1 with #D982B1 are triadic colors.