COLOR #D387EE

HEX: #D387EE
RGB: (211,135,238)

Renk bilgisi

#D387EE contains mainly red and blue colors. #D387EE ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D387EE color RGB value is (211,135,238).

  • kırmız ton 211;
  • yeşil ton 135;
  • mavi ton 238.
RGB:
(211,135,238)
(83%,53%,93%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 135 of 255 = 53%
B 238 of 255 = 93%

211
135
238

R + G + B ~ 76%. #D387EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 135 + 238 = 584 (100%)
R 211 of 584 ~ 36.13%
G 135 of 584 ~ 23.12%
B 238 of 584 ~ 40.75%

%36.13
%23.12
%40.75

CMYK RENK MODELİ

#D387EE rengi CMYK tonu (11,43,0,7).

  • camgöbeği tonu 11.34%
  • eflatun tonu 43.28%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(11,43,0,7)
C11M43Y0K7 
(11%,43%,0%,7%)
(0.11/0.43/0.00/0.07)	

CMYK yüzdeleri

%11.34
%43.28
%0
%6.67

Codes

Color #D387EE in popluar color models

D387EE
RGB211135238
HSL284°75.18%73.14%
HSB/HSV284°43.28%93.33%
CMYK11.34%43.28%0.00%
6.67%

Color #D387EE in popluar number systems.

HEXD387EE
Decimal211135238
Binary110100111000011111101110
Octal323207356

Shades and tints

Shades of #D387EE

#D387EE
(211,135,238)
#C07BD9
(192,123,217)
#AD6FC4
(173,111,196)
#9A63AF
(154,99,175)
#87579A
(135,87,154)
#744B85
(116,75,133)
#613F70
(97,63,112)
#4E335B
(78,51,91)
#3B2746
(59,39,70)
#281B31
(40,27,49)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #D387EE

#D387EE
(211,135,238)
#D791EF
(215,145,239)
#DB9BF0
(219,155,240)
#DFA5F1
(223,165,241)
#E3AFF2
(227,175,242)
#E7B9F3
(231,185,243)
#EBC3F4
(235,195,244)
#EFCDF5
(239,205,245)
#F3D7F6
(243,215,246)
#F7E1F7
(247,225,247)
#FBEBF8
(251,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D387EE color. Also use rgb(211,135,238) instead hex code.

Text Font Color

.myTextColor { color: #D387EE; }

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

This text font color is #D387EE.


Background Color

.myBgColor { background-color: #D387EE; }

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

This div background color is #D387EE.


Border color

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

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

This div border color is #D387EE.


Opacity

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

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

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

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

This text has shadow with #D387EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D387EE on black background.


Color preview on white background

This text has color #D387EE on white background.



Black color preview on #D387EE background

This text has black color on #D387EE background.


White color preview on #D387EE background

This text has white color on #D387EE background.