COLOR #D696D9

HEX: #D696D9
RGB: (214,150,217)

Color info

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

RGB color model

#D696D9 color RGB value is (214,150,217).

  • red value is 214;
  • green value is 150;
  • blue value is 217.
RGB:
(214,150,217)
(84%,59%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 217 of 255 = 85%

214
150
217

R + G + B ~ 76%. #D696D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 217 = 581 (100%)
R 214 of 581 ~ 36.83%
G 150 of 581 ~ 25.82%
B 217 of 581 ~ 37.35%

%36.83
%25.82
%37.35

CMYK color model

#D696D9 color CMYK value is (1,31,0,15).

  • cyan value is 1.38%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(1,31,0,15)
C1M31Y0K15 
(1%,31%,0%,15%)
(0.01/0.31/0.00/0.15)	

CMYK percentages

%1.38
%30.88
%0
%14.9

Codes

Color #D696D9 in popluar color models

D696D9
RGB214150217
HSL297°46.85%71.96%
HSB/HSV297°30.88%85.10%
CMYK1.38%30.88%0.00%
14.90%

Color #D696D9 in popluar number systems.

HEXD696D9
Decimal214150217
Binary110101101001011011011001
Octal326226331

Shades and tints

Shades of #D696D9

#D696D9
(214,150,217)
#C389C6
(195,137,198)
#B07CB3
(176,124,179)
#9D6FA0
(157,111,160)
#8A628D
(138,98,141)
#77557A
(119,85,122)
#644867
(100,72,103)
#513B54
(81,59,84)
#3E2E41
(62,46,65)
#2B212E
(43,33,46)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #D696D9

#D696D9
(214,150,217)
#D99FDC
(217,159,220)
#DCA8DF
(220,168,223)
#DFB1E2
(223,177,226)
#E2BAE5
(226,186,229)
#E5C3E8
(229,195,232)
#E8CCEB
(232,204,235)
#EBD5EE
(235,213,238)
#EEDEF1
(238,222,241)
#F1E7F4
(241,231,244)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D696D9 color. Also use rgb(214,150,217) instead hex code.

Text Font Color

.myTextColor { color: #D696D9; }

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

This text font color is #D696D9.


Background Color

.myBgColor { background-color: #D696D9; }

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

This div background color is #D696D9.


Border color

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

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

This div border color is #D696D9.


Opacity

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

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

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

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

This text has shadow with #D696D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696D9 on black background.


Color preview on white background

This text has color #D696D9 on white background.



Black color preview on #D696D9 background

This text has black color on #D696D9 background.


White color preview on #D696D9 background

This text has white color on #D696D9 background.