COLOR #D695FD

HEX: #D695FD
RGB: (214,149,253)

Color info

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

RGB color model

#D695FD color RGB value is (214,149,253).

  • red value is 214;
  • green value is 149;
  • blue value is 253.
RGB:
(214,149,253)
(84%,58%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 149 of 255 = 58%
B 253 of 255 = 99%

214
149
253

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

Portions of RGB colors in percentages

R + G + B =
214 + 149 + 253 = 616 (100%)
R 214 of 616 ~ 34.74%
G 149 of 616 ~ 24.19%
B 253 of 616 ~ 41.07%

%34.74
%24.19
%41.07

CMYK color model

#D695FD color CMYK value is (15,41,0,1).

  • cyan value is 15.42%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,41,0,1)
C15M41Y0K1 
(15%,41%,0%,1%)
(0.15/0.41/0.00/0.01)	

CMYK percentages

%15.42
%41.11
%0
%0.78

Codes

Color #D695FD in popluar color models

D695FD
RGB214149253
HSL278°96.30%78.82%
HSB/HSV278°41.11%99.22%
CMYK15.42%41.11%0.00%
0.78%

Color #D695FD in popluar number systems.

HEXD695FD
Decimal214149253
Binary110101101001010111111101
Octal326225375

Shades and tints

Shades of #D695FD

#D695FD
(214,149,253)
#C388E6
(195,136,230)
#B07BCF
(176,123,207)
#9D6EB8
(157,110,184)
#8A61A1
(138,97,161)
#77548A
(119,84,138)
#644773
(100,71,115)
#513A5C
(81,58,92)
#3E2D45
(62,45,69)
#2B202E
(43,32,46)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D695FD

#D695FD
(214,149,253)
#D99EFD
(217,158,253)
#DCA7FD
(220,167,253)
#DFB0FD
(223,176,253)
#E2B9FD
(226,185,253)
#E5C2FD
(229,194,253)
#E8CBFD
(232,203,253)
#EBD4FD
(235,212,253)
#EEDDFD
(238,221,253)
#F1E6FD
(241,230,253)
#F4EFFD
(244,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D695FD color. Also use rgb(214,149,253) instead hex code.

Text Font Color

.myTextColor { color: #D695FD; }

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

This text font color is #D695FD.


Background Color

.myBgColor { background-color: #D695FD; }

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

This div background color is #D695FD.


Border color

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

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

This div border color is #D695FD.


Opacity

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

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

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

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

This text has shadow with #D695FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D695FD on black background.


Color preview on white background

This text has color #D695FD on white background.



Black color preview on #D695FD background

This text has black color on #D695FD background.


White color preview on #D695FD background

This text has white color on #D695FD background.