COLOR #D646BD

HEX: #D646BD
RGB: (214,70,189)

Color info

#D646BD contains mainly red and blue colors. Web safe color of #D646BD is #CC33CC (or #C3C).

RGB color model

#D646BD color RGB value is (214,70,189).

  • red value is 214;
  • green value is 70;
  • blue value is 189.
RGB:
(214,70,189)
(84%,27%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 70 of 255 = 27%
B 189 of 255 = 74%

214
70
189

R + G + B ~ 62%. #D646BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 70 + 189 = 473 (100%)
R 214 of 473 ~ 45.24%
G 70 of 473 ~ 14.8%
B 189 of 473 ~ 39.96%

%45.24
%14.8
%39.96

CMYK color model

#D646BD color CMYK value is (0,67,12,16).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(0,67,12,16)
C0M67Y12K16 
(0%,67%,12%,16%)
(0.00/0.67/0.12/0.16)	

CMYK percentages

%0
%67.29
%11.68
%16.08

Codes

Color #D646BD in popluar color models

D646BD
RGB21470189
HSL310°63.72%55.69%
HSB/HSV310°67.29%83.92%
CMYK0.00%67.29%11.68%
16.08%

Color #D646BD in popluar number systems.

HEXD646BD
Decimal21470189
Binary11010110100011010111101
Octal326106275

Shades and tints

Shades of #D646BD

#D646BD
(214,70,189)
#C340AC
(195,64,172)
#B03A9B
(176,58,155)
#9D348A
(157,52,138)
#8A2E79
(138,46,121)
#772868
(119,40,104)
#642257
(100,34,87)
#511C46
(81,28,70)
#3E1635
(62,22,53)
#2B1024
(43,16,36)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #D646BD

#D646BD
(214,70,189)
#D956C3
(217,86,195)
#DC66C9
(220,102,201)
#DF76CF
(223,118,207)
#E286D5
(226,134,213)
#E596DB
(229,150,219)
#E8A6E1
(232,166,225)
#EBB6E7
(235,182,231)
#EEC6ED
(238,198,237)
#F1D6F3
(241,214,243)
#F4E6F9
(244,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D646BD color. Also use rgb(214,70,189) instead hex code.

Text Font Color

.myTextColor { color: #D646BD; }

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

This text font color is #D646BD.


Background Color

.myBgColor { background-color: #D646BD; }

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

This div background color is #D646BD.


Border color

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

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

This div border color is #D646BD.


Opacity

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

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

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

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

This text has shadow with #D646BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D646BD on black background.


Color preview on white background

This text has color #D646BD on white background.



Black color preview on #D646BD background

This text has black color on #D646BD background.


White color preview on #D646BD background

This text has white color on #D646BD background.