COLOR #D991DF

HEX: #D991DF RGB: (217,145,223)

Color info

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

RGB color model

#D991DF color RGB value is (217,145,223).

RGB: (217,145,223) (85%, 57%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 145 of 255 = 57%
B 223 of 255 = 87%

217
145
223

R + G + B ~ 76%. #D991DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 145 + 223 = 585 (100%)
R 217 of 585 ~ 37.09%
G 145 of 585 ~ 24.79%
B 223 of 585 ~ 38.12'%

%37.09
%24.79
%38.12

CMYK color model

#D991DF color CMYK value is (3,35,0,13).

  • cyan value is 2.69%
  • magenta value is 34.98%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (3,35,0,13)
C3M35Y0K13 (3%, 35%, 0%, 13%)
(0.03 / 0.35 / 0.00 / 0.13)

CMYK percentages

%2.69
%34.98
%0
%12.55

Codes

Color #D991DF in popluar color models

D9 91 DF
RGB 217 145 223
HSL 295° 54.93% 72.16%
HSB/HSV 295° 34.98% 87.45%
CMYK 2.69% 34.98% 0.00%
12.55%

Color #D991DF in popluar number systems.

HEX D9 91 DF
Decimal 217 145 223
Binary 11011001 10010001 11011111
Octal 331 221 337

Shades and tints

Shades of #D991DF

#D991DF
(217,145,223)
#C684CB
(198,132,203)
#B377B7
(179,119,183)
#A06AA3
(160,106,163)
#8D5D8F
(141,93,143)
#7A507B
(122,80,123)
#674367
(103,67,103)
#543653
(84,54,83)
#41293F
(65,41,63)
#2E1C2B
(46,28,43)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #D991DF

#D991DF
(217,145,223)
#DC9BE1
(220,155,225)
#DFA5E3
(223,165,227)
#E2AFE5
(226,175,229)
#E5B9E7
(229,185,231)
#E8C3E9
(232,195,233)
#EBCDEB
(235,205,235)
#EED7ED
(238,215,237)
#F1E1EF
(241,225,239)
#F4EBF1
(244,235,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D991DF; }

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

This text font color is #D991DF.

Background Color

.myBgColor { background-color: #D991DF; }

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

This div background color is #D991DF.

Border color

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

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

This div border color is #D991DF.

Opacity

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

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

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

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

This text has shadow with #D991DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D991DF.

Preview

Color preview on black background

This text has color #D991DF on black background.


Color preview on white background

This text has color #D991DF on white background.


Black color preview on #D991DF background

This text has black color on #D991DF background.


White color preview on #D991DF background

This text has white color on #D991DF background.


Related colors

Complementary color

Complementary color for #hex is #266E20.


I love getcolorcode.com

Triadic colors

1 #DFD991 and #91DFD9 with #D991DF are triadic colors.

2 #DF91D9 and #91D9DF with #D991DF are triadic colors.