COLOR #D982B9

HEX: #D982B9 RGB: (217,130,185)

Color info

#D982B9 contains mainly red and blue colors. Web safe color of #D982B9 is #CC99CC (or #C9C).

RGB color model

#D982B9 color RGB value is (217,130,185).

RGB: (217,130,185) (85%, 51%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 130 of 255 = 51%
B 185 of 255 = 73%

217
130
185

R + G + B ~ 70%. #D982B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 130 + 185 = 532 (100%)
R 217 of 532 ~ 40.79%
G 130 of 532 ~ 24.44%
B 185 of 532 ~ 34.77'%

%40.79
%24.44
%34.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK: (0,40,15,15) C0M40Y15K15 (0%,40%,15%,15%) (0.00/0.40/0.15/0.15) 

CMYK percentages

%0
%40.09
%14.75
%14.9

Codes

Color #D982B9 in popluar color models

D9 82 B9
RGB 217 130 185
HSL 322° 53.37% 68.04%
HSB/HSV 322° 40.09% 85.10%
CMYK 0.00% 40.09% 14.75%
14.90%

Color #D982B9 in popluar number systems.

HEX D9 82 B9
Decimal 217 130 185
Binary 11011001 10000010 10111001
Octal 331 202 271

Shades and tints

Shades of #D982B9

#D982B9
(217,130,185)
#C677A9
(198,119,169)
#B36C99
(179,108,153)
#A06189
(160,97,137)
#8D5679
(141,86,121)
#7A4B69
(122,75,105)
#674059
(103,64,89)
#543549
(84,53,73)
#412A39
(65,42,57)
#2E1F29
(46,31,41)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D982B9

#D982B9
(217,130,185)
#DC8DBF
(220,141,191)
#DF98C5
(223,152,197)
#E2A3CB
(226,163,203)
#E5AED1
(229,174,209)
#E8B9D7
(232,185,215)
#EBC4DD
(235,196,221)
#EECFE3
(238,207,227)
#F1DAE9
(241,218,233)
#F4E5EF
(244,229,239)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D982B9; }

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

This text font color is #D982B9.

Background Color

.myBgColor { background-color: #D982B9; }

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

This div background color is #D982B9.

Border color

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

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

This div border color is #D982B9.

Opacity

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

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

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

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

This text has shadow with #D982B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D982B9.

Preview

Color preview on black background

This text has color #D982B9 on black background.


Color preview on white background

This text has color #D982B9 on white background.


Black color preview on #D982B9 background

This text has black color on #D982B9 background.


White color preview on #D982B9 background

This text has white color on #D982B9 background.


Related colors

Complementary color

Complementary color for #hex is #267D46.


I love getcolorcode.com

Triadic colors

1 #B9D982 and #82B9D9 with #D982B9 are triadic colors.

2 #B982D9 and #82D9B9 with #D982B9 are triadic colors.