COLOR #D98FDB

HEX: #D98FDB RGB: (217,143,219)

Color info

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

RGB color model

#D98FDB color RGB value is (217,143,219).

RGB: (217,143,219) (85%, 56%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 143 of 255 = 56%
B 219 of 255 = 86%

217
143
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 143 + 219 = 579 (100%)
R 217 of 579 ~ 37.48%
G 143 of 579 ~ 24.7%
B 219 of 579 ~ 37.82'%

%37.48
%24.7
%37.82

CMYK color model

#D98FDB color CMYK value is (1,35,0,14).

  • cyan value is 0.91%
  • magenta value is 34.70%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (1,35,0,14)
C1M35Y0K14 (1%, 35%, 0%, 14%)
(0.01 / 0.35 / 0.00 / 0.14)

CMYK percentages

%0.91
%34.7
%0
%14.12

Codes

Color #D98FDB in popluar color models

D9 8F DB
RGB 217 143 219
HSL 298° 51.35% 70.98%
HSB/HSV 298° 34.70% 85.88%
CMYK 0.91% 34.70% 0.00%
14.12%

Color #D98FDB in popluar number systems.

HEX D9 8F DB
Decimal 217 143 219
Binary 11011001 10001111 11011011
Octal 331 217 333

Shades and tints

Shades of #D98FDB

#D98FDB
(217,143,219)
#C682C8
(198,130,200)
#B375B5
(179,117,181)
#A068A2
(160,104,162)
#8D5B8F
(141,91,143)
#7A4E7C
(122,78,124)
#674169
(103,65,105)
#543456
(84,52,86)
#412743
(65,39,67)
#2E1A30
(46,26,48)
#1B0D1D
(27,13,29)
#000000
(0,0,0)

Tints of #D98FDB

#D98FDB
(217,143,219)
#DC99DE
(220,153,222)
#DFA3E1
(223,163,225)
#E2ADE4
(226,173,228)
#E5B7E7
(229,183,231)
#E8C1EA
(232,193,234)
#EBCBED
(235,203,237)
#EED5F0
(238,213,240)
#F1DFF3
(241,223,243)
#F4E9F6
(244,233,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98FDB; }

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

This text font color is #D98FDB.

Background Color

.myBgColor { background-color: #D98FDB; }

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

This div background color is #D98FDB.

Border color

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

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

This div border color is #D98FDB.

Opacity

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

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

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

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

This text has shadow with #D98FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98FDB.

Preview

Color preview on black background

This text has color #D98FDB on black background.


Color preview on white background

This text has color #D98FDB on white background.


Black color preview on #D98FDB background

This text has black color on #D98FDB background.


White color preview on #D98FDB background

This text has white color on #D98FDB background.


Related colors

Complementary color

Complementary color for #hex is #267024.


I love getcolorcode.com

Triadic colors

1 #DBD98F and #8FDBD9 with #D98FDB are triadic colors.

2 #DB8FD9 and #8FD9DB with #D98FDB are triadic colors.