COLOR #D59FEE

HEX: #D59FEE
RGB: (213,159,238)

Color info

#D59FEE contains mainly red and blue colors. Web safe color of #D59FEE is #CC99FF (or #C9F).

RGB color model

#D59FEE color RGB value is (213,159,238).

  • red value is 213;
  • green value is 159;
  • blue value is 238.
RGB:
(213,159,238)
(84%,62%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 238 of 255 = 93%

213
159
238

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

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 238 = 610 (100%)
R 213 of 610 ~ 34.92%
G 159 of 610 ~ 26.07%
B 238 of 610 ~ 39.02%

%34.92
%26.07
%39.02

CMYK color model

#D59FEE color CMYK value is (11,33,0,7).

  • cyan value is 10.50%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,33,0,7)
C11M33Y0K7 
(11%,33%,0%,7%)
(0.11/0.33/0.00/0.07)	

CMYK percentages

%10.5
%33.19
%0
%6.67

Codes

Color #D59FEE in popluar color models

D59FEE
RGB213159238
HSL281°69.91%77.84%
HSB/HSV281°33.19%93.33%
CMYK10.50%33.19%0.00%
6.67%

Color #D59FEE in popluar number systems.

HEXD59FEE
Decimal213159238
Binary110101011001111111101110
Octal325237356

Shades and tints

Shades of #D59FEE

#D59FEE
(213,159,238)
#C291D9
(194,145,217)
#AF83C4
(175,131,196)
#9C75AF
(156,117,175)
#89679A
(137,103,154)
#765985
(118,89,133)
#634B70
(99,75,112)
#503D5B
(80,61,91)
#3D2F46
(61,47,70)
#2A2131
(42,33,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #D59FEE

#D59FEE
(213,159,238)
#D8A7EF
(216,167,239)
#DBAFF0
(219,175,240)
#DEB7F1
(222,183,241)
#E1BFF2
(225,191,242)
#E4C7F3
(228,199,243)
#E7CFF4
(231,207,244)
#EAD7F5
(234,215,245)
#EDDFF6
(237,223,246)
#F0E7F7
(240,231,247)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59FEE; }

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

This text font color is #D59FEE.


Background Color

.myBgColor { background-color: #D59FEE; }

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

This div background color is #D59FEE.


Border color

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

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

This div border color is #D59FEE.


Opacity

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

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

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

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

This text has shadow with #D59FEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59FEE on black background.


Color preview on white background

This text has color #D59FEE on white background.



Black color preview on #D59FEE background

This text has black color on #D59FEE background.


White color preview on #D59FEE background

This text has white color on #D59FEE background.