COLOR #D147D6

HEX: #D147D6
RGB: (209,71,214)

Color info

#D147D6 contains mainly red and blue colors. Web safe color of #D147D6 is #CC33CC (or #C3C).

RGB color model

#D147D6 color RGB value is (209,71,214).

  • red value is 209;
  • green value is 71;
  • blue value is 214.
RGB:
(209,71,214)
(82%,28%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 71 of 255 = 28%
B 214 of 255 = 84%

209
71
214

R + G + B ~ 65%. #D147D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 71 + 214 = 494 (100%)
R 209 of 494 ~ 42.31%
G 71 of 494 ~ 14.37%
B 214 of 494 ~ 43.32%

%42.31
%14.37
%43.32

CMYK color model

#D147D6 color CMYK value is (2,67,0,16).

  • cyan value is 2.34%
  • magenta value is 66.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,67,0,16)
C2M67Y0K16 
(2%,67%,0%,16%)
(0.02/0.67/0.00/0.16)	

CMYK percentages

%2.34
%66.82
%0
%16.08

Codes

Color #D147D6 in popluar color models

D147D6
RGB20971214
HSL298°63.56%55.88%
HSB/HSV298°66.82%83.92%
CMYK2.34%66.82%0.00%
16.08%

Color #D147D6 in popluar number systems.

HEXD147D6
Decimal20971214
Binary11010001100011111010110
Octal321107326

Shades and tints

Shades of #D147D6

#D147D6
(209,71,214)
#BE41C3
(190,65,195)
#AB3BB0
(171,59,176)
#98359D
(152,53,157)
#852F8A
(133,47,138)
#722977
(114,41,119)
#5F2364
(95,35,100)
#4C1D51
(76,29,81)
#39173E
(57,23,62)
#26112B
(38,17,43)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #D147D6

#D147D6
(209,71,214)
#D557D9
(213,87,217)
#D967DC
(217,103,220)
#DD77DF
(221,119,223)
#E187E2
(225,135,226)
#E597E5
(229,151,229)
#E9A7E8
(233,167,232)
#EDB7EB
(237,183,235)
#F1C7EE
(241,199,238)
#F5D7F1
(245,215,241)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D147D6 color. Also use rgb(209,71,214) instead hex code.

Text Font Color

.myTextColor { color: #D147D6; }

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

This text font color is #D147D6.


Background Color

.myBgColor { background-color: #D147D6; }

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

This div background color is #D147D6.


Border color

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

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

This div border color is #D147D6.


Opacity

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

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

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

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

This text has shadow with #D147D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D147D6 on black background.


Color preview on white background

This text has color #D147D6 on white background.



Black color preview on #D147D6 background

This text has black color on #D147D6 background.


White color preview on #D147D6 background

This text has white color on #D147D6 background.