COLOR #D99BE9

HEX: #D99BE9 RGB: (217,155,233)

Color info

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

RGB color model

#D99BE9 color RGB value is (217,155,233).

RGB: (217,155,233) (85%, 61%, 91%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 233 of 255 = 91%

217
155
233

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

Portions of RGB colors in percentages

R + G + B = 217 + 155 + 233 = 605 (100%)
R 217 of 605 ~ 35.87%
G 155 of 605 ~ 25.62%
B 233 of 605 ~ 38.51'%

%35.87
%25.62
%38.51

CMYK color model

#D99BE9 color CMYK value is (7,33,0,9).

  • cyan value is 6.87%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (7,33,0,9)
C7M33Y0K9 (7%, 33%, 0%, 9%)
(0.07 / 0.33 / 0.00 / 0.09)

CMYK percentages

%6.87
%33.48
%0
%8.63

Codes

Color #D99BE9 in popluar color models

D9 9B E9
RGB 217 155 233
HSL 288° 63.93% 76.08%
HSB/HSV 288° 33.48% 91.37%
CMYK 6.87% 33.48% 0.00%
8.63%

Color #D99BE9 in popluar number systems.

HEX D9 9B E9
Decimal 217 155 233
Binary 11011001 10011011 11101001
Octal 331 233 351

Shades and tints

Shades of #D99BE9

#D99BE9
(217,155,233)
#C68DD4
(198,141,212)
#B37FBF
(179,127,191)
#A071AA
(160,113,170)
#8D6395
(141,99,149)
#7A5580
(122,85,128)
#67476B
(103,71,107)
#543956
(84,57,86)
#412B41
(65,43,65)
#2E1D2C
(46,29,44)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #D99BE9

#D99BE9
(217,155,233)
#DCA4EB
(220,164,235)
#DFADED
(223,173,237)
#E2B6EF
(226,182,239)
#E5BFF1
(229,191,241)
#E8C8F3
(232,200,243)
#EBD1F5
(235,209,245)
#EEDAF7
(238,218,247)
#F1E3F9
(241,227,249)
#F4ECFB
(244,236,251)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99BE9 color. Also use rgb(217,155,233) instead hex code.

Text Font Color

.myTextColor { color: #D99BE9; }

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

This text font color is #D99BE9.

Background Color

.myBgColor { background-color: #D99BE9; }

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

This div background color is #D99BE9.

Border color

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

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

This div border color is #D99BE9.

Opacity

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

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

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

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

This text has shadow with #D99BE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99BE9.

Preview

Color preview on black background

This text has color #D99BE9 on black background.


Color preview on white background

This text has color #D99BE9 on white background.


Black color preview on #D99BE9 background

This text has black color on #D99BE9 background.


White color preview on #D99BE9 background

This text has white color on #D99BE9 background.


Related colors

Complementary color

Complementary color for #hex is #266416.


I love getcolorcode.com

Triadic colors

1 #E9D99B and #9BE9D9 with #D99BE9 are triadic colors.

2 #E99BD9 and #9BD9E9 with #D99BE9 are triadic colors.