COLOR #D376D3

HEX: #D376D3
RGB: (211,118,211)

Color info

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

RGB color model

#D376D3 color RGB value is (211,118,211).

  • red value is 211;
  • green value is 118;
  • blue value is 211.
RGB:
(211,118,211)
(83%,46%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 118 of 255 = 46%
B 211 of 255 = 83%

211
118
211

R + G + B ~ 71%. #D376D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 118 + 211 = 540 (100%)
R 211 of 540 ~ 39.07%
G 118 of 540 ~ 21.85%
B 211 of 540 ~ 39.07%

%39.07
%21.85
%39.07

CMYK color model

#D376D3 color CMYK value is (0,44,0,17).

  • cyan value is 0.00%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(0,44,0,17)
C0M44Y0K17 
(0%,44%,0%,17%)
(0.00/0.44/0.00/0.17)	

CMYK percentages

%0
%44.08
%0
%17.25

Codes

Color #D376D3 in popluar color models

D376D3
RGB211118211
HSL300°51.38%64.51%
HSB/HSV300°44.08%82.75%
CMYK0.00%44.08%0.00%
17.25%

Color #D376D3 in popluar number systems.

HEXD376D3
Decimal211118211
Binary11010011111011011010011
Octal323166323

Shades and tints

Shades of #D376D3

#D376D3
(211,118,211)
#C06CC0
(192,108,192)
#AD62AD
(173,98,173)
#9A589A
(154,88,154)
#874E87
(135,78,135)
#744474
(116,68,116)
#613A61
(97,58,97)
#4E304E
(78,48,78)
#3B263B
(59,38,59)
#281C28
(40,28,40)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D376D3

#D376D3
(211,118,211)
#D782D7
(215,130,215)
#DB8EDB
(219,142,219)
#DF9ADF
(223,154,223)
#E3A6E3
(227,166,227)
#E7B2E7
(231,178,231)
#EBBEEB
(235,190,235)
#EFCAEF
(239,202,239)
#F3D6F3
(243,214,243)
#F7E2F7
(247,226,247)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D376D3 color. Also use rgb(211,118,211) instead hex code.

Text Font Color

.myTextColor { color: #D376D3; }

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

This text font color is #D376D3.


Background Color

.myBgColor { background-color: #D376D3; }

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

This div background color is #D376D3.


Border color

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

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

This div border color is #D376D3.


Opacity

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

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

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

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

This text has shadow with #D376D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D376D3 on black background.


Color preview on white background

This text has color #D376D3 on white background.



Black color preview on #D376D3 background

This text has black color on #D376D3 background.


White color preview on #D376D3 background

This text has white color on #D376D3 background.