COLOR #D876E7

HEX: #D876E7
RGB: (216,118,231)

Color info

#D876E7 contains mainly red and blue colors. Web safe color of #D876E7 is #CC66FF (or #C6F).

RGB color model

#D876E7 color RGB value is (216,118,231).

  • red value is 216;
  • green value is 118;
  • blue value is 231.
RGB:
(216,118,231)
(85%,46%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 118 of 255 = 46%
B 231 of 255 = 91%

216
118
231

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

Portions of RGB colors in percentages

R + G + B =
216 + 118 + 231 = 565 (100%)
R 216 of 565 ~ 38.23%
G 118 of 565 ~ 20.88%
B 231 of 565 ~ 40.88%

%38.23
%20.88
%40.88

CMYK color model

#D876E7 color CMYK value is (6,49,0,9).

  • cyan value is 6.49%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,49,0,9)
C6M49Y0K9 
(6%,49%,0%,9%)
(0.06/0.49/0.00/0.09)	

CMYK percentages

%6.49
%48.92
%0
%9.41

Codes

Color #D876E7 in popluar color models

D876E7
RGB216118231
HSL292°70.19%68.43%
HSB/HSV292°48.92%90.59%
CMYK6.49%48.92%0.00%
9.41%

Color #D876E7 in popluar number systems.

HEXD876E7
Decimal216118231
Binary11011000111011011100111
Octal330166347

Shades and tints

Shades of #D876E7

#D876E7
(216,118,231)
#C56CD2
(197,108,210)
#B262BD
(178,98,189)
#9F58A8
(159,88,168)
#8C4E93
(140,78,147)
#79447E
(121,68,126)
#663A69
(102,58,105)
#533054
(83,48,84)
#40263F
(64,38,63)
#2D1C2A
(45,28,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #D876E7

#D876E7
(216,118,231)
#DB82E9
(219,130,233)
#DE8EEB
(222,142,235)
#E19AED
(225,154,237)
#E4A6EF
(228,166,239)
#E7B2F1
(231,178,241)
#EABEF3
(234,190,243)
#EDCAF5
(237,202,245)
#F0D6F7
(240,214,247)
#F3E2F9
(243,226,249)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D876E7 color. Also use rgb(216,118,231) instead hex code.

Text Font Color

.myTextColor { color: #D876E7; }

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

This text font color is #D876E7.


Background Color

.myBgColor { background-color: #D876E7; }

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

This div background color is #D876E7.


Border color

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

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

This div border color is #D876E7.


Opacity

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

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

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

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

This text has shadow with #D876E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D876E7 on black background.


Color preview on white background

This text has color #D876E7 on white background.



Black color preview on #D876E7 background

This text has black color on #D876E7 background.


White color preview on #D876E7 background

This text has white color on #D876E7 background.