COLOR #D681D1

HEX: #D681D1
RGB: (214,129,209)

Color info

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

RGB color model

#D681D1 color RGB value is (214,129,209).

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

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 209 of 255 = 82%

214
129
209

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

Portions of RGB colors in percentages

R + G + B =
214 + 129 + 209 = 552 (100%)
R 214 of 552 ~ 38.77%
G 129 of 552 ~ 23.37%
B 209 of 552 ~ 37.86%

%38.77
%23.37
%37.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(0,40,2,16)
C0M40Y2K16 
(0%,40%,2%,16%)
(0.00/0.40/0.02/0.16)	

CMYK percentages

%0
%39.72
%2.34
%16.08

Codes

Color #D681D1 in popluar color models

D681D1
RGB214129209
HSL304°50.90%67.25%
HSB/HSV304°39.72%83.92%
CMYK0.00%39.72%2.34%
16.08%

Color #D681D1 in popluar number systems.

HEXD681D1
Decimal214129209
Binary110101101000000111010001
Octal326201321

Shades and tints

Shades of #D681D1

#D681D1
(214,129,209)
#C376BE
(195,118,190)
#B06BAB
(176,107,171)
#9D6098
(157,96,152)
#8A5585
(138,85,133)
#774A72
(119,74,114)
#643F5F
(100,63,95)
#51344C
(81,52,76)
#3E2939
(62,41,57)
#2B1E26
(43,30,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #D681D1

#D681D1
(214,129,209)
#D98CD5
(217,140,213)
#DC97D9
(220,151,217)
#DFA2DD
(223,162,221)
#E2ADE1
(226,173,225)
#E5B8E5
(229,184,229)
#E8C3E9
(232,195,233)
#EBCEED
(235,206,237)
#EED9F1
(238,217,241)
#F1E4F5
(241,228,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D681D1; }

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

This text font color is #D681D1.


Background Color

.myBgColor { background-color: #D681D1; }

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

This div background color is #D681D1.


Border color

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

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

This div border color is #D681D1.


Opacity

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

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

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

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

This text has shadow with #D681D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D681D1 on black background.


Color preview on white background

This text has color #D681D1 on white background.



Black color preview on #D681D1 background

This text has black color on #D681D1 background.


White color preview on #D681D1 background

This text has white color on #D681D1 background.