COLOR #D39EDD

HEX: #D39EDD
RGB: (211,158,221)

Renk bilgisi

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

RGB renk modeli

#D39EDD color RGB value is (211,158,221).

  • kırmız ton 211;
  • yeşil ton 158;
  • mavi ton 221.
RGB:
(211,158,221)
(83%,62%,87%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 158 of 255 = 62%
B 221 of 255 = 87%

211
158
221

R + G + B ~ 77%. #D39EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 158 + 221 = 590 (100%)
R 211 of 590 ~ 35.76%
G 158 of 590 ~ 26.78%
B 221 of 590 ~ 37.46%

%35.76
%26.78
%37.46

CMYK RENK MODELİ

#D39EDD rengi CMYK tonu (5,29,0,13).

  • camgöbeği tonu 4.52%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(5,29,0,13)
C5M29Y0K13 
(5%,29%,0%,13%)
(0.05/0.29/0.00/0.13)	

CMYK yüzdeleri

%4.52
%28.51
%0
%13.33

Codes

Color #D39EDD in popluar color models

D39EDD
RGB211158221
HSL290°48.09%74.31%
HSB/HSV290°28.51%86.67%
CMYK4.52%28.51%0.00%
13.33%

Color #D39EDD in popluar number systems.

HEXD39EDD
Decimal211158221
Binary110100111001111011011101
Octal323236335

Shades and tints

Shades of #D39EDD

#D39EDD
(211,158,221)
#C090C9
(192,144,201)
#AD82B5
(173,130,181)
#9A74A1
(154,116,161)
#87668D
(135,102,141)
#745879
(116,88,121)
#614A65
(97,74,101)
#4E3C51
(78,60,81)
#3B2E3D
(59,46,61)
#282029
(40,32,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D39EDD

#D39EDD
(211,158,221)
#D7A6E0
(215,166,224)
#DBAEE3
(219,174,227)
#DFB6E6
(223,182,230)
#E3BEE9
(227,190,233)
#E7C6EC
(231,198,236)
#EBCEEF
(235,206,239)
#EFD6F2
(239,214,242)
#F3DEF5
(243,222,245)
#F7E6F8
(247,230,248)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39EDD color. Also use rgb(211,158,221) instead hex code.

Text Font Color

.myTextColor { color: #D39EDD; }

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

This text font color is #D39EDD.


Background Color

.myBgColor { background-color: #D39EDD; }

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

This div background color is #D39EDD.


Border color

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

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

This div border color is #D39EDD.


Opacity

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

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

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

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

This text has shadow with #D39EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39EDD on black background.


Color preview on white background

This text has color #D39EDD on white background.



Black color preview on #D39EDD background

This text has black color on #D39EDD background.


White color preview on #D39EDD background

This text has white color on #D39EDD background.