COLOR #D163B5

HEX: #D163B5
RGB: (209,99,181)

Color info

#D163B5 contains mainly red and blue colors. Web safe color of #D163B5 is #CC66CC (or #C6C).

RGB color model

#D163B5 color RGB value is (209,99,181).

  • red value is 209;
  • green value is 99;
  • blue value is 181.
RGB:
(209,99,181)
(82%,39%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 99 of 255 = 39%
B 181 of 255 = 71%

209
99
181

R + G + B ~ 64%. #D163B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 99 + 181 = 489 (100%)
R 209 of 489 ~ 42.74%
G 99 of 489 ~ 20.25%
B 181 of 489 ~ 37.01%

%42.74
%20.25
%37.01

CMYK color model

#D163B5 color CMYK value is (0,53,13,18).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,53,13,18)
C0M53Y13K18 
(0%,53%,13%,18%)
(0.00/0.53/0.13/0.18)	

CMYK percentages

%0
%52.63
%13.4
%18.04

Codes

Color #D163B5 in popluar color models

D163B5
RGB20999181
HSL315°54.46%60.39%
HSB/HSV315°52.63%81.96%
CMYK0.00%52.63%13.40%
18.04%

Color #D163B5 in popluar number systems.

HEXD163B5
Decimal20999181
Binary11010001110001110110101
Octal321143265

Shades and tints

Shades of #D163B5

#D163B5
(209,99,181)
#BE5AA5
(190,90,165)
#AB5195
(171,81,149)
#984885
(152,72,133)
#853F75
(133,63,117)
#723665
(114,54,101)
#5F2D55
(95,45,85)
#4C2445
(76,36,69)
#391B35
(57,27,53)
#261225
(38,18,37)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #D163B5

#D163B5
(209,99,181)
#D571BB
(213,113,187)
#D97FC1
(217,127,193)
#DD8DC7
(221,141,199)
#E19BCD
(225,155,205)
#E5A9D3
(229,169,211)
#E9B7D9
(233,183,217)
#EDC5DF
(237,197,223)
#F1D3E5
(241,211,229)
#F5E1EB
(245,225,235)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D163B5 color. Also use rgb(209,99,181) instead hex code.

Text Font Color

.myTextColor { color: #D163B5; }

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

This text font color is #D163B5.


Background Color

.myBgColor { background-color: #D163B5; }

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

This div background color is #D163B5.


Border color

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

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

This div border color is #D163B5.


Opacity

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

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

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

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

This text has shadow with #D163B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D163B5 on black background.


Color preview on white background

This text has color #D163B5 on white background.



Black color preview on #D163B5 background

This text has black color on #D163B5 background.


White color preview on #D163B5 background

This text has white color on #D163B5 background.