COLOR #D98DE4

HEX: #D98DE4
RGB: (217,141,228)

Color info

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

RGB color model

#D98DE4 color RGB value is (217,141,228).

  • red value is 217;
  • green value is 141;
  • blue value is 228.
RGB:
(217,141,228)
(85%,55%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 141 of 255 = 55%
B 228 of 255 = 89%

217
141
228

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

Portions of RGB colors in percentages

R + G + B =
217 + 141 + 228 = 586 (100%)
R 217 of 586 ~ 37.03%
G 141 of 586 ~ 24.06%
B 228 of 586 ~ 38.91%

%37.03
%24.06
%38.91

CMYK color model

#D98DE4 color CMYK value is (5,38,0,11).

  • cyan value is 4.82%
  • magenta value is 38.16%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,38,0,11)
C5M38Y0K11 
(5%,38%,0%,11%)
(0.05/0.38/0.00/0.11)	

CMYK percentages

%4.82
%38.16
%0
%10.59

Codes

Color #D98DE4 in popluar color models

D98DE4
RGB217141228
HSL292°61.70%72.35%
HSB/HSV292°38.16%89.41%
CMYK4.82%38.16%0.00%
10.59%

Color #D98DE4 in popluar number systems.

HEXD98DE4
Decimal217141228
Binary110110011000110111100100
Octal331215344

Shades and tints

Shades of #D98DE4

#D98DE4
(217,141,228)
#C681D0
(198,129,208)
#B375BC
(179,117,188)
#A069A8
(160,105,168)
#8D5D94
(141,93,148)
#7A5180
(122,81,128)
#67456C
(103,69,108)
#543958
(84,57,88)
#412D44
(65,45,68)
#2E2130
(46,33,48)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #D98DE4

#D98DE4
(217,141,228)
#DC97E6
(220,151,230)
#DFA1E8
(223,161,232)
#E2ABEA
(226,171,234)
#E5B5EC
(229,181,236)
#E8BFEE
(232,191,238)
#EBC9F0
(235,201,240)
#EED3F2
(238,211,242)
#F1DDF4
(241,221,244)
#F4E7F6
(244,231,246)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98DE4 color. Also use rgb(217,141,228) instead hex code.

Text Font Color

.myTextColor { color: #D98DE4; }

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

This text font color is #D98DE4.


Background Color

.myBgColor { background-color: #D98DE4; }

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

This div background color is #D98DE4.


Border color

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

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

This div border color is #D98DE4.


Opacity

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

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

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

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

This text has shadow with #D98DE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98DE4 on black background.


Color preview on white background

This text has color #D98DE4 on white background.



Black color preview on #D98DE4 background

This text has black color on #D98DE4 background.


White color preview on #D98DE4 background

This text has white color on #D98DE4 background.