COLOR #D59ED5

HEX: #D59ED5
RGB: (213,158,213)

Renk bilgisi

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

RGB renk modeli

#D59ED5 color RGB value is (213,158,213).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 158 of 255 = 62%
B 213 of 255 = 84%

213
158
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 158 + 213 = 584 (100%)
R 213 of 584 ~ 36.47%
G 158 of 584 ~ 27.05%
B 213 of 584 ~ 36.47%

%36.47
%27.05
%36.47

CMYK RENK MODELİ

#D59ED5 rengi CMYK tonu (0,26,0,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.82%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(0,26,0,16)
C0M26Y0K16 
(0%,26%,0%,16%)
(0.00/0.26/0.00/0.16)	

CMYK yüzdeleri

%0
%25.82
%0
%16.47

Codes

Color #D59ED5 in popluar color models

D59ED5
RGB213158213
HSL300°39.57%72.75%
HSB/HSV300°25.82%83.53%
CMYK0.00%25.82%0.00%
16.47%

Color #D59ED5 in popluar number systems.

HEXD59ED5
Decimal213158213
Binary110101011001111011010101
Octal325236325

Shades and tints

Shades of #D59ED5

#D59ED5
(213,158,213)
#C290C2
(194,144,194)
#AF82AF
(175,130,175)
#9C749C
(156,116,156)
#896689
(137,102,137)
#765876
(118,88,118)
#634A63
(99,74,99)
#503C50
(80,60,80)
#3D2E3D
(61,46,61)
#2A202A
(42,32,42)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D59ED5

#D59ED5
(213,158,213)
#D8A6D8
(216,166,216)
#DBAEDB
(219,174,219)
#DEB6DE
(222,182,222)
#E1BEE1
(225,190,225)
#E4C6E4
(228,198,228)
#E7CEE7
(231,206,231)
#EAD6EA
(234,214,234)
#EDDEED
(237,222,237)
#F0E6F0
(240,230,240)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59ED5; }

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

This text font color is #D59ED5.


Background Color

.myBgColor { background-color: #D59ED5; }

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

This div background color is #D59ED5.


Border color

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

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

This div border color is #D59ED5.


Opacity

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

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

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

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

This text has shadow with #D59ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59ED5 on black background.


Color preview on white background

This text has color #D59ED5 on white background.



Black color preview on #D59ED5 background

This text has black color on #D59ED5 background.


White color preview on #D59ED5 background

This text has white color on #D59ED5 background.