COLOR #D993D6

HEX: #D993D6
RGB: (217,147,214)

Renk bilgisi

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

RGB renk modeli

#D993D6 color RGB value is (217,147,214).

  • kırmız ton 217;
  • yeşil ton 147;
  • mavi ton 214.
RGB:
(217,147,214)
(85%,58%,84%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 147 of 255 = 58%
B 214 of 255 = 84%

217
147
214

R + G + B ~ 76%. #D993D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 147 + 214 = 578 (100%)
R 217 of 578 ~ 37.54%
G 147 of 578 ~ 25.43%
B 214 of 578 ~ 37.02%

%37.54
%25.43
%37.02

CMYK RENK MODELİ

#D993D6 rengi CMYK tonu (0,32,1,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.26%
  • sarı tonu 1.38%
  • ana renk tonu 14.90%
CMYK:
(0,32,1,15)
C0M32Y1K15 
(0%,32%,1%,15%)
(0.00/0.32/0.01/0.15)	

CMYK yüzdeleri

%0
%32.26
%1.38
%14.9

Codes

Color #D993D6 in popluar color models

D993D6
RGB217147214
HSL303°47.95%71.37%
HSB/HSV303°32.26%85.10%
CMYK0.00%32.26%1.38%
14.90%

Color #D993D6 in popluar number systems.

HEXD993D6
Decimal217147214
Binary110110011001001111010110
Octal331223326

Shades and tints

Shades of #D993D6

#D993D6
(217,147,214)
#C686C3
(198,134,195)
#B379B0
(179,121,176)
#A06C9D
(160,108,157)
#8D5F8A
(141,95,138)
#7A5277
(122,82,119)
#674564
(103,69,100)
#543851
(84,56,81)
#412B3E
(65,43,62)
#2E1E2B
(46,30,43)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #D993D6

#D993D6
(217,147,214)
#DC9CD9
(220,156,217)
#DFA5DC
(223,165,220)
#E2AEDF
(226,174,223)
#E5B7E2
(229,183,226)
#E8C0E5
(232,192,229)
#EBC9E8
(235,201,232)
#EED2EB
(238,210,235)
#F1DBEE
(241,219,238)
#F4E4F1
(244,228,241)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D993D6 color. Also use rgb(217,147,214) instead hex code.

Text Font Color

.myTextColor { color: #D993D6; }

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

This text font color is #D993D6.


Background Color

.myBgColor { background-color: #D993D6; }

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

This div background color is #D993D6.


Border color

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

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

This div border color is #D993D6.


Opacity

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

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

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

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

This text has shadow with #D993D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D993D6 on black background.


Color preview on white background

This text has color #D993D6 on white background.



Black color preview on #D993D6 background

This text has black color on #D993D6 background.


White color preview on #D993D6 background

This text has white color on #D993D6 background.