COLOR #D08BD4

HEX: #D08BD4 RGB: (208,139,212)

Color info

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

RGB color model

#D08BD4 color RGB value is (208,139,212).

RGB: (208,139,212) (82%, 55%, 83%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 212 of 255 = 83%

208
139
212

R + G + B ~ 73%. #D08BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 139 + 212 = 559 (100%)
R 208 of 559 ~ 37.21%
G 139 of 559 ~ 24.87%
B 212 of 559 ~ 37.92'%

%37.21
%24.87
%37.92

CMYK color model

#D08BD4 color CMYK value is (2,34,0,17).

  • cyan value is 1.89%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (2,34,0,17) C2M34Y0K17 (2%,34%,0%,17%) (0.02/0.34/0.00/0.17) 

CMYK percentages

%1.89
%34.43
%0
%16.86

Codes

Color #D08BD4 in popluar color models

D0 8B D4
RGB 208 139 212
HSL 297° 45.91% 68.82%
HSB/HSV 297° 34.43% 83.14%
CMYK 1.89% 34.43% 0.00%
16.86%

Color #D08BD4 in popluar number systems.

HEX D0 8B D4
Decimal 208 139 212
Binary 11010000 10001011 11010100
Octal 320 213 324

Shades and tints

Shades of #D08BD4

#D08BD4
(208,139,212)
#BE7FC1
(190,127,193)
#AC73AE
(172,115,174)
#9A679B
(154,103,155)
#885B88
(136,91,136)
#764F75
(118,79,117)
#644362
(100,67,98)
#52374F
(82,55,79)
#402B3C
(64,43,60)
#2E1F29
(46,31,41)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #D08BD4

#D08BD4
(208,139,212)
#D495D7
(212,149,215)
#D89FDA
(216,159,218)
#DCA9DD
(220,169,221)
#E0B3E0
(224,179,224)
#E4BDE3
(228,189,227)
#E8C7E6
(232,199,230)
#ECD1E9
(236,209,233)
#F0DBEC
(240,219,236)
#F4E5EF
(244,229,239)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08BD4 color. Also use rgb(208,139,212) instead hex code.

Text Font Color

.myTextColor { color: #D08BD4; }

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

This text font color is #D08BD4.

Background Color

.myBgColor { background-color: #D08BD4; }

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

This div background color is #D08BD4.

Border color

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

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

This div border color is #D08BD4.

Opacity

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

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

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

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

This text has shadow with #D08BD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08BD4.

Preview

Color preview on black background

This text has color #D08BD4 on black background.


Color preview on white background

This text has color #D08BD4 on white background.


Black color preview on #D08BD4 background

This text has black color on #D08BD4 background.


White color preview on #D08BD4 background

This text has white color on #D08BD4 background.


Related colors

Complementary color

Complementary color for #hex is #2F742B.


I love getcolorcode.com

Triadic colors

1 #D4D08B and #8BD4D0 with #D08BD4 are triadic colors.

2 #D48BD0 and #8BD0D4 with #D08BD4 are triadic colors.