COLOR #D18ADD

HEX: #D18ADD
RGB: (209,138,221)

Renk bilgisi

#D18ADD contains mainly red and blue colors. #D18ADD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D18ADD color RGB value is (209,138,221).

  • kırmız ton 209;
  • yeşil ton 138;
  • mavi ton 221.
RGB:
(209,138,221)
(82%,54%,87%)

RGB bağlantıları ve doygunluk

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

209
138
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 138 + 221 = 568 (100%)
R 209 of 568 ~ 36.8%
G 138 of 568 ~ 24.3%
B 221 of 568 ~ 38.91%

%36.8
%24.3
%38.91

CMYK RENK MODELİ

#D18ADD rengi CMYK tonu (5,38,0,13).

  • camgöbeği tonu 5.43%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(5,38,0,13)
C5M38Y0K13 
(5%,38%,0%,13%)
(0.05/0.38/0.00/0.13)	

CMYK yüzdeleri

%5.43
%37.56
%0
%13.33

Codes

Color #D18ADD in popluar color models

D18ADD
RGB209138221
HSL291°54.97%70.39%
HSB/HSV291°37.56%86.67%
CMYK5.43%37.56%0.00%
13.33%

Color #D18ADD in popluar number systems.

HEXD18ADD
Decimal209138221
Binary110100011000101011011101
Octal321212335

Shades and tints

Shades of #D18ADD

#D18ADD
(209,138,221)
#BE7EC9
(190,126,201)
#AB72B5
(171,114,181)
#9866A1
(152,102,161)
#855A8D
(133,90,141)
#724E79
(114,78,121)
#5F4265
(95,66,101)
#4C3651
(76,54,81)
#392A3D
(57,42,61)
#261E29
(38,30,41)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D18ADD

#D18ADD
(209,138,221)
#D594E0
(213,148,224)
#D99EE3
(217,158,227)
#DDA8E6
(221,168,230)
#E1B2E9
(225,178,233)
#E5BCEC
(229,188,236)
#E9C6EF
(233,198,239)
#EDD0F2
(237,208,242)
#F1DAF5
(241,218,245)
#F5E4F8
(245,228,248)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18ADD; }

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

This text font color is #D18ADD.


Background Color

.myBgColor { background-color: #D18ADD; }

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

This div background color is #D18ADD.


Border color

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

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

This div border color is #D18ADD.


Opacity

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

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

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

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

This text has shadow with #D18ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18ADD on black background.


Color preview on white background

This text has color #D18ADD on white background.



Black color preview on #D18ADD background

This text has black color on #D18ADD background.


White color preview on #D18ADD background

This text has white color on #D18ADD background.