COLOR #D681DF

HEX: #D681DF
RGB: (214,129,223)

Color info

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

RGB color model

#D681DF color RGB value is (214,129,223).

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

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 223 of 255 = 87%

214
129
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 129 + 223 = 566 (100%)
R 214 of 566 ~ 37.81%
G 129 of 566 ~ 22.79%
B 223 of 566 ~ 39.4%

%37.81
%22.79
%39.4

CMYK color model

#D681DF color CMYK value is (4,42,0,13).

  • cyan value is 4.04%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,42,0,13)
C4M42Y0K13 
(4%,42%,0%,13%)
(0.04/0.42/0.00/0.13)	

CMYK percentages

%4.04
%42.15
%0
%12.55

Codes

Color #D681DF in popluar color models

D681DF
RGB214129223
HSL294°59.49%69.02%
HSB/HSV294°42.15%87.45%
CMYK4.04%42.15%0.00%
12.55%

Color #D681DF in popluar number systems.

HEXD681DF
Decimal214129223
Binary110101101000000111011111
Octal326201337

Shades and tints

Shades of #D681DF

#D681DF
(214,129,223)
#C376CB
(195,118,203)
#B06BB7
(176,107,183)
#9D60A3
(157,96,163)
#8A558F
(138,85,143)
#774A7B
(119,74,123)
#643F67
(100,63,103)
#513453
(81,52,83)
#3E293F
(62,41,63)
#2B1E2B
(43,30,43)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D681DF

#D681DF
(214,129,223)
#D98CE1
(217,140,225)
#DC97E3
(220,151,227)
#DFA2E5
(223,162,229)
#E2ADE7
(226,173,231)
#E5B8E9
(229,184,233)
#E8C3EB
(232,195,235)
#EBCEED
(235,206,237)
#EED9EF
(238,217,239)
#F1E4F1
(241,228,241)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D681DF; }

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

This text font color is #D681DF.


Background Color

.myBgColor { background-color: #D681DF; }

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

This div background color is #D681DF.


Border color

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

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

This div border color is #D681DF.


Opacity

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

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

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

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

This text has shadow with #D681DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D681DF on black background.


Color preview on white background

This text has color #D681DF on white background.



Black color preview on #D681DF background

This text has black color on #D681DF background.


White color preview on #D681DF background

This text has white color on #D681DF background.