COLOR #D363A4

HEX: #D363A4
RGB: (211,99,164)

Renk bilgisi

#D363A4 contains mainly red and blue colors. #D363A4 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#D363A4 color RGB value is (211,99,164).

  • kırmız ton 211;
  • yeşil ton 99;
  • mavi ton 164.
RGB:
(211,99,164)
(83%,39%,64%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 99 of 255 = 39%
B 164 of 255 = 64%

211
99
164

R + G + B ~ 62%. #D363A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 99 + 164 = 474 (100%)
R 211 of 474 ~ 44.51%
G 99 of 474 ~ 20.89%
B 164 of 474 ~ 34.6%

%44.51
%20.89
%34.6

CMYK RENK MODELİ

#D363A4 rengi CMYK tonu (0,53,22,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.08%
  • sarı tonu 22.27%
  • ana renk tonu 17.25%
CMYK:
(0,53,22,17)
C0M53Y22K17 
(0%,53%,22%,17%)
(0.00/0.53/0.22/0.17)	

CMYK yüzdeleri

%0
%53.08
%22.27
%17.25

Codes

Color #D363A4 in popluar color models

D363A4
RGB21199164
HSL325°56.00%60.78%
HSB/HSV325°53.08%82.75%
CMYK0.00%53.08%22.27%
17.25%

Color #D363A4 in popluar number systems.

HEXD363A4
Decimal21199164
Binary11010011110001110100100
Octal323143244

Shades and tints

Shades of #D363A4

#D363A4
(211,99,164)
#C05A96
(192,90,150)
#AD5188
(173,81,136)
#9A487A
(154,72,122)
#873F6C
(135,63,108)
#74365E
(116,54,94)
#612D50
(97,45,80)
#4E2442
(78,36,66)
#3B1B34
(59,27,52)
#281226
(40,18,38)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #D363A4

#D363A4
(211,99,164)
#D771AC
(215,113,172)
#DB7FB4
(219,127,180)
#DF8DBC
(223,141,188)
#E39BC4
(227,155,196)
#E7A9CC
(231,169,204)
#EBB7D4
(235,183,212)
#EFC5DC
(239,197,220)
#F3D3E4
(243,211,228)
#F7E1EC
(247,225,236)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D363A4 color. Also use rgb(211,99,164) instead hex code.

Text Font Color

.myTextColor { color: #D363A4; }

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

This text font color is #D363A4.


Background Color

.myBgColor { background-color: #D363A4; }

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

This div background color is #D363A4.


Border color

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

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

This div border color is #D363A4.


Opacity

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

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

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

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

This text has shadow with #D363A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D363A4 on black background.


Color preview on white background

This text has color #D363A4 on white background.



Black color preview on #D363A4 background

This text has black color on #D363A4 background.


White color preview on #D363A4 background

This text has white color on #D363A4 background.