COLOR #D991F6

HEX: #D991F6
RGB: (217,145,246)

Color info

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

RGB color model

#D991F6 color RGB value is (217,145,246).

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

RGB channels and saturation

R 217 of 255 = 85%
G 145 of 255 = 57%
B 246 of 255 = 96%

217
145
246

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

Portions of RGB colors in percentages

R + G + B =
217 + 145 + 246 = 608 (100%)
R 217 of 608 ~ 35.69%
G 145 of 608 ~ 23.85%
B 246 of 608 ~ 40.46%

%35.69
%23.85
%40.46

CMYK color model

#D991F6 color CMYK value is (12,41,0,4).

  • cyan value is 11.79%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(12,41,0,4)
C12M41Y0K4 
(12%,41%,0%,4%)
(0.12/0.41/0.00/0.04)	

CMYK percentages

%11.79
%41.06
%0
%3.53

Codes

Color #D991F6 in popluar color models

D991F6
RGB217145246
HSL283°84.87%76.67%
HSB/HSV283°41.06%96.47%
CMYK11.79%41.06%0.00%
3.53%

Color #D991F6 in popluar number systems.

HEXD991F6
Decimal217145246
Binary110110011001000111110110
Octal331221366

Shades and tints

Shades of #D991F6

#D991F6
(217,145,246)
#C684E0
(198,132,224)
#B377CA
(179,119,202)
#A06AB4
(160,106,180)
#8D5D9E
(141,93,158)
#7A5088
(122,80,136)
#674372
(103,67,114)
#54365C
(84,54,92)
#412946
(65,41,70)
#2E1C30
(46,28,48)
#1B0F1A
(27,15,26)
#000000
(0,0,0)

Tints of #D991F6

#D991F6
(217,145,246)
#DC9BF6
(220,155,246)
#DFA5F6
(223,165,246)
#E2AFF6
(226,175,246)
#E5B9F6
(229,185,246)
#E8C3F6
(232,195,246)
#EBCDF6
(235,205,246)
#EED7F6
(238,215,246)
#F1E1F6
(241,225,246)
#F4EBF6
(244,235,246)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D991F6; }

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

This text font color is #D991F6.


Background Color

.myBgColor { background-color: #D991F6; }

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

This div background color is #D991F6.


Border color

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

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

This div border color is #D991F6.


Opacity

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

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

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

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

This text has shadow with #D991F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D991F6 on black background.


Color preview on white background

This text has color #D991F6 on white background.



Black color preview on #D991F6 background

This text has black color on #D991F6 background.


White color preview on #D991F6 background

This text has white color on #D991F6 background.