COLOR #D387BD

HEX: #D387BD
RGB: (211,135,189)

Renk bilgisi

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

RGB renk modeli

#D387BD color RGB value is (211,135,189).

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

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 135 of 255 = 53%
B 189 of 255 = 74%

211
135
189

R + G + B ~ 70%. #D387BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 135 + 189 = 535 (100%)
R 211 of 535 ~ 39.44%
G 135 of 535 ~ 25.23%
B 189 of 535 ~ 35.33%

%39.44
%25.23
%35.33

CMYK RENK MODELİ

#D387BD rengi CMYK tonu (0,36,10,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.02%
  • sarı tonu 10.43%
  • ana renk tonu 17.25%
CMYK:
(0,36,10,17)
C0M36Y10K17 
(0%,36%,10%,17%)
(0.00/0.36/0.10/0.17)	

CMYK yüzdeleri

%0
%36.02
%10.43
%17.25

Codes

Color #D387BD in popluar color models

D387BD
RGB211135189
HSL317°46.34%67.84%
HSB/HSV317°36.02%82.75%
CMYK0.00%36.02%10.43%
17.25%

Color #D387BD in popluar number systems.

HEXD387BD
Decimal211135189
Binary110100111000011110111101
Octal323207275

Shades and tints

Shades of #D387BD

#D387BD
(211,135,189)
#C07BAC
(192,123,172)
#AD6F9B
(173,111,155)
#9A638A
(154,99,138)
#875779
(135,87,121)
#744B68
(116,75,104)
#613F57
(97,63,87)
#4E3346
(78,51,70)
#3B2735
(59,39,53)
#281B24
(40,27,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #D387BD

#D387BD
(211,135,189)
#D791C3
(215,145,195)
#DB9BC9
(219,155,201)
#DFA5CF
(223,165,207)
#E3AFD5
(227,175,213)
#E7B9DB
(231,185,219)
#EBC3E1
(235,195,225)
#EFCDE7
(239,205,231)
#F3D7ED
(243,215,237)
#F7E1F3
(247,225,243)
#FBEBF9
(251,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D387BD; }

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

This text font color is #D387BD.


Background Color

.myBgColor { background-color: #D387BD; }

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

This div background color is #D387BD.


Border color

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

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

This div border color is #D387BD.


Opacity

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

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

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

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

This text has shadow with #D387BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D387BD on black background.


Color preview on white background

This text has color #D387BD on white background.



Black color preview on #D387BD background

This text has black color on #D387BD background.


White color preview on #D387BD background

This text has white color on #D387BD background.