COLOR #D688CD

HEX: #D688CD
RGB: (214,136,205)

Color info

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

RGB color model

#D688CD color RGB value is (214,136,205).

  • red value is 214;
  • green value is 136;
  • blue value is 205.
RGB:
(214,136,205)
(84%,53%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 136 of 255 = 53%
B 205 of 255 = 80%

214
136
205

R + G + B ~ 72%. #D688CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 136 + 205 = 555 (100%)
R 214 of 555 ~ 38.56%
G 136 of 555 ~ 24.5%
B 205 of 555 ~ 36.94%

%38.56
%24.5
%36.94

CMYK color model

#D688CD color CMYK value is (0,36,4,16).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(0,36,4,16)
C0M36Y4K16 
(0%,36%,4%,16%)
(0.00/0.36/0.04/0.16)	

CMYK percentages

%0
%36.45
%4.21
%16.08

Codes

Color #D688CD in popluar color models

D688CD
RGB214136205
HSL307°48.75%68.63%
HSB/HSV307°36.45%83.92%
CMYK0.00%36.45%4.21%
16.08%

Color #D688CD in popluar number systems.

HEXD688CD
Decimal214136205
Binary110101101000100011001101
Octal326210315

Shades and tints

Shades of #D688CD

#D688CD
(214,136,205)
#C37CBB
(195,124,187)
#B070A9
(176,112,169)
#9D6497
(157,100,151)
#8A5885
(138,88,133)
#774C73
(119,76,115)
#644061
(100,64,97)
#51344F
(81,52,79)
#3E283D
(62,40,61)
#2B1C2B
(43,28,43)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #D688CD

#D688CD
(214,136,205)
#D992D1
(217,146,209)
#DC9CD5
(220,156,213)
#DFA6D9
(223,166,217)
#E2B0DD
(226,176,221)
#E5BAE1
(229,186,225)
#E8C4E5
(232,196,229)
#EBCEE9
(235,206,233)
#EED8ED
(238,216,237)
#F1E2F1
(241,226,241)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D688CD color. Also use rgb(214,136,205) instead hex code.

Text Font Color

.myTextColor { color: #D688CD; }

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

This text font color is #D688CD.


Background Color

.myBgColor { background-color: #D688CD; }

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

This div background color is #D688CD.


Border color

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

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

This div border color is #D688CD.


Opacity

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

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

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

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

This text has shadow with #D688CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D688CD on black background.


Color preview on white background

This text has color #D688CD on white background.



Black color preview on #D688CD background

This text has black color on #D688CD background.


White color preview on #D688CD background

This text has white color on #D688CD background.