COLOR #D493D5

HEX: #D493D5
RGB: (212,147,213)

Renk bilgisi

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

RGB renk modeli

#D493D5 color RGB value is (212,147,213).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 147 of 255 = 58%
B 213 of 255 = 84%

212
147
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 147 + 213 = 572 (100%)
R 212 of 572 ~ 37.06%
G 147 of 572 ~ 25.7%
B 213 of 572 ~ 37.24%

%37.06
%25.7
%37.24

CMYK RENK MODELİ

#D493D5 rengi CMYK tonu (0,31,0,16).

  • camgöbeği tonu 0.47%
  • eflatun tonu 30.99%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(0,31,0,16)
C0M31Y0K16 
(0%,31%,0%,16%)
(0.00/0.31/0.00/0.16)	

CMYK yüzdeleri

%0.47
%30.99
%0
%16.47

Codes

Color #D493D5 in popluar color models

D493D5
RGB212147213
HSL299°44.00%70.59%
HSB/HSV299°30.99%83.53%
CMYK0.47%30.99%0.00%
16.47%

Color #D493D5 in popluar number systems.

HEXD493D5
Decimal212147213
Binary110101001001001111010101
Octal324223325

Shades and tints

Shades of #D493D5

#D493D5
(212,147,213)
#C186C2
(193,134,194)
#AE79AF
(174,121,175)
#9B6C9C
(155,108,156)
#885F89
(136,95,137)
#755276
(117,82,118)
#624563
(98,69,99)
#4F3850
(79,56,80)
#3C2B3D
(60,43,61)
#291E2A
(41,30,42)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #D493D5

#D493D5
(212,147,213)
#D79CD8
(215,156,216)
#DAA5DB
(218,165,219)
#DDAEDE
(221,174,222)
#E0B7E1
(224,183,225)
#E3C0E4
(227,192,228)
#E6C9E7
(230,201,231)
#E9D2EA
(233,210,234)
#ECDBED
(236,219,237)
#EFE4F0
(239,228,240)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D493D5 color. Also use rgb(212,147,213) instead hex code.

Text Font Color

.myTextColor { color: #D493D5; }

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

This text font color is #D493D5.


Background Color

.myBgColor { background-color: #D493D5; }

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

This div background color is #D493D5.


Border color

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

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

This div border color is #D493D5.


Opacity

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

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

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

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

This text has shadow with #D493D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D493D5 on black background.


Color preview on white background

This text has color #D493D5 on white background.



Black color preview on #D493D5 background

This text has black color on #D493D5 background.


White color preview on #D493D5 background

This text has white color on #D493D5 background.