COLOR #D66FB5

HEX: #D66FB5 RGB: (214,111,181)

Color info

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

RGB color model

#D66FB5 color RGB value is (214,111,181).

RGB: (214,111,181) (84%, 44%, 71%)

RGB channels and saturation

R 214 of 255 = 84%
G 111 of 255 = 44%
B 181 of 255 = 71%

214
111
181

R + G + B ~ 66%. #D66FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 111 + 181 = 506 (100%)
R 214 of 506 ~ 42.29%
G 111 of 506 ~ 21.94%
B 181 of 506 ~ 35.77'%

%42.29
%21.94
%35.77

CMYK color model

#D66FB5 color CMYK value is (0,48,15,16).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 15.42%
  • key color value is 16.08%

CMYK: (0,48,15,16)
C0M48Y15K16 (0%, 48%, 15%, 16%)
(0.00 / 0.48 / 0.15 / 0.16)

CMYK percentages

%0
%48.13
%15.42
%16.08

Codes

Color #D66FB5 in popluar color models

D6 6F B5
RGB 214 111 181
HSL 319° 55.68% 63.73%
HSB/HSV 319° 48.13% 83.92%
CMYK 0.00% 48.13% 15.42%
16.08%

Color #D66FB5 in popluar number systems.

HEX D6 6F B5
Decimal 214 111 181
Binary 11010110 1101111 10110101
Octal 326 157 265

Shades and tints

Shades of #D66FB5

#D66FB5
(214,111,181)
#C365A5
(195,101,165)
#B05B95
(176,91,149)
#9D5185
(157,81,133)
#8A4775
(138,71,117)
#773D65
(119,61,101)
#643355
(100,51,85)
#512945
(81,41,69)
#3E1F35
(62,31,53)
#2B1525
(43,21,37)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #D66FB5

#D66FB5
(214,111,181)
#D97CBB
(217,124,187)
#DC89C1
(220,137,193)
#DF96C7
(223,150,199)
#E2A3CD
(226,163,205)
#E5B0D3
(229,176,211)
#E8BDD9
(232,189,217)
#EBCADF
(235,202,223)
#EED7E5
(238,215,229)
#F1E4EB
(241,228,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66FB5 color. Also use rgb(214,111,181) instead hex code.

Text Font Color

.myTextColor { color: #D66FB5; }

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

This text font color is #D66FB5.

Background Color

.myBgColor { background-color: #D66FB5; }

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

This div background color is #D66FB5.

Border color

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

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

This div border color is #D66FB5.

Opacity

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

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

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

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

This text has shadow with #D66FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D66FB5.

Preview

Color preview on black background

This text has color #D66FB5 on black background.


Color preview on white background

This text has color #D66FB5 on white background.


Black color preview on #D66FB5 background

This text has black color on #D66FB5 background.


White color preview on #D66FB5 background

This text has white color on #D66FB5 background.


Related colors

Complementary color

Complementary color for #hex is #29904A.


I love getcolorcode.com

Triadic colors

1 #B5D66F and #6FB5D6 with #D66FB5 are triadic colors.

2 #B56FD6 and #6FD6B5 with #D66FB5 are triadic colors.