COLOR #D99FE5

HEX: #D99FE5 RGB: (217,159,229)

Color info

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

RGB color model

#D99FE5 color RGB value is (217,159,229).

RGB: (217,159,229) (85%, 62%, 90%)

RGB channels and saturation

R 217 of 255 = 85%
G 159 of 255 = 62%
B 229 of 255 = 90%

217
159
229

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

Portions of RGB colors in percentages

R + G + B = 217 + 159 + 229 = 605 (100%)
R 217 of 605 ~ 35.87%
G 159 of 605 ~ 26.28%
B 229 of 605 ~ 37.85'%

%35.87
%26.28
%37.85

CMYK color model

#D99FE5 color CMYK value is (5,31,0,10).

  • cyan value is 5.24%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,31,0,10)
C5M31Y0K10 (5%, 31%, 0%, 10%)
(0.05 / 0.31 / 0.00 / 0.10)

CMYK percentages

%5.24
%30.57
%0
%10.2

Codes

Color #D99FE5 in popluar color models

D9 9F E5
RGB 217 159 229
HSL 290° 57.38% 76.08%
HSB/HSV 290° 30.57% 89.80%
CMYK 5.24% 30.57% 0.00%
10.20%

Color #D99FE5 in popluar number systems.

HEX D9 9F E5
Decimal 217 159 229
Binary 11011001 10011111 11100101
Octal 331 237 345

Shades and tints

Shades of #D99FE5

#D99FE5
(217,159,229)
#C691D1
(198,145,209)
#B383BD
(179,131,189)
#A075A9
(160,117,169)
#8D6795
(141,103,149)
#7A5981
(122,89,129)
#674B6D
(103,75,109)
#543D59
(84,61,89)
#412F45
(65,47,69)
#2E2131
(46,33,49)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #D99FE5

#D99FE5
(217,159,229)
#DCA7E7
(220,167,231)
#DFAFE9
(223,175,233)
#E2B7EB
(226,183,235)
#E5BFED
(229,191,237)
#E8C7EF
(232,199,239)
#EBCFF1
(235,207,241)
#EED7F3
(238,215,243)
#F1DFF5
(241,223,245)
#F4E7F7
(244,231,247)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99FE5; }

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

This text font color is #D99FE5.

Background Color

.myBgColor { background-color: #D99FE5; }

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

This div background color is #D99FE5.

Border color

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

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

This div border color is #D99FE5.

Opacity

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

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

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

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

This text has shadow with #D99FE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99FE5.

Preview

Color preview on black background

This text has color #D99FE5 on black background.


Color preview on white background

This text has color #D99FE5 on white background.


Black color preview on #D99FE5 background

This text has black color on #D99FE5 background.


White color preview on #D99FE5 background

This text has white color on #D99FE5 background.


Related colors

Complementary color

Complementary color for #hex is #26601A.


I love getcolorcode.com

Triadic colors

1 #E5D99F and #9FE5D9 with #D99FE5 are triadic colors.

2 #E59FD9 and #9FD9E5 with #D99FE5 are triadic colors.