COLOR #D3368E

HEX: #D3368E
RGB: (211,54,142)

Color info

#D3368E contains mainly red color. Web safe color of #D3368E is #CC3399 (or #C39).

RGB color model

#D3368E color RGB value is (211,54,142).

  • red value is 211;
  • green value is 54;
  • blue value is 142.
RGB:
(211,54,142)
(83%,21%,56%)

RGB channels and saturation

R 211 of 255 = 83%
G 54 of 255 = 21%
B 142 of 255 = 56%

211
54
142

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

Portions of RGB colors in percentages

R + G + B =
211 + 54 + 142 = 407 (100%)
R 211 of 407 ~ 51.84%
G 54 of 407 ~ 13.27%
B 142 of 407 ~ 34.89%

%51.84
%13.27
%34.89

CMYK color model

#D3368E color CMYK value is (0,74,33,17).

  • cyan value is 0.00%
  • magenta value is 74.41%
  • yellow value is 32.70%
  • key color value is 17.25%
CMYK:
(0,74,33,17)
C0M74Y33K17 
(0%,74%,33%,17%)
(0.00/0.74/0.33/0.17)	

CMYK percentages

%0
%74.41
%32.7
%17.25

Codes

Color #D3368E in popluar color models

D3368E
RGB21154142
HSL326°64.08%51.96%
HSB/HSV326°74.41%82.75%
CMYK0.00%74.41%32.70%
17.25%

Color #D3368E in popluar number systems.

HEXD3368E
Decimal21154142
Binary1101001111011010001110
Octal32366216

Shades and tints

Shades of #D3368E

#D3368E
(211,54,142)
#C03282
(192,50,130)
#AD2E76
(173,46,118)
#9A2A6A
(154,42,106)
#87265E
(135,38,94)
#742252
(116,34,82)
#611E46
(97,30,70)
#4E1A3A
(78,26,58)
#3B162E
(59,22,46)
#281222
(40,18,34)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #D3368E

#D3368E
(211,54,142)
#D74898
(215,72,152)
#DB5AA2
(219,90,162)
#DF6CAC
(223,108,172)
#E37EB6
(227,126,182)
#E790C0
(231,144,192)
#EBA2CA
(235,162,202)
#EFB4D4
(239,180,212)
#F3C6DE
(243,198,222)
#F7D8E8
(247,216,232)
#FBEAF2
(251,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3368E; }

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

This text font color is #D3368E.


Background Color

.myBgColor { background-color: #D3368E; }

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

This div background color is #D3368E.


Border color

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

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

This div border color is #D3368E.


Opacity

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

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

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

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

This text has shadow with #D3368E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3368E on black background.


Color preview on white background

This text has color #D3368E on white background.



Black color preview on #D3368E background

This text has black color on #D3368E background.


White color preview on #D3368E background

This text has white color on #D3368E background.