COLOR #D59FE8

HEX: #D59FE8
RGB: (213,159,232)

Color info

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

RGB color model

#D59FE8 color RGB value is (213,159,232).

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

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 232 of 255 = 91%

213
159
232

R + G + B ~ 79%. #D59FE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 232 = 604 (100%)
R 213 of 604 ~ 35.26%
G 159 of 604 ~ 26.32%
B 232 of 604 ~ 38.41%

%35.26
%26.32
%38.41

CMYK color model

#D59FE8 color CMYK value is (8,31,0,9).

  • cyan value is 8.19%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(8,31,0,9)
C8M31Y0K9 
(8%,31%,0%,9%)
(0.08/0.31/0.00/0.09)	

CMYK percentages

%8.19
%31.47
%0
%9.02

Codes

Color #D59FE8 in popluar color models

D59FE8
RGB213159232
HSL284°61.34%76.67%
HSB/HSV284°31.47%90.98%
CMYK8.19%31.47%0.00%
9.02%

Color #D59FE8 in popluar number systems.

HEXD59FE8
Decimal213159232
Binary110101011001111111101000
Octal325237350

Shades and tints

Shades of #D59FE8

#D59FE8
(213,159,232)
#C291D3
(194,145,211)
#AF83BE
(175,131,190)
#9C75A9
(156,117,169)
#896794
(137,103,148)
#76597F
(118,89,127)
#634B6A
(99,75,106)
#503D55
(80,61,85)
#3D2F40
(61,47,64)
#2A212B
(42,33,43)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #D59FE8

#D59FE8
(213,159,232)
#D8A7EA
(216,167,234)
#DBAFEC
(219,175,236)
#DEB7EE
(222,183,238)
#E1BFF0
(225,191,240)
#E4C7F2
(228,199,242)
#E7CFF4
(231,207,244)
#EAD7F6
(234,215,246)
#EDDFF8
(237,223,248)
#F0E7FA
(240,231,250)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59FE8; }

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

This text font color is #D59FE8.


Background Color

.myBgColor { background-color: #D59FE8; }

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

This div background color is #D59FE8.


Border color

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

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

This div border color is #D59FE8.


Opacity

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

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

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

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

This text has shadow with #D59FE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59FE8 on black background.


Color preview on white background

This text has color #D59FE8 on white background.



Black color preview on #D59FE8 background

This text has black color on #D59FE8 background.


White color preview on #D59FE8 background

This text has white color on #D59FE8 background.