COLOR #D672B0

HEX: #D672B0
RGB: (214,114,176)

Color info

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

RGB color model

#D672B0 color RGB value is (214,114,176).

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

RGB channels and saturation

R 214 of 255 = 84%
G 114 of 255 = 45%
B 176 of 255 = 69%

214
114
176

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

Portions of RGB colors in percentages

R + G + B =
214 + 114 + 176 = 504 (100%)
R 214 of 504 ~ 42.46%
G 114 of 504 ~ 22.62%
B 176 of 504 ~ 34.92%

%42.46
%22.62
%34.92

CMYK color model

#D672B0 color CMYK value is (0,47,18,16).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK:
(0,47,18,16)
C0M47Y18K16 
(0%,47%,18%,16%)
(0.00/0.47/0.18/0.16)	

CMYK percentages

%0
%46.73
%17.76
%16.08

Codes

Color #D672B0 in popluar color models

D672B0
RGB214114176
HSL323°54.95%64.31%
HSB/HSV323°46.73%83.92%
CMYK0.00%46.73%17.76%
16.08%

Color #D672B0 in popluar number systems.

HEXD672B0
Decimal214114176
Binary11010110111001010110000
Octal326162260

Shades and tints

Shades of #D672B0

#D672B0
(214,114,176)
#C368A0
(195,104,160)
#B05E90
(176,94,144)
#9D5480
(157,84,128)
#8A4A70
(138,74,112)
#774060
(119,64,96)
#643650
(100,54,80)
#512C40
(81,44,64)
#3E2230
(62,34,48)
#2B1820
(43,24,32)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #D672B0

#D672B0
(214,114,176)
#D97EB7
(217,126,183)
#DC8ABE
(220,138,190)
#DF96C5
(223,150,197)
#E2A2CC
(226,162,204)
#E5AED3
(229,174,211)
#E8BADA
(232,186,218)
#EBC6E1
(235,198,225)
#EED2E8
(238,210,232)
#F1DEEF
(241,222,239)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D672B0; }

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

This text font color is #D672B0.


Background Color

.myBgColor { background-color: #D672B0; }

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

This div background color is #D672B0.


Border color

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

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

This div border color is #D672B0.


Opacity

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

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

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

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

This text has shadow with #D672B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D672B0 on black background.


Color preview on white background

This text has color #D672B0 on white background.



Black color preview on #D672B0 background

This text has black color on #D672B0 background.


White color preview on #D672B0 background

This text has white color on #D672B0 background.