COLOR #D59DE4

HEX: #D59DE4
RGB: (213,157,228)

Renk bilgisi

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

RGB renk modeli

#D59DE4 color RGB value is (213,157,228).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 228 of 255 = 89%

213
157
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 228 = 598 (100%)
R 213 of 598 ~ 35.62%
G 157 of 598 ~ 26.25%
B 228 of 598 ~ 38.13%

%35.62
%26.25
%38.13

CMYK RENK MODELİ

#D59DE4 rengi CMYK tonu (7,31,0,11).

  • camgöbeği tonu 6.58%
  • eflatun tonu 31.14%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(7,31,0,11)
C7M31Y0K11 
(7%,31%,0%,11%)
(0.07/0.31/0.00/0.11)	

CMYK yüzdeleri

%6.58
%31.14
%0
%10.59

Codes

Color #D59DE4 in popluar color models

D59DE4
RGB213157228
HSL287°56.80%75.49%
HSB/HSV287°31.14%89.41%
CMYK6.58%31.14%0.00%
10.59%

Color #D59DE4 in popluar number systems.

HEXD59DE4
Decimal213157228
Binary110101011001110111100100
Octal325235344

Shades and tints

Shades of #D59DE4

#D59DE4
(213,157,228)
#C28FD0
(194,143,208)
#AF81BC
(175,129,188)
#9C73A8
(156,115,168)
#896594
(137,101,148)
#765780
(118,87,128)
#63496C
(99,73,108)
#503B58
(80,59,88)
#3D2D44
(61,45,68)
#2A1F30
(42,31,48)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #D59DE4

#D59DE4
(213,157,228)
#D8A5E6
(216,165,230)
#DBADE8
(219,173,232)
#DEB5EA
(222,181,234)
#E1BDEC
(225,189,236)
#E4C5EE
(228,197,238)
#E7CDF0
(231,205,240)
#EAD5F2
(234,213,242)
#EDDDF4
(237,221,244)
#F0E5F6
(240,229,246)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DE4; }

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

This text font color is #D59DE4.


Background Color

.myBgColor { background-color: #D59DE4; }

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

This div background color is #D59DE4.


Border color

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

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

This div border color is #D59DE4.


Opacity

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

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

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

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

This text has shadow with #D59DE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DE4 on black background.


Color preview on white background

This text has color #D59DE4 on white background.



Black color preview on #D59DE4 background

This text has black color on #D59DE4 background.


White color preview on #D59DE4 background

This text has white color on #D59DE4 background.