COLOR #D59EE1

HEX: #D59EE1
RGB: (213,158,225)

Renk bilgisi

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

RGB renk modeli

#D59EE1 color RGB value is (213,158,225).

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

RGB bağlantıları ve doygunluk

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

213
158
225

R + G + B ~ 78%. #D59EE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 158 + 225 = 596 (100%)
R 213 of 596 ~ 35.74%
G 158 of 596 ~ 26.51%
B 225 of 596 ~ 37.75%

%35.74
%26.51
%37.75

CMYK RENK MODELİ

#D59EE1 rengi CMYK tonu (5,30,0,12).

  • camgöbeği tonu 5.33%
  • eflatun tonu 29.78%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(5,30,0,12)
C5M30Y0K12 
(5%,30%,0%,12%)
(0.05/0.30/0.00/0.12)	

CMYK yüzdeleri

%5.33
%29.78
%0
%11.76

Codes

Color #D59EE1 in popluar color models

D59EE1
RGB213158225
HSL289°52.76%75.10%
HSB/HSV289°29.78%88.24%
CMYK5.33%29.78%0.00%
11.76%

Color #D59EE1 in popluar number systems.

HEXD59EE1
Decimal213158225
Binary110101011001111011100001
Octal325236341

Shades and tints

Shades of #D59EE1

#D59EE1
(213,158,225)
#C290CD
(194,144,205)
#AF82B9
(175,130,185)
#9C74A5
(156,116,165)
#896691
(137,102,145)
#76587D
(118,88,125)
#634A69
(99,74,105)
#503C55
(80,60,85)
#3D2E41
(61,46,65)
#2A202D
(42,32,45)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #D59EE1

#D59EE1
(213,158,225)
#D8A6E3
(216,166,227)
#DBAEE5
(219,174,229)
#DEB6E7
(222,182,231)
#E1BEE9
(225,190,233)
#E4C6EB
(228,198,235)
#E7CEED
(231,206,237)
#EAD6EF
(234,214,239)
#EDDEF1
(237,222,241)
#F0E6F3
(240,230,243)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59EE1; }

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

This text font color is #D59EE1.


Background Color

.myBgColor { background-color: #D59EE1; }

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

This div background color is #D59EE1.


Border color

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

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

This div border color is #D59EE1.


Opacity

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

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

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

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

This text has shadow with #D59EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59EE1 on black background.


Color preview on white background

This text has color #D59EE1 on white background.



Black color preview on #D59EE1 background

This text has black color on #D59EE1 background.


White color preview on #D59EE1 background

This text has white color on #D59EE1 background.