COLOR #D18ADF

HEX: #D18ADF RGB: (209,138,223)

Color info

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

RGB color model

#D18ADF color RGB value is (209,138,223).

RGB: (209,138,223) (82%, 54%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 138 of 255 = 54%
B 223 of 255 = 87%

209
138
223

R + G + B ~ 74%. #D18ADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 138 + 223 = 570 (100%)
R 209 of 570 ~ 36.67%
G 138 of 570 ~ 24.21%
B 223 of 570 ~ 39.12'%

%36.67
%24.21
%39.12

CMYK color model

#D18ADF color CMYK value is (6,38,0,13).

  • cyan value is 6.28%
  • magenta value is 38.12%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (6,38,0,13)
C6M38Y0K13 (6%, 38%, 0%, 13%)
(0.06 / 0.38 / 0.00 / 0.13)

CMYK percentages

%6.28
%38.12
%0
%12.55

Codes

Color #D18ADF in popluar color models

D1 8A DF
RGB 209 138 223
HSL 290° 57.05% 70.78%
HSB/HSV 290° 38.12% 87.45%
CMYK 6.28% 38.12% 0.00%
12.55%

Color #D18ADF in popluar number systems.

HEX D1 8A DF
Decimal 209 138 223
Binary 11010001 10001010 11011111
Octal 321 212 337

Shades and tints

Shades of #D18ADF

#D18ADF
(209,138,223)
#BE7ECB
(190,126,203)
#AB72B7
(171,114,183)
#9866A3
(152,102,163)
#855A8F
(133,90,143)
#724E7B
(114,78,123)
#5F4267
(95,66,103)
#4C3653
(76,54,83)
#392A3F
(57,42,63)
#261E2B
(38,30,43)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D18ADF

#D18ADF
(209,138,223)
#D594E1
(213,148,225)
#D99EE3
(217,158,227)
#DDA8E5
(221,168,229)
#E1B2E7
(225,178,231)
#E5BCE9
(229,188,233)
#E9C6EB
(233,198,235)
#EDD0ED
(237,208,237)
#F1DAEF
(241,218,239)
#F5E4F1
(245,228,241)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18ADF color. Also use rgb(209,138,223) instead hex code.

Text Font Color

.myTextColor { color: #D18ADF; }

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

This text font color is #D18ADF.

Background Color

.myBgColor { background-color: #D18ADF; }

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

This div background color is #D18ADF.

Border color

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

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

This div border color is #D18ADF.

Opacity

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

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

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

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

This text has shadow with #D18ADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18ADF.

Preview

Color preview on black background

This text has color #D18ADF on black background.


Color preview on white background

This text has color #D18ADF on white background.


Black color preview on #D18ADF background

This text has black color on #D18ADF background.


White color preview on #D18ADF background

This text has white color on #D18ADF background.


Related colors

Complementary color

Complementary color for #hex is #2E7520.


I love getcolorcode.com

Triadic colors

1 #DFD18A and #8ADFD1 with #D18ADF are triadic colors.

2 #DF8AD1 and #8AD1DF with #D18ADF are triadic colors.