COLOR #D18DF9

HEX: #D18DF9 RGB: (209,141,249)

Color info

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

RGB color model

#D18DF9 color RGB value is (209,141,249).

RGB: (209,141,249) (82%, 55%, 98%)

RGB channels and saturation

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

209
141
249

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

Portions of RGB colors in percentages

R + G + B = 209 + 141 + 249 = 599 (100%)
R 209 of 599 ~ 34.89%
G 141 of 599 ~ 23.54%
B 249 of 599 ~ 41.57'%

%34.89
%23.54
%41.57

CMYK color model

#D18DF9 color CMYK value is (16,43,0,2).

  • cyan value is 16.06%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (16,43,0,2)
C16M43Y0K2 (16%, 43%, 0%, 2%)
(0.16 / 0.43 / 0.00 / 0.02)

CMYK percentages

%16.06
%43.37
%0
%2.35

Codes

Color #D18DF9 in popluar color models

D1 8D F9
RGB 209 141 249
HSL 278° 90.00% 76.47%
HSB/HSV 278° 43.37% 97.65%
CMYK 16.06% 43.37% 0.00%
2.35%

Color #D18DF9 in popluar number systems.

HEX D1 8D F9
Decimal 209 141 249
Binary 11010001 10001101 11111001
Octal 321 215 371

Shades and tints

Shades of #D18DF9

#D18DF9
(209,141,249)
#BE81E3
(190,129,227)
#AB75CD
(171,117,205)
#9869B7
(152,105,183)
#855DA1
(133,93,161)
#72518B
(114,81,139)
#5F4575
(95,69,117)
#4C395F
(76,57,95)
#392D49
(57,45,73)
#262133
(38,33,51)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #D18DF9

#D18DF9
(209,141,249)
#D597F9
(213,151,249)
#D9A1F9
(217,161,249)
#DDABF9
(221,171,249)
#E1B5F9
(225,181,249)
#E5BFF9
(229,191,249)
#E9C9F9
(233,201,249)
#EDD3F9
(237,211,249)
#F1DDF9
(241,221,249)
#F5E7F9
(245,231,249)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18DF9; }

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

This text font color is #D18DF9.

Background Color

.myBgColor { background-color: #D18DF9; }

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

This div background color is #D18DF9.

Border color

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

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

This div border color is #D18DF9.

Opacity

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

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

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

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

This text has shadow with #D18DF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18DF9.

Preview

Color preview on black background

This text has color #D18DF9 on black background.


Color preview on white background

This text has color #D18DF9 on white background.


Black color preview on #D18DF9 background

This text has black color on #D18DF9 background.


White color preview on #D18DF9 background

This text has white color on #D18DF9 background.


Related colors

Complementary color

Complementary color for #hex is #2E7206.


I love getcolorcode.com

Triadic colors

1 #F9D18D and #8DF9D1 with #D18DF9 are triadic colors.

2 #F98DD1 and #8DD1F9 with #D18DF9 are triadic colors.