COLOR #D59AFE

HEX: #D59AFE
RGB: (213,154,254)

Color info

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

RGB color model

#D59AFE color RGB value is (213,154,254).

  • red value is 213;
  • green value is 154;
  • blue value is 254.
RGB:
(213,154,254)
(84%,60%,100%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 254 of 255 = 100%

213
154
254

R + G + B ~ 81%. #D59AFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 154 + 254 = 621 (100%)
R 213 of 621 ~ 34.3%
G 154 of 621 ~ 24.8%
B 254 of 621 ~ 40.9%

%34.3
%24.8
%40.9

CMYK color model

#D59AFE color CMYK value is (16,39,0,0).

  • cyan value is 16.14%
  • magenta value is 39.37%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(16,39,0,0)
C16M39Y0K0 
(16%,39%,0%,0%)
(0.16/0.39/0.00/0.00)	

CMYK percentages

%16.14
%39.37
%0
%0.39

Codes

Color #D59AFE in popluar color models

D59AFE
RGB213154254
HSL275°98.04%80.00%
HSB/HSV275°39.37%99.61%
CMYK16.14%39.37%0.00%
0.39%

Color #D59AFE in popluar number systems.

HEXD59AFE
Decimal213154254
Binary110101011001101011111110
Octal325232376

Shades and tints

Shades of #D59AFE

#D59AFE
(213,154,254)
#C28CE7
(194,140,231)
#AF7ED0
(175,126,208)
#9C70B9
(156,112,185)
#8962A2
(137,98,162)
#76548B
(118,84,139)
#634674
(99,70,116)
#50385D
(80,56,93)
#3D2A46
(61,42,70)
#2A1C2F
(42,28,47)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #D59AFE

#D59AFE
(213,154,254)
#D8A3FE
(216,163,254)
#DBACFE
(219,172,254)
#DEB5FE
(222,181,254)
#E1BEFE
(225,190,254)
#E4C7FE
(228,199,254)
#E7D0FE
(231,208,254)
#EAD9FE
(234,217,254)
#EDE2FE
(237,226,254)
#F0EBFE
(240,235,254)
#F3F4FE
(243,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59AFE color. Also use rgb(213,154,254) instead hex code.

Text Font Color

.myTextColor { color: #D59AFE; }

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

This text font color is #D59AFE.


Background Color

.myBgColor { background-color: #D59AFE; }

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

This div background color is #D59AFE.


Border color

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

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

This div border color is #D59AFE.


Opacity

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

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

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

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

This text has shadow with #D59AFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59AFE on black background.


Color preview on white background

This text has color #D59AFE on white background.



Black color preview on #D59AFE background

This text has black color on #D59AFE background.


White color preview on #D59AFE background

This text has white color on #D59AFE background.