COLOR #D06ED5

HEX: #D06ED5
RGB: (208,110,213)

Color info

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

RGB color model

#D06ED5 color RGB value is (208,110,213).

  • red value is 208;
  • green value is 110;
  • blue value is 213.
RGB:
(208,110,213)
(82%,43%,84%)

RGB channels and saturation

R 208 of 255 = 82%
G 110 of 255 = 43%
B 213 of 255 = 84%

208
110
213

R + G + B ~ 70%. #D06ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 110 + 213 = 531 (100%)
R 208 of 531 ~ 39.17%
G 110 of 531 ~ 20.72%
B 213 of 531 ~ 40.11%

%39.17
%20.72
%40.11

CMYK color model

#D06ED5 color CMYK value is (2,48,0,16).

  • cyan value is 2.35%
  • magenta value is 48.36%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,48,0,16)
C2M48Y0K16 
(2%,48%,0%,16%)
(0.02/0.48/0.00/0.16)	

CMYK percentages

%2.35
%48.36
%0
%16.47

Codes

Color #D06ED5 in popluar color models

D06ED5
RGB208110213
HSL297°55.08%63.33%
HSB/HSV297°48.36%83.53%
CMYK2.35%48.36%0.00%
16.47%

Color #D06ED5 in popluar number systems.

HEXD06ED5
Decimal208110213
Binary11010000110111011010101
Octal320156325

Shades and tints

Shades of #D06ED5

#D06ED5
(208,110,213)
#BE64C2
(190,100,194)
#AC5AAF
(172,90,175)
#9A509C
(154,80,156)
#884689
(136,70,137)
#763C76
(118,60,118)
#643263
(100,50,99)
#522850
(82,40,80)
#401E3D
(64,30,61)
#2E142A
(46,20,42)
#1C0A17
(28,10,23)
#000000
(0,0,0)

Tints of #D06ED5

#D06ED5
(208,110,213)
#D47BD8
(212,123,216)
#D888DB
(216,136,219)
#DC95DE
(220,149,222)
#E0A2E1
(224,162,225)
#E4AFE4
(228,175,228)
#E8BCE7
(232,188,231)
#ECC9EA
(236,201,234)
#F0D6ED
(240,214,237)
#F4E3F0
(244,227,240)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06ED5 color. Also use rgb(208,110,213) instead hex code.

Text Font Color

.myTextColor { color: #D06ED5; }

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

This text font color is #D06ED5.


Background Color

.myBgColor { background-color: #D06ED5; }

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

This div background color is #D06ED5.


Border color

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

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

This div border color is #D06ED5.


Opacity

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

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

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

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

This text has shadow with #D06ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06ED5 on black background.


Color preview on white background

This text has color #D06ED5 on white background.



Black color preview on #D06ED5 background

This text has black color on #D06ED5 background.


White color preview on #D06ED5 background

This text has white color on #D06ED5 background.