COLOR #D681D7

HEX: #D681D7
RGB: (214,129,215)

Color info

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

RGB color model

#D681D7 color RGB value is (214,129,215).

  • red value is 214;
  • green value is 129;
  • blue value is 215.
RGB:
(214,129,215)
(84%,51%,84%)

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 215 of 255 = 84%

214
129
215

R + G + B ~ 73%. #D681D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 129 + 215 = 558 (100%)
R 214 of 558 ~ 38.35%
G 129 of 558 ~ 23.12%
B 215 of 558 ~ 38.53%

%38.35
%23.12
%38.53

CMYK color model

#D681D7 color CMYK value is (0,40,0,16).

  • cyan value is 0.47%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(0,40,0,16)
C0M40Y0K16 
(0%,40%,0%,16%)
(0.00/0.40/0.00/0.16)	

CMYK percentages

%0.47
%40
%0
%15.69

Codes

Color #D681D7 in popluar color models

D681D7
RGB214129215
HSL299°51.81%67.45%
HSB/HSV299°40.00%84.31%
CMYK0.47%40.00%0.00%
15.69%

Color #D681D7 in popluar number systems.

HEXD681D7
Decimal214129215
Binary110101101000000111010111
Octal326201327

Shades and tints

Shades of #D681D7

#D681D7
(214,129,215)
#C376C4
(195,118,196)
#B06BB1
(176,107,177)
#9D609E
(157,96,158)
#8A558B
(138,85,139)
#774A78
(119,74,120)
#643F65
(100,63,101)
#513452
(81,52,82)
#3E293F
(62,41,63)
#2B1E2C
(43,30,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D681D7

#D681D7
(214,129,215)
#D98CDA
(217,140,218)
#DC97DD
(220,151,221)
#DFA2E0
(223,162,224)
#E2ADE3
(226,173,227)
#E5B8E6
(229,184,230)
#E8C3E9
(232,195,233)
#EBCEEC
(235,206,236)
#EED9EF
(238,217,239)
#F1E4F2
(241,228,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D681D7 color. Also use rgb(214,129,215) instead hex code.

Text Font Color

.myTextColor { color: #D681D7; }

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

This text font color is #D681D7.


Background Color

.myBgColor { background-color: #D681D7; }

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

This div background color is #D681D7.


Border color

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

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

This div border color is #D681D7.


Opacity

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

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

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

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

This text has shadow with #D681D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D681D7 on black background.


Color preview on white background

This text has color #D681D7 on white background.



Black color preview on #D681D7 background

This text has black color on #D681D7 background.


White color preview on #D681D7 background

This text has white color on #D681D7 background.