COLOR #D672B7

HEX: #D672B7
RGB: (214,114,183)

Color info

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

RGB color model

#D672B7 color RGB value is (214,114,183).

  • red value is 214;
  • green value is 114;
  • blue value is 183.
RGB:
(214,114,183)
(84%,45%,72%)

RGB channels and saturation

R 214 of 255 = 84%
G 114 of 255 = 45%
B 183 of 255 = 72%

214
114
183

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

Portions of RGB colors in percentages

R + G + B =
214 + 114 + 183 = 511 (100%)
R 214 of 511 ~ 41.88%
G 114 of 511 ~ 22.31%
B 183 of 511 ~ 35.81%

%41.88
%22.31
%35.81

CMYK color model

#D672B7 color CMYK value is (0,47,14,16).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(0,47,14,16)
C0M47Y14K16 
(0%,47%,14%,16%)
(0.00/0.47/0.14/0.16)	

CMYK percentages

%0
%46.73
%14.49
%16.08

Codes

Color #D672B7 in popluar color models

D672B7
RGB214114183
HSL319°54.95%64.31%
HSB/HSV319°46.73%83.92%
CMYK0.00%46.73%14.49%
16.08%

Color #D672B7 in popluar number systems.

HEXD672B7
Decimal214114183
Binary11010110111001010110111
Octal326162267

Shades and tints

Shades of #D672B7

#D672B7
(214,114,183)
#C368A7
(195,104,167)
#B05E97
(176,94,151)
#9D5487
(157,84,135)
#8A4A77
(138,74,119)
#774067
(119,64,103)
#643657
(100,54,87)
#512C47
(81,44,71)
#3E2237
(62,34,55)
#2B1827
(43,24,39)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #D672B7

#D672B7
(214,114,183)
#D97EBD
(217,126,189)
#DC8AC3
(220,138,195)
#DF96C9
(223,150,201)
#E2A2CF
(226,162,207)
#E5AED5
(229,174,213)
#E8BADB
(232,186,219)
#EBC6E1
(235,198,225)
#EED2E7
(238,210,231)
#F1DEED
(241,222,237)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D672B7 color. Also use rgb(214,114,183) instead hex code.

Text Font Color

.myTextColor { color: #D672B7; }

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

This text font color is #D672B7.


Background Color

.myBgColor { background-color: #D672B7; }

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

This div background color is #D672B7.


Border color

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

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

This div border color is #D672B7.


Opacity

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

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

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

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

This text has shadow with #D672B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D672B7 on black background.


Color preview on white background

This text has color #D672B7 on white background.



Black color preview on #D672B7 background

This text has black color on #D672B7 background.


White color preview on #D672B7 background

This text has white color on #D672B7 background.