COLOR #D066B1

HEX: #D066B1
RGB: (208,102,177)

Color info

#D066B1 contains mainly red and blue colors. Web safe color of #D066B1 is #CC6699 (or #C69).

RGB color model

#D066B1 color RGB value is (208,102,177).

  • red value is 208;
  • green value is 102;
  • blue value is 177.
RGB:
(208,102,177)
(82%,40%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 102 of 255 = 40%
B 177 of 255 = 69%

208
102
177

R + G + B ~ 64%. #D066B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 102 + 177 = 487 (100%)
R 208 of 487 ~ 42.71%
G 102 of 487 ~ 20.94%
B 177 of 487 ~ 36.34%

%42.71
%20.94
%36.34

CMYK color model

#D066B1 color CMYK value is (0,51,15,18).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(0,51,15,18)
C0M51Y15K18 
(0%,51%,15%,18%)
(0.00/0.51/0.15/0.18)	

CMYK percentages

%0
%50.96
%14.9
%18.43

Codes

Color #D066B1 in popluar color models

D066B1
RGB208102177
HSL318°53.00%60.78%
HSB/HSV318°50.96%81.57%
CMYK0.00%50.96%14.90%
18.43%

Color #D066B1 in popluar number systems.

HEXD066B1
Decimal208102177
Binary11010000110011010110001
Octal320146261

Shades and tints

Shades of #D066B1

#D066B1
(208,102,177)
#BE5DA1
(190,93,161)
#AC5491
(172,84,145)
#9A4B81
(154,75,129)
#884271
(136,66,113)
#763961
(118,57,97)
#643051
(100,48,81)
#522741
(82,39,65)
#401E31
(64,30,49)
#2E1521
(46,21,33)
#1C0C11
(28,12,17)
#000000
(0,0,0)

Tints of #D066B1

#D066B1
(208,102,177)
#D473B8
(212,115,184)
#D880BF
(216,128,191)
#DC8DC6
(220,141,198)
#E09ACD
(224,154,205)
#E4A7D4
(228,167,212)
#E8B4DB
(232,180,219)
#ECC1E2
(236,193,226)
#F0CEE9
(240,206,233)
#F4DBF0
(244,219,240)
#F8E8F7
(248,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D066B1 color. Also use rgb(208,102,177) instead hex code.

Text Font Color

.myTextColor { color: #D066B1; }

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

This text font color is #D066B1.


Background Color

.myBgColor { background-color: #D066B1; }

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

This div background color is #D066B1.


Border color

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

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

This div border color is #D066B1.


Opacity

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

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

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

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

This text has shadow with #D066B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D066B1 on black background.


Color preview on white background

This text has color #D066B1 on white background.



Black color preview on #D066B1 background

This text has black color on #D066B1 background.


White color preview on #D066B1 background

This text has white color on #D066B1 background.