COLOR #D999DB

HEX: #D999DB
RGB: (217,153,219)

Color info

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

RGB color model

#D999DB color RGB value is (217,153,219).

  • red value is 217;
  • green value is 153;
  • blue value is 219.
RGB:
(217,153,219)
(85%,60%,86%)

RGB channels and saturation

R 217 of 255 = 85%
G 153 of 255 = 60%
B 219 of 255 = 86%

217
153
219

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

Portions of RGB colors in percentages

R + G + B =
217 + 153 + 219 = 589 (100%)
R 217 of 589 ~ 36.84%
G 153 of 589 ~ 25.98%
B 219 of 589 ~ 37.18%

%36.84
%25.98
%37.18

CMYK color model

#D999DB color CMYK value is (1,30,0,14).

  • cyan value is 0.91%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,30,0,14)
C1M30Y0K14 
(1%,30%,0%,14%)
(0.01/0.30/0.00/0.14)	

CMYK percentages

%0.91
%30.14
%0
%14.12

Codes

Color #D999DB in popluar color models

D999DB
RGB217153219
HSL298°47.83%72.94%
HSB/HSV298°30.14%85.88%
CMYK0.91%30.14%0.00%
14.12%

Color #D999DB in popluar number systems.

HEXD999DB
Decimal217153219
Binary110110011001100111011011
Octal331231333

Shades and tints

Shades of #D999DB

#D999DB
(217,153,219)
#C68CC8
(198,140,200)
#B37FB5
(179,127,181)
#A072A2
(160,114,162)
#8D658F
(141,101,143)
#7A587C
(122,88,124)
#674B69
(103,75,105)
#543E56
(84,62,86)
#413143
(65,49,67)
#2E2430
(46,36,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D999DB

#D999DB
(217,153,219)
#DCA2DE
(220,162,222)
#DFABE1
(223,171,225)
#E2B4E4
(226,180,228)
#E5BDE7
(229,189,231)
#E8C6EA
(232,198,234)
#EBCFED
(235,207,237)
#EED8F0
(238,216,240)
#F1E1F3
(241,225,243)
#F4EAF6
(244,234,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D999DB color. Also use rgb(217,153,219) instead hex code.

Text Font Color

.myTextColor { color: #D999DB; }

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

This text font color is #D999DB.


Background Color

.myBgColor { background-color: #D999DB; }

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

This div background color is #D999DB.


Border color

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

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

This div border color is #D999DB.


Opacity

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

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

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

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

This text has shadow with #D999DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D999DB on black background.


Color preview on white background

This text has color #D999DB on white background.



Black color preview on #D999DB background

This text has black color on #D999DB background.


White color preview on #D999DB background

This text has white color on #D999DB background.