COLOR #D99EF6

HEX: #D99EF6
RGB: (217,158,246)

Color info

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

RGB color model

#D99EF6 color RGB value is (217,158,246).

  • red value is 217;
  • green value is 158;
  • blue value is 246.
RGB:
(217,158,246)
(85%,62%,96%)

RGB channels and saturation

R 217 of 255 = 85%
G 158 of 255 = 62%
B 246 of 255 = 96%

217
158
246

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

Portions of RGB colors in percentages

R + G + B =
217 + 158 + 246 = 621 (100%)
R 217 of 621 ~ 34.94%
G 158 of 621 ~ 25.44%
B 246 of 621 ~ 39.61%

%34.94
%25.44
%39.61

CMYK color model

#D99EF6 color CMYK value is (12,36,0,4).

  • cyan value is 11.79%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(12,36,0,4)
C12M36Y0K4 
(12%,36%,0%,4%)
(0.12/0.36/0.00/0.04)	

CMYK percentages

%11.79
%35.77
%0
%3.53

Codes

Color #D99EF6 in popluar color models

D99EF6
RGB217158246
HSL280°83.02%79.22%
HSB/HSV280°35.77%96.47%
CMYK11.79%35.77%0.00%
3.53%

Color #D99EF6 in popluar number systems.

HEXD99EF6
Decimal217158246
Binary110110011001111011110110
Octal331236366

Shades and tints

Shades of #D99EF6

#D99EF6
(217,158,246)
#C690E0
(198,144,224)
#B382CA
(179,130,202)
#A074B4
(160,116,180)
#8D669E
(141,102,158)
#7A5888
(122,88,136)
#674A72
(103,74,114)
#543C5C
(84,60,92)
#412E46
(65,46,70)
#2E2030
(46,32,48)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #D99EF6

#D99EF6
(217,158,246)
#DCA6F6
(220,166,246)
#DFAEF6
(223,174,246)
#E2B6F6
(226,182,246)
#E5BEF6
(229,190,246)
#E8C6F6
(232,198,246)
#EBCEF6
(235,206,246)
#EED6F6
(238,214,246)
#F1DEF6
(241,222,246)
#F4E6F6
(244,230,246)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99EF6 color. Also use rgb(217,158,246) instead hex code.

Text Font Color

.myTextColor { color: #D99EF6; }

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

This text font color is #D99EF6.


Background Color

.myBgColor { background-color: #D99EF6; }

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

This div background color is #D99EF6.


Border color

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

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

This div border color is #D99EF6.


Opacity

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

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

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

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

This text has shadow with #D99EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99EF6 on black background.


Color preview on white background

This text has color #D99EF6 on white background.



Black color preview on #D99EF6 background

This text has black color on #D99EF6 background.


White color preview on #D99EF6 background

This text has white color on #D99EF6 background.