COLOR #D689CB

HEX: #D689CB RGB: (214,137,203)

Color info

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

RGB color model

#D689CB color RGB value is (214,137,203).

RGB: (214,137,203) (84%, 54%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 203 of 255 = 80%

214
137
203

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

Portions of RGB colors in percentages

R + G + B = 214 + 137 + 203 = 554 (100%)
R 214 of 554 ~ 38.63%
G 137 of 554 ~ 24.73%
B 203 of 554 ~ 36.64'%

%38.63
%24.73
%36.64

CMYK color model

#D689CB color CMYK value is (0,36,5,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK: (0,36,5,16) C0M36Y5K16 (0%,36%,5%,16%) (0.00/0.36/0.05/0.16) 

CMYK percentages

%0
%35.98
%5.14
%16.08

Codes

Color #D689CB in popluar color models

D6 89 CB
RGB 214 137 203
HSL 309° 48.43% 68.82%
HSB/HSV 309° 35.98% 83.92%
CMYK 0.00% 35.98% 5.14%
16.08%

Color #D689CB in popluar number systems.

HEX D6 89 CB
Decimal 214 137 203
Binary 11010110 10001001 11001011
Octal 326 211 313

Shades and tints

Shades of #D689CB

#D689CB
(214,137,203)
#C37DB9
(195,125,185)
#B071A7
(176,113,167)
#9D6595
(157,101,149)
#8A5983
(138,89,131)
#774D71
(119,77,113)
#64415F
(100,65,95)
#51354D
(81,53,77)
#3E293B
(62,41,59)
#2B1D29
(43,29,41)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #D689CB

#D689CB
(214,137,203)
#D993CF
(217,147,207)
#DC9DD3
(220,157,211)
#DFA7D7
(223,167,215)
#E2B1DB
(226,177,219)
#E5BBDF
(229,187,223)
#E8C5E3
(232,197,227)
#EBCFE7
(235,207,231)
#EED9EB
(238,217,235)
#F1E3EF
(241,227,239)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D689CB color. Also use rgb(214,137,203) instead hex code.

Text Font Color

.myTextColor { color: #D689CB; }

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

This text font color is #D689CB.

Background Color

.myBgColor { background-color: #D689CB; }

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

This div background color is #D689CB.

Border color

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

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

This div border color is #D689CB.

Opacity

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

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

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

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

This text has shadow with #D689CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D689CB.

Preview

Color preview on black background

This text has color #D689CB on black background.


Color preview on white background

This text has color #D689CB on white background.


Black color preview on #D689CB background

This text has black color on #D689CB background.


White color preview on #D689CB background

This text has white color on #D689CB background.


Related colors

Complementary color

Complementary color for #hex is #297634.


I love getcolorcode.com

Triadic colors

1 #CBD689 and #89CBD6 with #D689CB are triadic colors.

2 #CB89D6 and #89D6CB with #D689CB are triadic colors.