COLOR #D976CC

HEX: #D976CC
RGB: (217,118,204)

Color info

#D976CC contains mainly red and blue colors. Web safe color of #D976CC is #CC66CC (or #C6C).

RGB color model

#D976CC color RGB value is (217,118,204).

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

RGB channels and saturation

R 217 of 255 = 85%
G 118 of 255 = 46%
B 204 of 255 = 80%

217
118
204

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

Portions of RGB colors in percentages

R + G + B =
217 + 118 + 204 = 539 (100%)
R 217 of 539 ~ 40.26%
G 118 of 539 ~ 21.89%
B 204 of 539 ~ 37.85%

%40.26
%21.89
%37.85

CMYK color model

#D976CC color CMYK value is (0,46,6,15).

  • cyan value is 0.00%
  • magenta value is 45.62%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(0,46,6,15)
C0M46Y6K15 
(0%,46%,6%,15%)
(0.00/0.46/0.06/0.15)	

CMYK percentages

%0
%45.62
%5.99
%14.9

Codes

Color #D976CC in popluar color models

D976CC
RGB217118204
HSL308°56.57%65.69%
HSB/HSV308°45.62%85.10%
CMYK0.00%45.62%5.99%
14.90%

Color #D976CC in popluar number systems.

HEXD976CC
Decimal217118204
Binary11011001111011011001100
Octal331166314

Shades and tints

Shades of #D976CC

#D976CC
(217,118,204)
#C66CBA
(198,108,186)
#B362A8
(179,98,168)
#A05896
(160,88,150)
#8D4E84
(141,78,132)
#7A4472
(122,68,114)
#673A60
(103,58,96)
#54304E
(84,48,78)
#41263C
(65,38,60)
#2E1C2A
(46,28,42)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #D976CC

#D976CC
(217,118,204)
#DC82D0
(220,130,208)
#DF8ED4
(223,142,212)
#E29AD8
(226,154,216)
#E5A6DC
(229,166,220)
#E8B2E0
(232,178,224)
#EBBEE4
(235,190,228)
#EECAE8
(238,202,232)
#F1D6EC
(241,214,236)
#F4E2F0
(244,226,240)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D976CC; }

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

This text font color is #D976CC.


Background Color

.myBgColor { background-color: #D976CC; }

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

This div background color is #D976CC.


Border color

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

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

This div border color is #D976CC.


Opacity

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

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

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

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

This text has shadow with #D976CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D976CC on black background.


Color preview on white background

This text has color #D976CC on white background.



Black color preview on #D976CC background

This text has black color on #D976CC background.


White color preview on #D976CC background

This text has white color on #D976CC background.