COLOR #D689D2

HEX: #D689D2
RGB: (214,137,210)

Renk bilgisi

#D689D2 contains mainly red and blue colors. #D689D2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D689D2 color RGB value is (214,137,210).

  • kırmız ton 214;
  • yeşil ton 137;
  • mavi ton 210.
RGB:
(214,137,210)
(84%,54%,82%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 137 of 255 = 54%
B 210 of 255 = 82%

214
137
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 137 + 210 = 561 (100%)
R 214 of 561 ~ 38.15%
G 137 of 561 ~ 24.42%
B 210 of 561 ~ 37.43%

%38.15
%24.42
%37.43

CMYK RENK MODELİ

#D689D2 rengi CMYK tonu (0,36,2,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.98%
  • sarı tonu 1.87%
  • ana renk tonu 16.08%
CMYK:
(0,36,2,16)
C0M36Y2K16 
(0%,36%,2%,16%)
(0.00/0.36/0.02/0.16)	

CMYK yüzdeleri

%0
%35.98
%1.87
%16.08

Codes

Color #D689D2 in popluar color models

D689D2
RGB214137210
HSL303°48.43%68.82%
HSB/HSV303°35.98%83.92%
CMYK0.00%35.98%1.87%
16.08%

Color #D689D2 in popluar number systems.

HEXD689D2
Decimal214137210
Binary110101101000100111010010
Octal326211322

Shades and tints

Shades of #D689D2

#D689D2
(214,137,210)
#C37DBF
(195,125,191)
#B071AC
(176,113,172)
#9D6599
(157,101,153)
#8A5986
(138,89,134)
#774D73
(119,77,115)
#644160
(100,65,96)
#51354D
(81,53,77)
#3E293A
(62,41,58)
#2B1D27
(43,29,39)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #D689D2

#D689D2
(214,137,210)
#D993D6
(217,147,214)
#DC9DDA
(220,157,218)
#DFA7DE
(223,167,222)
#E2B1E2
(226,177,226)
#E5BBE6
(229,187,230)
#E8C5EA
(232,197,234)
#EBCFEE
(235,207,238)
#EED9F2
(238,217,242)
#F1E3F6
(241,227,246)
#F4EDFA
(244,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D689D2; }

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

This text font color is #D689D2.


Background Color

.myBgColor { background-color: #D689D2; }

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

This div background color is #D689D2.


Border color

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

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

This div border color is #D689D2.


Opacity

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

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

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

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

This text has shadow with #D689D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D689D2 on black background.


Color preview on white background

This text has color #D689D2 on white background.



Black color preview on #D689D2 background

This text has black color on #D689D2 background.


White color preview on #D689D2 background

This text has white color on #D689D2 background.