COLOR #D46DBF

HEX: #D46DBF RGB: (212,109,191)

Color info

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

RGB color model

#D46DBF color RGB value is (212,109,191).

RGB: (212,109,191) (83%, 43%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 109 of 255 = 43%
B 191 of 255 = 75%

212
109
191

R + G + B ~ 67%. #D46DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 109 + 191 = 512 (100%)
R 212 of 512 ~ 41.41%
G 109 of 512 ~ 21.29%
B 191 of 512 ~ 37.3'%

%41.41
%21.29
%37.3

CMYK color model

#D46DBF color CMYK value is (0,49,10,17).

  • cyan value is 0.00%
  • magenta value is 48.58%
  • yellow value is 9.91%
  • key color value is 16.86%

CMYK: (0,49,10,17)
C0M49Y10K17 (0%, 49%, 10%, 17%)
(0.00 / 0.49 / 0.10 / 0.17)

CMYK percentages

%0
%48.58
%9.91
%16.86

Codes

Color #D46DBF in popluar color models

D4 6D BF
RGB 212 109 191
HSL 312° 54.50% 62.94%
HSB/HSV 312° 48.58% 83.14%
CMYK 0.00% 48.58% 9.91%
16.86%

Color #D46DBF in popluar number systems.

HEX D4 6D BF
Decimal 212 109 191
Binary 11010100 1101101 10111111
Octal 324 155 277

Shades and tints

Shades of #D46DBF

#D46DBF
(212,109,191)
#C164AE
(193,100,174)
#AE5B9D
(174,91,157)
#9B528C
(155,82,140)
#88497B
(136,73,123)
#75406A
(117,64,106)
#623759
(98,55,89)
#4F2E48
(79,46,72)
#3C2537
(60,37,55)
#291C26
(41,28,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D46DBF

#D46DBF
(212,109,191)
#D77AC4
(215,122,196)
#DA87C9
(218,135,201)
#DD94CE
(221,148,206)
#E0A1D3
(224,161,211)
#E3AED8
(227,174,216)
#E6BBDD
(230,187,221)
#E9C8E2
(233,200,226)
#ECD5E7
(236,213,231)
#EFE2EC
(239,226,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46DBF color. Also use rgb(212,109,191) instead hex code.

Text Font Color

.myTextColor { color: #D46DBF; }

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

This text font color is #D46DBF.

Background Color

.myBgColor { background-color: #D46DBF; }

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

This div background color is #D46DBF.

Border color

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

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

This div border color is #D46DBF.

Opacity

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

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

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

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

This text has shadow with #D46DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D46DBF.

Preview

Color preview on black background

This text has color #D46DBF on black background.


Color preview on white background

This text has color #D46DBF on white background.


Black color preview on #D46DBF background

This text has black color on #D46DBF background.


White color preview on #D46DBF background

This text has white color on #D46DBF background.


Related colors

Complementary color

Complementary color for #hex is #2B9240.


I love getcolorcode.com

Triadic colors

1 #BFD46D and #6DBFD4 with #D46DBF are triadic colors.

2 #BF6DD4 and #6DD4BF with #D46DBF are triadic colors.