COLOR #D696D8

HEX: #D696D8
RGB: (214,150,216)

Color info

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

RGB color model

#D696D8 color RGB value is (214,150,216).

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

RGB channels and saturation

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

214
150
216

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

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 216 = 580 (100%)
R 214 of 580 ~ 36.9%
G 150 of 580 ~ 25.86%
B 216 of 580 ~ 37.24%

%36.9
%25.86
%37.24

CMYK color model

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

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

CMYK percentages

%0.93
%30.56
%0
%15.29

Codes

Color #D696D8 in popluar color models

D696D8
RGB214150216
HSL298°45.83%71.76%
HSB/HSV298°30.56%84.71%
CMYK0.93%30.56%0.00%
15.29%

Color #D696D8 in popluar number systems.

HEXD696D8
Decimal214150216
Binary110101101001011011011000
Octal326226330

Shades and tints

Shades of #D696D8

#D696D8
(214,150,216)
#C389C5
(195,137,197)
#B07CB2
(176,124,178)
#9D6F9F
(157,111,159)
#8A628C
(138,98,140)
#775579
(119,85,121)
#644866
(100,72,102)
#513B53
(81,59,83)
#3E2E40
(62,46,64)
#2B212D
(43,33,45)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #D696D8

#D696D8
(214,150,216)
#D99FDB
(217,159,219)
#DCA8DE
(220,168,222)
#DFB1E1
(223,177,225)
#E2BAE4
(226,186,228)
#E5C3E7
(229,195,231)
#E8CCEA
(232,204,234)
#EBD5ED
(235,213,237)
#EEDEF0
(238,222,240)
#F1E7F3
(241,231,243)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696D8; }

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

This text font color is #D696D8.


Background Color

.myBgColor { background-color: #D696D8; }

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

This div background color is #D696D8.


Border color

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

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

This div border color is #D696D8.


Opacity

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

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

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

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

This text has shadow with #D696D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696D8 on black background.


Color preview on white background

This text has color #D696D8 on white background.



Black color preview on #D696D8 background

This text has black color on #D696D8 background.


White color preview on #D696D8 background

This text has white color on #D696D8 background.