COLOR #D873C3

HEX: #D873C3
RGB: (216,115,195)

Color info

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

RGB color model

#D873C3 color RGB value is (216,115,195).

  • red value is 216;
  • green value is 115;
  • blue value is 195.
RGB:
(216,115,195)
(85%,45%,76%)

RGB channels and saturation

R 216 of 255 = 85%
G 115 of 255 = 45%
B 195 of 255 = 76%

216
115
195

R + G + B ~ 69%. #D873C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 115 + 195 = 526 (100%)
R 216 of 526 ~ 41.06%
G 115 of 526 ~ 21.86%
B 195 of 526 ~ 37.07%

%41.06
%21.86
%37.07

CMYK color model

#D873C3 color CMYK value is (0,47,10,15).

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 9.72%
  • key color value is 15.29%
CMYK:
(0,47,10,15)
C0M47Y10K15 
(0%,47%,10%,15%)
(0.00/0.47/0.10/0.15)	

CMYK percentages

%0
%46.76
%9.72
%15.29

Codes

Color #D873C3 in popluar color models

D873C3
RGB216115195
HSL312°56.42%64.90%
HSB/HSV312°46.76%84.71%
CMYK0.00%46.76%9.72%
15.29%

Color #D873C3 in popluar number systems.

HEXD873C3
Decimal216115195
Binary11011000111001111000011
Octal330163303

Shades and tints

Shades of #D873C3

#D873C3
(216,115,195)
#C569B2
(197,105,178)
#B25FA1
(178,95,161)
#9F5590
(159,85,144)
#8C4B7F
(140,75,127)
#79416E
(121,65,110)
#66375D
(102,55,93)
#532D4C
(83,45,76)
#40233B
(64,35,59)
#2D192A
(45,25,42)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #D873C3

#D873C3
(216,115,195)
#DB7FC8
(219,127,200)
#DE8BCD
(222,139,205)
#E197D2
(225,151,210)
#E4A3D7
(228,163,215)
#E7AFDC
(231,175,220)
#EABBE1
(234,187,225)
#EDC7E6
(237,199,230)
#F0D3EB
(240,211,235)
#F3DFF0
(243,223,240)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D873C3 color. Also use rgb(216,115,195) instead hex code.

Text Font Color

.myTextColor { color: #D873C3; }

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

This text font color is #D873C3.


Background Color

.myBgColor { background-color: #D873C3; }

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

This div background color is #D873C3.


Border color

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

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

This div border color is #D873C3.


Opacity

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

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

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

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

This text has shadow with #D873C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D873C3 on black background.


Color preview on white background

This text has color #D873C3 on white background.



Black color preview on #D873C3 background

This text has black color on #D873C3 background.


White color preview on #D873C3 background

This text has white color on #D873C3 background.