COLOR #D99FEB

HEX: #D99FEB
RGB: (217,159,235)

Color info

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

RGB color model

#D99FEB color RGB value is (217,159,235).

  • red value is 217;
  • green value is 159;
  • blue value is 235.
RGB:
(217,159,235)
(85%,62%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 159 of 255 = 62%
B 235 of 255 = 92%

217
159
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 159 + 235 = 611 (100%)
R 217 of 611 ~ 35.52%
G 159 of 611 ~ 26.02%
B 235 of 611 ~ 38.46%

%35.52
%26.02
%38.46

CMYK color model

#D99FEB color CMYK value is (8,32,0,8).

  • cyan value is 7.66%
  • magenta value is 32.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,32,0,8)
C8M32Y0K8 
(8%,32%,0%,8%)
(0.08/0.32/0.00/0.08)	

CMYK percentages

%7.66
%32.34
%0
%7.84

Codes

Color #D99FEB in popluar color models

D99FEB
RGB217159235
HSL286°65.52%77.25%
HSB/HSV286°32.34%92.16%
CMYK7.66%32.34%0.00%
7.84%

Color #D99FEB in popluar number systems.

HEXD99FEB
Decimal217159235
Binary110110011001111111101011
Octal331237353

Shades and tints

Shades of #D99FEB

#D99FEB
(217,159,235)
#C691D6
(198,145,214)
#B383C1
(179,131,193)
#A075AC
(160,117,172)
#8D6797
(141,103,151)
#7A5982
(122,89,130)
#674B6D
(103,75,109)
#543D58
(84,61,88)
#412F43
(65,47,67)
#2E212E
(46,33,46)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #D99FEB

#D99FEB
(217,159,235)
#DCA7EC
(220,167,236)
#DFAFED
(223,175,237)
#E2B7EE
(226,183,238)
#E5BFEF
(229,191,239)
#E8C7F0
(232,199,240)
#EBCFF1
(235,207,241)
#EED7F2
(238,215,242)
#F1DFF3
(241,223,243)
#F4E7F4
(244,231,244)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99FEB color. Also use rgb(217,159,235) instead hex code.

Text Font Color

.myTextColor { color: #D99FEB; }

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

This text font color is #D99FEB.


Background Color

.myBgColor { background-color: #D99FEB; }

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

This div background color is #D99FEB.


Border color

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

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

This div border color is #D99FEB.


Opacity

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

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

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

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

This text has shadow with #D99FEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99FEB on black background.


Color preview on white background

This text has color #D99FEB on white background.



Black color preview on #D99FEB background

This text has black color on #D99FEB background.


White color preview on #D99FEB background

This text has white color on #D99FEB background.