COLOR #D985E2

HEX: #D985E2 RGB: (217,133,226)

Color info

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

RGB color model

#D985E2 color RGB value is (217,133,226).

RGB: (217,133,226) (85%, 52%, 89%)

RGB channels and saturation

R 217 of 255 = 85%
G 133 of 255 = 52%
B 226 of 255 = 89%

217
133
226

R + G + B ~ 75%. #D985E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 133 + 226 = 576 (100%)
R 217 of 576 ~ 37.67%
G 133 of 576 ~ 23.09%
B 226 of 576 ~ 39.24'%

%37.67
%23.09
%39.24

CMYK color model

#D985E2 color CMYK value is (4,41,0,11).

  • cyan value is 3.98%
  • magenta value is 41.15%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (4,41,0,11)
C4M41Y0K11 (4%, 41%, 0%, 11%)
(0.04 / 0.41 / 0.00 / 0.11)

CMYK percentages

%3.98
%41.15
%0
%11.37

Codes

Color #D985E2 in popluar color models

D9 85 E2
RGB 217 133 226
HSL 294° 61.59% 70.39%
HSB/HSV 294° 41.15% 88.63%
CMYK 3.98% 41.15% 0.00%
11.37%

Color #D985E2 in popluar number systems.

HEX D9 85 E2
Decimal 217 133 226
Binary 11011001 10000101 11100010
Octal 331 205 342

Shades and tints

Shades of #D985E2

#D985E2
(217,133,226)
#C679CE
(198,121,206)
#B36DBA
(179,109,186)
#A061A6
(160,97,166)
#8D5592
(141,85,146)
#7A497E
(122,73,126)
#673D6A
(103,61,106)
#543156
(84,49,86)
#412542
(65,37,66)
#2E192E
(46,25,46)
#1B0D1A
(27,13,26)
#000000
(0,0,0)

Tints of #D985E2

#D985E2
(217,133,226)
#DC90E4
(220,144,228)
#DF9BE6
(223,155,230)
#E2A6E8
(226,166,232)
#E5B1EA
(229,177,234)
#E8BCEC
(232,188,236)
#EBC7EE
(235,199,238)
#EED2F0
(238,210,240)
#F1DDF2
(241,221,242)
#F4E8F4
(244,232,244)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D985E2 color. Also use rgb(217,133,226) instead hex code.

Text Font Color

.myTextColor { color: #D985E2; }

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

This text font color is #D985E2.

Background Color

.myBgColor { background-color: #D985E2; }

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

This div background color is #D985E2.

Border color

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

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

This div border color is #D985E2.

Opacity

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

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

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

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

This text has shadow with #D985E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D985E2.

Preview

Color preview on black background

This text has color #D985E2 on black background.


Color preview on white background

This text has color #D985E2 on white background.


Black color preview on #D985E2 background

This text has black color on #D985E2 background.


White color preview on #D985E2 background

This text has white color on #D985E2 background.


Related colors

Complementary color

Complementary color for #hex is #267A1D.


I love getcolorcode.com

Triadic colors

1 #E2D985 and #85E2D9 with #D985E2 are triadic colors.

2 #E285D9 and #85D9E2 with #D985E2 are triadic colors.