COLOR #D49CDD

HEX: #D49CDD
RGB: (212,156,221)

Renk bilgisi

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

RGB renk modeli

#D49CDD color RGB value is (212,156,221).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 156 of 255 = 61%
B 221 of 255 = 87%

212
156
221

R + G + B ~ 77%. #D49CDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 156 + 221 = 589 (100%)
R 212 of 589 ~ 35.99%
G 156 of 589 ~ 26.49%
B 221 of 589 ~ 37.52%

%35.99
%26.49
%37.52

CMYK RENK MODELİ

#D49CDD rengi CMYK tonu (4,29,0,13).

  • camgöbeği tonu 4.07%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(4,29,0,13)
C4M29Y0K13 
(4%,29%,0%,13%)
(0.04/0.29/0.00/0.13)	

CMYK yüzdeleri

%4.07
%29.41
%0
%13.33

Codes

Color #D49CDD in popluar color models

D49CDD
RGB212156221
HSL292°48.87%73.92%
HSB/HSV292°29.41%86.67%
CMYK4.07%29.41%0.00%
13.33%

Color #D49CDD in popluar number systems.

HEXD49CDD
Decimal212156221
Binary110101001001110011011101
Octal324234335

Shades and tints

Shades of #D49CDD

#D49CDD
(212,156,221)
#C18EC9
(193,142,201)
#AE80B5
(174,128,181)
#9B72A1
(155,114,161)
#88648D
(136,100,141)
#755679
(117,86,121)
#624865
(98,72,101)
#4F3A51
(79,58,81)
#3C2C3D
(60,44,61)
#291E29
(41,30,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #D49CDD

#D49CDD
(212,156,221)
#D7A5E0
(215,165,224)
#DAAEE3
(218,174,227)
#DDB7E6
(221,183,230)
#E0C0E9
(224,192,233)
#E3C9EC
(227,201,236)
#E6D2EF
(230,210,239)
#E9DBF2
(233,219,242)
#ECE4F5
(236,228,245)
#EFEDF8
(239,237,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49CDD; }

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

This text font color is #D49CDD.


Background Color

.myBgColor { background-color: #D49CDD; }

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

This div background color is #D49CDD.


Border color

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

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

This div border color is #D49CDD.


Opacity

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

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

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

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

This text has shadow with #D49CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49CDD on black background.


Color preview on white background

This text has color #D49CDD on white background.



Black color preview on #D49CDD background

This text has black color on #D49CDD background.


White color preview on #D49CDD background

This text has white color on #D49CDD background.