COLOR #D696F5

HEX: #D696F5
RGB: (214,150,245)

Color info

#D696F5 contains mainly red and blue colors. Web safe color of #D696F5 is #CC99FF (or #C9F).

RGB color model

#D696F5 color RGB value is (214,150,245).

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

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 245 of 255 = 96%

214
150
245

R + G + B ~ 80%. #D696F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 245 = 609 (100%)
R 214 of 609 ~ 35.14%
G 150 of 609 ~ 24.63%
B 245 of 609 ~ 40.23%

%35.14
%24.63
%40.23

CMYK color model

#D696F5 color CMYK value is (13,39,0,4).

  • cyan value is 12.65%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,39,0,4)
C13M39Y0K4 
(13%,39%,0%,4%)
(0.13/0.39/0.00/0.04)	

CMYK percentages

%12.65
%38.78
%0
%3.92

Codes

Color #D696F5 in popluar color models

D696F5
RGB214150245
HSL280°82.61%77.45%
HSB/HSV280°38.78%96.08%
CMYK12.65%38.78%0.00%
3.92%

Color #D696F5 in popluar number systems.

HEXD696F5
Decimal214150245
Binary110101101001011011110101
Octal326226365

Shades and tints

Shades of #D696F5

#D696F5
(214,150,245)
#C389DF
(195,137,223)
#B07CC9
(176,124,201)
#9D6FB3
(157,111,179)
#8A629D
(138,98,157)
#775587
(119,85,135)
#644871
(100,72,113)
#513B5B
(81,59,91)
#3E2E45
(62,46,69)
#2B212F
(43,33,47)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D696F5

#D696F5
(214,150,245)
#D99FF5
(217,159,245)
#DCA8F5
(220,168,245)
#DFB1F5
(223,177,245)
#E2BAF5
(226,186,245)
#E5C3F5
(229,195,245)
#E8CCF5
(232,204,245)
#EBD5F5
(235,213,245)
#EEDEF5
(238,222,245)
#F1E7F5
(241,231,245)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696F5; }

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

This text font color is #D696F5.


Background Color

.myBgColor { background-color: #D696F5; }

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

This div background color is #D696F5.


Border color

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

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

This div border color is #D696F5.


Opacity

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

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

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

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

This text has shadow with #D696F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696F5 on black background.


Color preview on white background

This text has color #D696F5 on white background.



Black color preview on #D696F5 background

This text has black color on #D696F5 background.


White color preview on #D696F5 background

This text has white color on #D696F5 background.