COLOR #D338AD

HEX: #D338AD
RGB: (211,56,173)

Color info

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

RGB color model

#D338AD color RGB value is (211,56,173).

  • red value is 211;
  • green value is 56;
  • blue value is 173.
RGB:
(211,56,173)
(83%,22%,68%)

RGB channels and saturation

R 211 of 255 = 83%
G 56 of 255 = 22%
B 173 of 255 = 68%

211
56
173

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

Portions of RGB colors in percentages

R + G + B =
211 + 56 + 173 = 440 (100%)
R 211 of 440 ~ 47.95%
G 56 of 440 ~ 12.73%
B 173 of 440 ~ 39.32%

%47.95
%12.73
%39.32

CMYK color model

#D338AD color CMYK value is (0,73,18,17).

  • cyan value is 0.00%
  • magenta value is 73.46%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK:
(0,73,18,17)
C0M73Y18K17 
(0%,73%,18%,17%)
(0.00/0.73/0.18/0.17)	

CMYK percentages

%0
%73.46
%18.01
%17.25

Codes

Color #D338AD in popluar color models

D338AD
RGB21156173
HSL315°63.79%52.35%
HSB/HSV315°73.46%82.75%
CMYK0.00%73.46%18.01%
17.25%

Color #D338AD in popluar number systems.

HEXD338AD
Decimal21156173
Binary1101001111100010101101
Octal32370255

Shades and tints

Shades of #D338AD

#D338AD
(211,56,173)
#C0339E
(192,51,158)
#AD2E8F
(173,46,143)
#9A2980
(154,41,128)
#872471
(135,36,113)
#741F62
(116,31,98)
#611A53
(97,26,83)
#4E1544
(78,21,68)
#3B1035
(59,16,53)
#280B26
(40,11,38)
#150617
(21,6,23)
#000000
(0,0,0)

Tints of #D338AD

#D338AD
(211,56,173)
#D74AB4
(215,74,180)
#DB5CBB
(219,92,187)
#DF6EC2
(223,110,194)
#E380C9
(227,128,201)
#E792D0
(231,146,208)
#EBA4D7
(235,164,215)
#EFB6DE
(239,182,222)
#F3C8E5
(243,200,229)
#F7DAEC
(247,218,236)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D338AD; }

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

This text font color is #D338AD.


Background Color

.myBgColor { background-color: #D338AD; }

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

This div background color is #D338AD.


Border color

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

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

This div border color is #D338AD.


Opacity

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

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

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

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

This text has shadow with #D338AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D338AD on black background.


Color preview on white background

This text has color #D338AD on white background.



Black color preview on #D338AD background

This text has black color on #D338AD background.


White color preview on #D338AD background

This text has white color on #D338AD background.