COLOR #D13994

HEX: #D13994
RGB: (209,57,148)

Color info

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

RGB color model

#D13994 color RGB value is (209,57,148).

  • red value is 209;
  • green value is 57;
  • blue value is 148.
RGB:
(209,57,148)
(82%,22%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 57 of 255 = 22%
B 148 of 255 = 58%

209
57
148

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

Portions of RGB colors in percentages

R + G + B =
209 + 57 + 148 = 414 (100%)
R 209 of 414 ~ 50.48%
G 57 of 414 ~ 13.77%
B 148 of 414 ~ 35.75%

%50.48
%13.77
%35.75

CMYK color model

#D13994 color CMYK value is (0,73,29,18).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 29.19%
  • key color value is 18.04%
CMYK:
(0,73,29,18)
C0M73Y29K18 
(0%,73%,29%,18%)
(0.00/0.73/0.29/0.18)	

CMYK percentages

%0
%72.73
%29.19
%18.04

Codes

Color #D13994 in popluar color models

D13994
RGB20957148
HSL324°62.30%52.16%
HSB/HSV324°72.73%81.96%
CMYK0.00%72.73%29.19%
18.04%

Color #D13994 in popluar number systems.

HEXD13994
Decimal20957148
Binary1101000111100110010100
Octal32171224

Shades and tints

Shades of #D13994

#D13994
(209,57,148)
#BE3487
(190,52,135)
#AB2F7A
(171,47,122)
#982A6D
(152,42,109)
#852560
(133,37,96)
#722053
(114,32,83)
#5F1B46
(95,27,70)
#4C1639
(76,22,57)
#39112C
(57,17,44)
#260C1F
(38,12,31)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #D13994

#D13994
(209,57,148)
#D54B9D
(213,75,157)
#D95DA6
(217,93,166)
#DD6FAF
(221,111,175)
#E181B8
(225,129,184)
#E593C1
(229,147,193)
#E9A5CA
(233,165,202)
#EDB7D3
(237,183,211)
#F1C9DC
(241,201,220)
#F5DBE5
(245,219,229)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D13994 color. Also use rgb(209,57,148) instead hex code.

Text Font Color

.myTextColor { color: #D13994; }

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

This text font color is #D13994.


Background Color

.myBgColor { background-color: #D13994; }

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

This div background color is #D13994.


Border color

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

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

This div border color is #D13994.


Opacity

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

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

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

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

This text has shadow with #D13994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13994 on black background.


Color preview on white background

This text has color #D13994 on white background.



Black color preview on #D13994 background

This text has black color on #D13994 background.


White color preview on #D13994 background

This text has white color on #D13994 background.