COLOR #D984CC

HEX: #D984CC
RGB: (217,132,204)

Color info

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

RGB color model

#D984CC color RGB value is (217,132,204).

  • red value is 217;
  • green value is 132;
  • blue value is 204.
RGB:
(217,132,204)
(85%,52%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 132 of 255 = 52%
B 204 of 255 = 80%

217
132
204

R + G + B ~ 72%. #D984CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 132 + 204 = 553 (100%)
R 217 of 553 ~ 39.24%
G 132 of 553 ~ 23.87%
B 204 of 553 ~ 36.89%

%39.24
%23.87
%36.89

CMYK color model

#D984CC color CMYK value is (0,39,6,15).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(0,39,6,15)
C0M39Y6K15 
(0%,39%,6%,15%)
(0.00/0.39/0.06/0.15)	

CMYK percentages

%0
%39.17
%5.99
%14.9

Codes

Color #D984CC in popluar color models

D984CC
RGB217132204
HSL309°52.80%68.43%
HSB/HSV309°39.17%85.10%
CMYK0.00%39.17%5.99%
14.90%

Color #D984CC in popluar number systems.

HEXD984CC
Decimal217132204
Binary110110011000010011001100
Octal331204314

Shades and tints

Shades of #D984CC

#D984CC
(217,132,204)
#C678BA
(198,120,186)
#B36CA8
(179,108,168)
#A06096
(160,96,150)
#8D5484
(141,84,132)
#7A4872
(122,72,114)
#673C60
(103,60,96)
#54304E
(84,48,78)
#41243C
(65,36,60)
#2E182A
(46,24,42)
#1B0C18
(27,12,24)
#000000
(0,0,0)

Tints of #D984CC

#D984CC
(217,132,204)
#DC8FD0
(220,143,208)
#DF9AD4
(223,154,212)
#E2A5D8
(226,165,216)
#E5B0DC
(229,176,220)
#E8BBE0
(232,187,224)
#EBC6E4
(235,198,228)
#EED1E8
(238,209,232)
#F1DCEC
(241,220,236)
#F4E7F0
(244,231,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D984CC; }

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

This text font color is #D984CC.


Background Color

.myBgColor { background-color: #D984CC; }

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

This div background color is #D984CC.


Border color

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

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

This div border color is #D984CC.


Opacity

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

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

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

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

This text has shadow with #D984CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D984CC on black background.


Color preview on white background

This text has color #D984CC on white background.



Black color preview on #D984CC background

This text has black color on #D984CC background.


White color preview on #D984CC background

This text has white color on #D984CC background.