COLOR #D081D2

HEX: #D081D2
RGB: (208,129,210)

Color info

#D081D2 contains mainly red and blue colors. Web safe color of #D081D2 is #CC99CC (or #C9C).

RGB color model

#D081D2 color RGB value is (208,129,210).

  • red value is 208;
  • green value is 129;
  • blue value is 210.
RGB:
(208,129,210)
(82%,51%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 129 of 255 = 51%
B 210 of 255 = 82%

208
129
210

R + G + B ~ 72%. #D081D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 129 + 210 = 547 (100%)
R 208 of 547 ~ 38.03%
G 129 of 547 ~ 23.58%
B 210 of 547 ~ 38.39%

%38.03
%23.58
%38.39

CMYK color model

#D081D2 color CMYK value is (1,39,0,18).

  • cyan value is 0.95%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(1,39,0,18)
C1M39Y0K18 
(1%,39%,0%,18%)
(0.01/0.39/0.00/0.18)	

CMYK percentages

%0.95
%38.57
%0
%17.65

Codes

Color #D081D2 in popluar color models

D081D2
RGB208129210
HSL299°47.37%66.47%
HSB/HSV299°38.57%82.35%
CMYK0.95%38.57%0.00%
17.65%

Color #D081D2 in popluar number systems.

HEXD081D2
Decimal208129210
Binary110100001000000111010010
Octal320201322

Shades and tints

Shades of #D081D2

#D081D2
(208,129,210)
#BE76BF
(190,118,191)
#AC6BAC
(172,107,172)
#9A6099
(154,96,153)
#885586
(136,85,134)
#764A73
(118,74,115)
#643F60
(100,63,96)
#52344D
(82,52,77)
#40293A
(64,41,58)
#2E1E27
(46,30,39)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #D081D2

#D081D2
(208,129,210)
#D48CD6
(212,140,214)
#D897DA
(216,151,218)
#DCA2DE
(220,162,222)
#E0ADE2
(224,173,226)
#E4B8E6
(228,184,230)
#E8C3EA
(232,195,234)
#ECCEEE
(236,206,238)
#F0D9F2
(240,217,242)
#F4E4F6
(244,228,246)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D081D2 color. Also use rgb(208,129,210) instead hex code.

Text Font Color

.myTextColor { color: #D081D2; }

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

This text font color is #D081D2.


Background Color

.myBgColor { background-color: #D081D2; }

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

This div background color is #D081D2.


Border color

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

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

This div border color is #D081D2.


Opacity

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

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

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

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

This text has shadow with #D081D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D081D2 on black background.


Color preview on white background

This text has color #D081D2 on white background.



Black color preview on #D081D2 background

This text has black color on #D081D2 background.


White color preview on #D081D2 background

This text has white color on #D081D2 background.