COLOR #D982D9

HEX: #D982D9
RGB: (217,130,217)

Color info

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

RGB color model

#D982D9 color RGB value is (217,130,217).

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

RGB channels and saturation

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

217
130
217

R + G + B ~ 74%. #D982D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 130 + 217 = 564 (100%)
R 217 of 564 ~ 38.48%
G 130 of 564 ~ 23.05%
B 217 of 564 ~ 38.48%

%38.48
%23.05
%38.48

CMYK color model

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

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

CMYK percentages

%0
%40.09
%0
%14.9

Codes

Color #D982D9 in popluar color models

D982D9
RGB217130217
HSL300°53.37%68.04%
HSB/HSV300°40.09%85.10%
CMYK0.00%40.09%0.00%
14.90%

Color #D982D9 in popluar number systems.

HEXD982D9
Decimal217130217
Binary110110011000001011011001
Octal331202331

Shades and tints

Shades of #D982D9

#D982D9
(217,130,217)
#C677C6
(198,119,198)
#B36CB3
(179,108,179)
#A061A0
(160,97,160)
#8D568D
(141,86,141)
#7A4B7A
(122,75,122)
#674067
(103,64,103)
#543554
(84,53,84)
#412A41
(65,42,65)
#2E1F2E
(46,31,46)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #D982D9

#D982D9
(217,130,217)
#DC8DDC
(220,141,220)
#DF98DF
(223,152,223)
#E2A3E2
(226,163,226)
#E5AEE5
(229,174,229)
#E8B9E8
(232,185,232)
#EBC4EB
(235,196,235)
#EECFEE
(238,207,238)
#F1DAF1
(241,218,241)
#F4E5F4
(244,229,244)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D982D9; }

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

This text font color is #D982D9.


Background Color

.myBgColor { background-color: #D982D9; }

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

This div background color is #D982D9.


Border color

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

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

This div border color is #D982D9.


Opacity

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

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

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

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

This text has shadow with #D982D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D982D9 on black background.


Color preview on white background

This text has color #D982D9 on white background.



Black color preview on #D982D9 background

This text has black color on #D982D9 background.


White color preview on #D982D9 background

This text has white color on #D982D9 background.