COLOR #D996DE

HEX: #D996DE
RGB: (217,150,222)

Color info

#D996DE contains mainly red and blue colors. Web safe color of #D996DE is #CC99CC (or #C9C).

RGB color model

#D996DE color RGB value is (217,150,222).

  • red value is 217;
  • green value is 150;
  • blue value is 222.
RGB:
(217,150,222)
(85%,59%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 222 of 255 = 87%

217
150
222

R + G + B ~ 77%. #D996DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 222 = 589 (100%)
R 217 of 589 ~ 36.84%
G 150 of 589 ~ 25.47%
B 222 of 589 ~ 37.69%

%36.84
%25.47
%37.69

CMYK color model

#D996DE color CMYK value is (2,32,0,13).

  • cyan value is 2.25%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,32,0,13)
C2M32Y0K13 
(2%,32%,0%,13%)
(0.02/0.32/0.00/0.13)	

CMYK percentages

%2.25
%32.43
%0
%12.94

Codes

Color #D996DE in popluar color models

D996DE
RGB217150222
HSL296°52.17%72.94%
HSB/HSV296°32.43%87.06%
CMYK2.25%32.43%0.00%
12.94%

Color #D996DE in popluar number systems.

HEXD996DE
Decimal217150222
Binary110110011001011011011110
Octal331226336

Shades and tints

Shades of #D996DE

#D996DE
(217,150,222)
#C689CA
(198,137,202)
#B37CB6
(179,124,182)
#A06FA2
(160,111,162)
#8D628E
(141,98,142)
#7A557A
(122,85,122)
#674866
(103,72,102)
#543B52
(84,59,82)
#412E3E
(65,46,62)
#2E212A
(46,33,42)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #D996DE

#D996DE
(217,150,222)
#DC9FE1
(220,159,225)
#DFA8E4
(223,168,228)
#E2B1E7
(226,177,231)
#E5BAEA
(229,186,234)
#E8C3ED
(232,195,237)
#EBCCF0
(235,204,240)
#EED5F3
(238,213,243)
#F1DEF6
(241,222,246)
#F4E7F9
(244,231,249)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D996DE color. Also use rgb(217,150,222) instead hex code.

Text Font Color

.myTextColor { color: #D996DE; }

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

This text font color is #D996DE.


Background Color

.myBgColor { background-color: #D996DE; }

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

This div background color is #D996DE.


Border color

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

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

This div border color is #D996DE.


Opacity

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

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

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

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

This text has shadow with #D996DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996DE on black background.


Color preview on white background

This text has color #D996DE on white background.



Black color preview on #D996DE background

This text has black color on #D996DE background.


White color preview on #D996DE background

This text has white color on #D996DE background.