COLOR #D18FF8

HEX: #D18FF8
RGB: (209,143,248)

Color info

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

RGB color model

#D18FF8 color RGB value is (209,143,248).

  • red value is 209;
  • green value is 143;
  • blue value is 248.
RGB:
(209,143,248)
(82%,56%,97%)

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 248 of 255 = 97%

209
143
248

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 248 = 600 (100%)
R 209 of 600 ~ 34.83%
G 143 of 600 ~ 23.83%
B 248 of 600 ~ 41.33%

%34.83
%23.83
%41.33

CMYK color model

#D18FF8 color CMYK value is (16,42,0,3).

  • cyan value is 15.73%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,42,0,3)
C16M42Y0K3 
(16%,42%,0%,3%)
(0.16/0.42/0.00/0.03)	

CMYK percentages

%15.73
%42.34
%0
%2.75

Codes

Color #D18FF8 in popluar color models

D18FF8
RGB209143248
HSL278°88.24%76.67%
HSB/HSV278°42.34%97.25%
CMYK15.73%42.34%0.00%
2.75%

Color #D18FF8 in popluar number systems.

HEXD18FF8
Decimal209143248
Binary110100011000111111111000
Octal321217370

Shades and tints

Shades of #D18FF8

#D18FF8
(209,143,248)
#BE82E2
(190,130,226)
#AB75CC
(171,117,204)
#9868B6
(152,104,182)
#855BA0
(133,91,160)
#724E8A
(114,78,138)
#5F4174
(95,65,116)
#4C345E
(76,52,94)
#392748
(57,39,72)
#261A32
(38,26,50)
#130D1C
(19,13,28)
#000000
(0,0,0)

Tints of #D18FF8

#D18FF8
(209,143,248)
#D599F8
(213,153,248)
#D9A3F8
(217,163,248)
#DDADF8
(221,173,248)
#E1B7F8
(225,183,248)
#E5C1F8
(229,193,248)
#E9CBF8
(233,203,248)
#EDD5F8
(237,213,248)
#F1DFF8
(241,223,248)
#F5E9F8
(245,233,248)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18FF8 color. Also use rgb(209,143,248) instead hex code.

Text Font Color

.myTextColor { color: #D18FF8; }

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

This text font color is #D18FF8.


Background Color

.myBgColor { background-color: #D18FF8; }

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

This div background color is #D18FF8.


Border color

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

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

This div border color is #D18FF8.


Opacity

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

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

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

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

This text has shadow with #D18FF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18FF8 on black background.


Color preview on white background

This text has color #D18FF8 on white background.



Black color preview on #D18FF8 background

This text has black color on #D18FF8 background.


White color preview on #D18FF8 background

This text has white color on #D18FF8 background.