COLOR #D681AD

HEX: #D681AD RGB: (214,129,173)

Color info

#D681AD contains mainly red and blue colors. Web safe color of #D681AD is #CC9999 (or #C99).

RGB color model

#D681AD color RGB value is (214,129,173).

RGB: (214,129,173) (84%, 51%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 173 of 255 = 68%

214
129
173

R + G + B ~ 68%. #D681AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 129 + 173 = 516 (100%)
R 214 of 516 ~ 41.47%
G 129 of 516 ~ 25%
B 173 of 516 ~ 33.53'%

%41.47
%25
%33.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 19.16%
  • key color value is 16.08%

CMYK: (0,40,19,16)
C0M40Y19K16 (0%, 40%, 19%, 16%)
(0.00 / 0.40 / 0.19 / 0.16)

CMYK percentages

%0
%39.72
%19.16
%16.08

Codes

Color #D681AD in popluar color models

D6 81 AD
RGB 214 129 173
HSL 329° 50.90% 67.25%
HSB/HSV 329° 39.72% 83.92%
CMYK 0.00% 39.72% 19.16%
16.08%

Color #D681AD in popluar number systems.

HEX D6 81 AD
Decimal 214 129 173
Binary 11010110 10000001 10101101
Octal 326 201 255

Shades and tints

Shades of #D681AD

#D681AD
(214,129,173)
#C3769E
(195,118,158)
#B06B8F
(176,107,143)
#9D6080
(157,96,128)
#8A5571
(138,85,113)
#774A62
(119,74,98)
#643F53
(100,63,83)
#513444
(81,52,68)
#3E2935
(62,41,53)
#2B1E26
(43,30,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D681AD

#D681AD
(214,129,173)
#D98CB4
(217,140,180)
#DC97BB
(220,151,187)
#DFA2C2
(223,162,194)
#E2ADC9
(226,173,201)
#E5B8D0
(229,184,208)
#E8C3D7
(232,195,215)
#EBCEDE
(235,206,222)
#EED9E5
(238,217,229)
#F1E4EC
(241,228,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D681AD; }

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

This text font color is #D681AD.

Background Color

.myBgColor { background-color: #D681AD; }

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

This div background color is #D681AD.

Border color

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

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

This div border color is #D681AD.

Opacity

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

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

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

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

This text has shadow with #D681AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D681AD.

Preview

Color preview on black background

This text has color #D681AD on black background.


Color preview on white background

This text has color #D681AD on white background.


Black color preview on #D681AD background

This text has black color on #D681AD background.


White color preview on #D681AD background

This text has white color on #D681AD background.


Related colors

Complementary color

Complementary color for #hex is #297E52.


I love getcolorcode.com

Triadic colors

1 #ADD681 and #81ADD6 with #D681AD are triadic colors.

2 #AD81D6 and #81D6AD with #D681AD are triadic colors.