COLOR #D494D6

HEX: #D494D6
RGB: (212,148,214)

Renk bilgisi

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

RGB renk modeli

#D494D6 color RGB value is (212,148,214).

  • kırmız ton 212;
  • yeşil ton 148;
  • mavi ton 214.
RGB:
(212,148,214)
(83%,58%,84%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 148 of 255 = 58%
B 214 of 255 = 84%

212
148
214

R + G + B ~ 75%. #D494D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 148 + 214 = 574 (100%)
R 212 of 574 ~ 36.93%
G 148 of 574 ~ 25.78%
B 214 of 574 ~ 37.28%

%36.93
%25.78
%37.28

CMYK RENK MODELİ

#D494D6 rengi CMYK tonu (1,31,0,16).

  • camgöbeği tonu 0.93%
  • eflatun tonu 30.84%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(1,31,0,16)
C1M31Y0K16 
(1%,31%,0%,16%)
(0.01/0.31/0.00/0.16)	

CMYK yüzdeleri

%0.93
%30.84
%0
%16.08

Codes

Color #D494D6 in popluar color models

D494D6
RGB212148214
HSL298°44.59%70.98%
HSB/HSV298°30.84%83.92%
CMYK0.93%30.84%0.00%
16.08%

Color #D494D6 in popluar number systems.

HEXD494D6
Decimal212148214
Binary110101001001010011010110
Octal324224326

Shades and tints

Shades of #D494D6

#D494D6
(212,148,214)
#C187C3
(193,135,195)
#AE7AB0
(174,122,176)
#9B6D9D
(155,109,157)
#88608A
(136,96,138)
#755377
(117,83,119)
#624664
(98,70,100)
#4F3951
(79,57,81)
#3C2C3E
(60,44,62)
#291F2B
(41,31,43)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #D494D6

#D494D6
(212,148,214)
#D79DD9
(215,157,217)
#DAA6DC
(218,166,220)
#DDAFDF
(221,175,223)
#E0B8E2
(224,184,226)
#E3C1E5
(227,193,229)
#E6CAE8
(230,202,232)
#E9D3EB
(233,211,235)
#ECDCEE
(236,220,238)
#EFE5F1
(239,229,241)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D494D6 color. Also use rgb(212,148,214) instead hex code.

Text Font Color

.myTextColor { color: #D494D6; }

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

This text font color is #D494D6.


Background Color

.myBgColor { background-color: #D494D6; }

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

This div background color is #D494D6.


Border color

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

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

This div border color is #D494D6.


Opacity

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

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

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

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

This text has shadow with #D494D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D494D6 on black background.


Color preview on white background

This text has color #D494D6 on white background.



Black color preview on #D494D6 background

This text has black color on #D494D6 background.


White color preview on #D494D6 background

This text has white color on #D494D6 background.