COLOR #D688D2

HEX: #D688D2 RGB: (214,136,210)

Color info

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

RGB color model

#D688D2 color RGB value is (214,136,210).

RGB: (214,136,210) (84%, 53%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 136 of 255 = 53%
B 210 of 255 = 82%

214
136
210

R + G + B ~ 73%. #D688D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 136 + 210 = 560 (100%)
R 214 of 560 ~ 38.21%
G 136 of 560 ~ 24.29%
B 210 of 560 ~ 37.5'%

%38.21
%24.29
%37.5

CMYK color model

#D688D2 color CMYK value is (0,36,2,16).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 1.87%
  • key color value is 16.08%

CMYK: (0,36,2,16)
C0M36Y2K16 (0%, 36%, 2%, 16%)
(0.00 / 0.36 / 0.02 / 0.16)

CMYK percentages

%0
%36.45
%1.87
%16.08

Codes

Color #D688D2 in popluar color models

D6 88 D2
RGB 214 136 210
HSL 303° 48.75% 68.63%
HSB/HSV 303° 36.45% 83.92%
CMYK 0.00% 36.45% 1.87%
16.08%

Color #D688D2 in popluar number systems.

HEX D6 88 D2
Decimal 214 136 210
Binary 11010110 10001000 11010010
Octal 326 210 322

Shades and tints

Shades of #D688D2

#D688D2
(214,136,210)
#C37CBF
(195,124,191)
#B070AC
(176,112,172)
#9D6499
(157,100,153)
#8A5886
(138,88,134)
#774C73
(119,76,115)
#644060
(100,64,96)
#51344D
(81,52,77)
#3E283A
(62,40,58)
#2B1C27
(43,28,39)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #D688D2

#D688D2
(214,136,210)
#D992D6
(217,146,214)
#DC9CDA
(220,156,218)
#DFA6DE
(223,166,222)
#E2B0E2
(226,176,226)
#E5BAE6
(229,186,230)
#E8C4EA
(232,196,234)
#EBCEEE
(235,206,238)
#EED8F2
(238,216,242)
#F1E2F6
(241,226,246)
#F4ECFA
(244,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D688D2; }

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

This text font color is #D688D2.

Background Color

.myBgColor { background-color: #D688D2; }

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

This div background color is #D688D2.

Border color

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

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

This div border color is #D688D2.

Opacity

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

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

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

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

This text has shadow with #D688D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D688D2.

Preview

Color preview on black background

This text has color #D688D2 on black background.


Color preview on white background

This text has color #D688D2 on white background.


Black color preview on #D688D2 background

This text has black color on #D688D2 background.


White color preview on #D688D2 background

This text has white color on #D688D2 background.


Related colors

Complementary color

Complementary color for #hex is #29772D.


I love getcolorcode.com

Triadic colors

1 #D2D688 and #88D2D6 with #D688D2 are triadic colors.

2 #D288D6 and #88D6D2 with #D688D2 are triadic colors.