COLOR #D047B3

HEX: #D047B3
RGB: (208,71,179)

Color info

#D047B3 contains mainly red and blue colors. Web safe color of #D047B3 is #CC3399 (or #C39).

RGB color model

#D047B3 color RGB value is (208,71,179).

  • red value is 208;
  • green value is 71;
  • blue value is 179.
RGB:
(208,71,179)
(82%,28%,70%)

RGB channels and saturation

R 208 of 255 = 82%
G 71 of 255 = 28%
B 179 of 255 = 70%

208
71
179

R + G + B ~ 60%. #D047B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 71 + 179 = 458 (100%)
R 208 of 458 ~ 45.41%
G 71 of 458 ~ 15.5%
B 179 of 458 ~ 39.08%

%45.41
%15.5
%39.08

CMYK color model

#D047B3 color CMYK value is (0,66,14,18).

  • cyan value is 0.00%
  • magenta value is 65.87%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(0,66,14,18)
C0M66Y14K18 
(0%,66%,14%,18%)
(0.00/0.66/0.14/0.18)	

CMYK percentages

%0
%65.87
%13.94
%18.43

Codes

Color #D047B3 in popluar color models

D047B3
RGB20871179
HSL313°59.31%54.71%
HSB/HSV313°65.87%81.57%
CMYK0.00%65.87%13.94%
18.43%

Color #D047B3 in popluar number systems.

HEXD047B3
Decimal20871179
Binary11010000100011110110011
Octal320107263

Shades and tints

Shades of #D047B3

#D047B3
(208,71,179)
#BE41A3
(190,65,163)
#AC3B93
(172,59,147)
#9A3583
(154,53,131)
#882F73
(136,47,115)
#762963
(118,41,99)
#642353
(100,35,83)
#521D43
(82,29,67)
#401733
(64,23,51)
#2E1123
(46,17,35)
#1C0B13
(28,11,19)
#000000
(0,0,0)

Tints of #D047B3

#D047B3
(208,71,179)
#D457B9
(212,87,185)
#D867BF
(216,103,191)
#DC77C5
(220,119,197)
#E087CB
(224,135,203)
#E497D1
(228,151,209)
#E8A7D7
(232,167,215)
#ECB7DD
(236,183,221)
#F0C7E3
(240,199,227)
#F4D7E9
(244,215,233)
#F8E7EF
(248,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D047B3 color. Also use rgb(208,71,179) instead hex code.

Text Font Color

.myTextColor { color: #D047B3; }

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

This text font color is #D047B3.


Background Color

.myBgColor { background-color: #D047B3; }

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

This div background color is #D047B3.


Border color

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

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

This div border color is #D047B3.


Opacity

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

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

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

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

This text has shadow with #D047B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D047B3 on black background.


Color preview on white background

This text has color #D047B3 on white background.



Black color preview on #D047B3 background

This text has black color on #D047B3 background.


White color preview on #D047B3 background

This text has white color on #D047B3 background.