COLOR #D59DED

HEX: #D59DED
RGB: (213,157,237)

Renk bilgisi

#D59DED contains mainly red and blue colors. #D59DED ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D59DED color RGB value is (213,157,237).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 237 of 255 = 93%

213
157
237

R + G + B ~ 80%. #D59DED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 237 = 607 (100%)
R 213 of 607 ~ 35.09%
G 157 of 607 ~ 25.86%
B 237 of 607 ~ 39.04%

%35.09
%25.86
%39.04

CMYK RENK MODELİ

#D59DED rengi CMYK tonu (10,34,0,7).

  • camgöbeği tonu 10.13%
  • eflatun tonu 33.76%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(10,34,0,7)
C10M34Y0K7 
(10%,34%,0%,7%)
(0.10/0.34/0.00/0.07)	

CMYK yüzdeleri

%10.13
%33.76
%0
%7.06

Codes

Color #D59DED in popluar color models

D59DED
RGB213157237
HSL282°68.97%77.25%
HSB/HSV282°33.76%92.94%
CMYK10.13%33.76%0.00%
7.06%

Color #D59DED in popluar number systems.

HEXD59DED
Decimal213157237
Binary110101011001110111101101
Octal325235355

Shades and tints

Shades of #D59DED

#D59DED
(213,157,237)
#C28FD8
(194,143,216)
#AF81C3
(175,129,195)
#9C73AE
(156,115,174)
#896599
(137,101,153)
#765784
(118,87,132)
#63496F
(99,73,111)
#503B5A
(80,59,90)
#3D2D45
(61,45,69)
#2A1F30
(42,31,48)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #D59DED

#D59DED
(213,157,237)
#D8A5EE
(216,165,238)
#DBADEF
(219,173,239)
#DEB5F0
(222,181,240)
#E1BDF1
(225,189,241)
#E4C5F2
(228,197,242)
#E7CDF3
(231,205,243)
#EAD5F4
(234,213,244)
#EDDDF5
(237,221,245)
#F0E5F6
(240,229,246)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DED; }

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

This text font color is #D59DED.


Background Color

.myBgColor { background-color: #D59DED; }

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

This div background color is #D59DED.


Border color

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

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

This div border color is #D59DED.


Opacity

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

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

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

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

This text has shadow with #D59DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DED on black background.


Color preview on white background

This text has color #D59DED on white background.



Black color preview on #D59DED background

This text has black color on #D59DED background.


White color preview on #D59DED background

This text has white color on #D59DED background.