COLOR #D985DA

HEX: #D985DA
RGB: (217,133,218)

Color info

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

RGB color model

#D985DA color RGB value is (217,133,218).

  • red value is 217;
  • green value is 133;
  • blue value is 218.
RGB:
(217,133,218)
(85%,52%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 133 of 255 = 52%
B 218 of 255 = 85%

217
133
218

R + G + B ~ 74%. #D985DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 133 + 218 = 568 (100%)
R 217 of 568 ~ 38.2%
G 133 of 568 ~ 23.42%
B 218 of 568 ~ 38.38%

%38.2
%23.42
%38.38

CMYK color model

#D985DA color CMYK value is (0,39,0,15).

  • cyan value is 0.46%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,39,0,15)
C0M39Y0K15 
(0%,39%,0%,15%)
(0.00/0.39/0.00/0.15)	

CMYK percentages

%0.46
%38.99
%0
%14.51

Codes

Color #D985DA in popluar color models

D985DA
RGB217133218
HSL299°53.46%68.82%
HSB/HSV299°38.99%85.49%
CMYK0.46%38.99%0.00%
14.51%

Color #D985DA in popluar number systems.

HEXD985DA
Decimal217133218
Binary110110011000010111011010
Octal331205332

Shades and tints

Shades of #D985DA

#D985DA
(217,133,218)
#C679C7
(198,121,199)
#B36DB4
(179,109,180)
#A061A1
(160,97,161)
#8D558E
(141,85,142)
#7A497B
(122,73,123)
#673D68
(103,61,104)
#543155
(84,49,85)
#412542
(65,37,66)
#2E192F
(46,25,47)
#1B0D1C
(27,13,28)
#000000
(0,0,0)

Tints of #D985DA

#D985DA
(217,133,218)
#DC90DD
(220,144,221)
#DF9BE0
(223,155,224)
#E2A6E3
(226,166,227)
#E5B1E6
(229,177,230)
#E8BCE9
(232,188,233)
#EBC7EC
(235,199,236)
#EED2EF
(238,210,239)
#F1DDF2
(241,221,242)
#F4E8F5
(244,232,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D985DA; }

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

This text font color is #D985DA.


Background Color

.myBgColor { background-color: #D985DA; }

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

This div background color is #D985DA.


Border color

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

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

This div border color is #D985DA.


Opacity

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

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

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

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

This text has shadow with #D985DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D985DA on black background.


Color preview on white background

This text has color #D985DA on white background.



Black color preview on #D985DA background

This text has black color on #D985DA background.


White color preview on #D985DA background

This text has white color on #D985DA background.