COLOR #D59DB5

HEX: #D59DB5
RGB: (213,157,181)

Renk bilgisi

#D59DB5 contains red, green and blue colors in about the same proportion. #D59DB5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D59DB5 color RGB value is (213,157,181).

  • kırmız ton 213;
  • yeşil ton 157;
  • mavi ton 181.
RGB:
(213,157,181)
(84%,62%,71%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 181 of 255 = 71%

213
157
181

R + G + B ~ 72%. #D59DB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 181 = 551 (100%)
R 213 of 551 ~ 38.66%
G 157 of 551 ~ 28.49%
B 181 of 551 ~ 32.85%

%38.66
%28.49
%32.85

CMYK RENK MODELİ

#D59DB5 rengi CMYK tonu (0,26,15,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 15.02%
  • ana renk tonu 16.47%
CMYK:
(0,26,15,16)
C0M26Y15K16 
(0%,26%,15%,16%)
(0.00/0.26/0.15/0.16)	

CMYK yüzdeleri

%0
%26.29
%15.02
%16.47

Codes

Color #D59DB5 in popluar color models

D59DB5
RGB213157181
HSL334°40.00%72.55%
HSB/HSV334°26.29%83.53%
CMYK0.00%26.29%15.02%
16.47%

Color #D59DB5 in popluar number systems.

HEXD59DB5
Decimal213157181
Binary110101011001110110110101
Octal325235265

Shades and tints

Shades of #D59DB5

#D59DB5
(213,157,181)
#C28FA5
(194,143,165)
#AF8195
(175,129,149)
#9C7385
(156,115,133)
#896575
(137,101,117)
#765765
(118,87,101)
#634955
(99,73,85)
#503B45
(80,59,69)
#3D2D35
(61,45,53)
#2A1F25
(42,31,37)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #D59DB5

#D59DB5
(213,157,181)
#D8A5BB
(216,165,187)
#DBADC1
(219,173,193)
#DEB5C7
(222,181,199)
#E1BDCD
(225,189,205)
#E4C5D3
(228,197,211)
#E7CDD9
(231,205,217)
#EAD5DF
(234,213,223)
#EDDDE5
(237,221,229)
#F0E5EB
(240,229,235)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59DB5 color. Also use rgb(213,157,181) instead hex code.

Text Font Color

.myTextColor { color: #D59DB5; }

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

This text font color is #D59DB5.


Background Color

.myBgColor { background-color: #D59DB5; }

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

This div background color is #D59DB5.


Border color

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

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

This div border color is #D59DB5.


Opacity

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

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

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

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

This text has shadow with #D59DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DB5 on black background.


Color preview on white background

This text has color #D59DB5 on white background.



Black color preview on #D59DB5 background

This text has black color on #D59DB5 background.


White color preview on #D59DB5 background

This text has white color on #D59DB5 background.