COLOR #D47EDD

HEX: #D47EDD
RGB: (212,126,221)

Renk bilgisi

#D47EDD contains mainly red and blue colors. #D47EDD ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#D47EDD color RGB value is (212,126,221).

  • kırmız ton 212;
  • yeşil ton 126;
  • mavi ton 221.
RGB:
(212,126,221)
(83%,49%,87%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 126 of 255 = 49%
B 221 of 255 = 87%

212
126
221

R + G + B ~ 73%. #D47EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 126 + 221 = 559 (100%)
R 212 of 559 ~ 37.92%
G 126 of 559 ~ 22.54%
B 221 of 559 ~ 39.53%

%37.92
%22.54
%39.53

CMYK RENK MODELİ

#D47EDD rengi CMYK tonu (4,43,0,13).

  • camgöbeği tonu 4.07%
  • eflatun tonu 42.99%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(4,43,0,13)
C4M43Y0K13 
(4%,43%,0%,13%)
(0.04/0.43/0.00/0.13)	

CMYK yüzdeleri

%4.07
%42.99
%0
%13.33

Codes

Color #D47EDD in popluar color models

D47EDD
RGB212126221
HSL294°58.28%68.04%
HSB/HSV294°42.99%86.67%
CMYK4.07%42.99%0.00%
13.33%

Color #D47EDD in popluar number systems.

HEXD47EDD
Decimal212126221
Binary11010100111111011011101
Octal324176335

Shades and tints

Shades of #D47EDD

#D47EDD
(212,126,221)
#C173C9
(193,115,201)
#AE68B5
(174,104,181)
#9B5DA1
(155,93,161)
#88528D
(136,82,141)
#754779
(117,71,121)
#623C65
(98,60,101)
#4F3151
(79,49,81)
#3C263D
(60,38,61)
#291B29
(41,27,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #D47EDD

#D47EDD
(212,126,221)
#D789E0
(215,137,224)
#DA94E3
(218,148,227)
#DD9FE6
(221,159,230)
#E0AAE9
(224,170,233)
#E3B5EC
(227,181,236)
#E6C0EF
(230,192,239)
#E9CBF2
(233,203,242)
#ECD6F5
(236,214,245)
#EFE1F8
(239,225,248)
#F2ECFB
(242,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47EDD color. Also use rgb(212,126,221) instead hex code.

Text Font Color

.myTextColor { color: #D47EDD; }

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

This text font color is #D47EDD.


Background Color

.myBgColor { background-color: #D47EDD; }

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

This div background color is #D47EDD.


Border color

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

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

This div border color is #D47EDD.


Opacity

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

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

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

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

This text has shadow with #D47EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47EDD on black background.


Color preview on white background

This text has color #D47EDD on white background.



Black color preview on #D47EDD background

This text has black color on #D47EDD background.


White color preview on #D47EDD background

This text has white color on #D47EDD background.