COLOR #D3379D

HEX: #D3379D
RGB: (211,55,157)

Color info

#D3379D contains mainly red and blue colors. Web safe color of #D3379D is #CC3399 (or #C39).

RGB color model

#D3379D color RGB value is (211,55,157).

  • red value is 211;
  • green value is 55;
  • blue value is 157.
RGB:
(211,55,157)
(83%,22%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 55 of 255 = 22%
B 157 of 255 = 62%

211
55
157

R + G + B ~ 56%. #D3379D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 55 + 157 = 423 (100%)
R 211 of 423 ~ 49.88%
G 55 of 423 ~ 13%
B 157 of 423 ~ 37.12%

%49.88
%13
%37.12

CMYK color model

#D3379D color CMYK value is (0,74,26,17).

  • cyan value is 0.00%
  • magenta value is 73.93%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,74,26,17)
C0M74Y26K17 
(0%,74%,26%,17%)
(0.00/0.74/0.26/0.17)	

CMYK percentages

%0
%73.93
%25.59
%17.25

Codes

Color #D3379D in popluar color models

D3379D
RGB21155157
HSL321°63.93%52.16%
HSB/HSV321°73.93%82.75%
CMYK0.00%73.93%25.59%
17.25%

Color #D3379D in popluar number systems.

HEXD3379D
Decimal21155157
Binary1101001111011110011101
Octal32367235

Shades and tints

Shades of #D3379D

#D3379D
(211,55,157)
#C0328F
(192,50,143)
#AD2D81
(173,45,129)
#9A2873
(154,40,115)
#872365
(135,35,101)
#741E57
(116,30,87)
#611949
(97,25,73)
#4E143B
(78,20,59)
#3B0F2D
(59,15,45)
#280A1F
(40,10,31)
#150511
(21,5,17)
#000000
(0,0,0)

Tints of #D3379D

#D3379D
(211,55,157)
#D749A5
(215,73,165)
#DB5BAD
(219,91,173)
#DF6DB5
(223,109,181)
#E37FBD
(227,127,189)
#E791C5
(231,145,197)
#EBA3CD
(235,163,205)
#EFB5D5
(239,181,213)
#F3C7DD
(243,199,221)
#F7D9E5
(247,217,229)
#FBEBED
(251,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3379D; }

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

This text font color is #D3379D.


Background Color

.myBgColor { background-color: #D3379D; }

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

This div background color is #D3379D.


Border color

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

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

This div border color is #D3379D.


Opacity

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

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

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

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

This text has shadow with #D3379D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3379D on black background.


Color preview on white background

This text has color #D3379D on white background.



Black color preview on #D3379D background

This text has black color on #D3379D background.


White color preview on #D3379D background

This text has white color on #D3379D background.