COLOR #D696DA

HEX: #D696DA
RGB: (214,150,218)

Color info

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

RGB color model

#D696DA color RGB value is (214,150,218).

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

RGB channels and saturation

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

214
150
218

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

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 218 = 582 (100%)
R 214 of 582 ~ 36.77%
G 150 of 582 ~ 25.77%
B 218 of 582 ~ 37.46%

%36.77
%25.77
%37.46

CMYK color model

#D696DA color CMYK value is (2,31,0,15).

  • cyan value is 1.83%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,31,0,15)
C2M31Y0K15 
(2%,31%,0%,15%)
(0.02/0.31/0.00/0.15)	

CMYK percentages

%1.83
%31.19
%0
%14.51

Codes

Color #D696DA in popluar color models

D696DA
RGB214150218
HSL296°47.89%72.16%
HSB/HSV296°31.19%85.49%
CMYK1.83%31.19%0.00%
14.51%

Color #D696DA in popluar number systems.

HEXD696DA
Decimal214150218
Binary110101101001011011011010
Octal326226332

Shades and tints

Shades of #D696DA

#D696DA
(214,150,218)
#C389C7
(195,137,199)
#B07CB4
(176,124,180)
#9D6FA1
(157,111,161)
#8A628E
(138,98,142)
#77557B
(119,85,123)
#644868
(100,72,104)
#513B55
(81,59,85)
#3E2E42
(62,46,66)
#2B212F
(43,33,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D696DA

#D696DA
(214,150,218)
#D99FDD
(217,159,221)
#DCA8E0
(220,168,224)
#DFB1E3
(223,177,227)
#E2BAE6
(226,186,230)
#E5C3E9
(229,195,233)
#E8CCEC
(232,204,236)
#EBD5EF
(235,213,239)
#EEDEF2
(238,222,242)
#F1E7F5
(241,231,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696DA; }

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

This text font color is #D696DA.


Background Color

.myBgColor { background-color: #D696DA; }

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

This div background color is #D696DA.


Border color

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

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

This div border color is #D696DA.


Opacity

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

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

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

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

This text has shadow with #D696DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696DA on black background.


Color preview on white background

This text has color #D696DA on white background.



Black color preview on #D696DA background

This text has black color on #D696DA background.


White color preview on #D696DA background

This text has white color on #D696DA background.