COLOR #D18DFB

HEX: #D18DFB
RGB: (209,141,251)

Color info

#D18DFB contains mainly red and blue colors. Web safe color of #D18DFB is #CC99FF (or #C9F).

RGB color model

#D18DFB color RGB value is (209,141,251).

  • red value is 209;
  • green value is 141;
  • blue value is 251.
RGB:
(209,141,251)
(82%,55%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 251 of 255 = 98%

209
141
251

R + G + B ~ 78%. #D18DFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 251 = 601 (100%)
R 209 of 601 ~ 34.78%
G 141 of 601 ~ 23.46%
B 251 of 601 ~ 41.76%

%34.78
%23.46
%41.76

CMYK color model

#D18DFB color CMYK value is (17,44,0,2).

  • cyan value is 16.73%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(17,44,0,2)
C17M44Y0K2 
(17%,44%,0%,2%)
(0.17/0.44/0.00/0.02)	

CMYK percentages

%16.73
%43.82
%0
%1.57

Codes

Color #D18DFB in popluar color models

D18DFB
RGB209141251
HSL277°93.22%76.86%
HSB/HSV277°43.82%98.43%
CMYK16.73%43.82%0.00%
1.57%

Color #D18DFB in popluar number systems.

HEXD18DFB
Decimal209141251
Binary110100011000110111111011
Octal321215373

Shades and tints

Shades of #D18DFB

#D18DFB
(209,141,251)
#BE81E5
(190,129,229)
#AB75CF
(171,117,207)
#9869B9
(152,105,185)
#855DA3
(133,93,163)
#72518D
(114,81,141)
#5F4577
(95,69,119)
#4C3961
(76,57,97)
#392D4B
(57,45,75)
#262135
(38,33,53)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #D18DFB

#D18DFB
(209,141,251)
#D597FB
(213,151,251)
#D9A1FB
(217,161,251)
#DDABFB
(221,171,251)
#E1B5FB
(225,181,251)
#E5BFFB
(229,191,251)
#E9C9FB
(233,201,251)
#EDD3FB
(237,211,251)
#F1DDFB
(241,221,251)
#F5E7FB
(245,231,251)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18DFB color. Also use rgb(209,141,251) instead hex code.

Text Font Color

.myTextColor { color: #D18DFB; }

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

This text font color is #D18DFB.


Background Color

.myBgColor { background-color: #D18DFB; }

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

This div background color is #D18DFB.


Border color

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

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

This div border color is #D18DFB.


Opacity

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

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

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

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

This text has shadow with #D18DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18DFB on black background.


Color preview on white background

This text has color #D18DFB on white background.



Black color preview on #D18DFB background

This text has black color on #D18DFB background.


White color preview on #D18DFB background

This text has white color on #D18DFB background.