COLOR #D13F9B

HEX: #D13F9B
RGB: (209,63,155)

Color info

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

RGB color model

#D13F9B color RGB value is (209,63,155).

  • red value is 209;
  • green value is 63;
  • blue value is 155.
RGB:
(209,63,155)
(82%,25%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 63 of 255 = 25%
B 155 of 255 = 61%

209
63
155

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

Portions of RGB colors in percentages

R + G + B =
209 + 63 + 155 = 427 (100%)
R 209 of 427 ~ 48.95%
G 63 of 427 ~ 14.75%
B 155 of 427 ~ 36.3%

%48.95
%14.75
%36.3

CMYK color model

#D13F9B color CMYK value is (0,70,26,18).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(0,70,26,18)
C0M70Y26K18 
(0%,70%,26%,18%)
(0.00/0.70/0.26/0.18)	

CMYK percentages

%0
%69.86
%25.84
%18.04

Codes

Color #D13F9B in popluar color models

D13F9B
RGB20963155
HSL322°61.34%53.33%
HSB/HSV322°69.86%81.96%
CMYK0.00%69.86%25.84%
18.04%

Color #D13F9B in popluar number systems.

HEXD13F9B
Decimal20963155
Binary1101000111111110011011
Octal32177233

Shades and tints

Shades of #D13F9B

#D13F9B
(209,63,155)
#BE3A8D
(190,58,141)
#AB357F
(171,53,127)
#983071
(152,48,113)
#852B63
(133,43,99)
#722655
(114,38,85)
#5F2147
(95,33,71)
#4C1C39
(76,28,57)
#39172B
(57,23,43)
#26121D
(38,18,29)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #D13F9B

#D13F9B
(209,63,155)
#D550A4
(213,80,164)
#D961AD
(217,97,173)
#DD72B6
(221,114,182)
#E183BF
(225,131,191)
#E594C8
(229,148,200)
#E9A5D1
(233,165,209)
#EDB6DA
(237,182,218)
#F1C7E3
(241,199,227)
#F5D8EC
(245,216,236)
#F9E9F5
(249,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D13F9B color. Also use rgb(209,63,155) instead hex code.

Text Font Color

.myTextColor { color: #D13F9B; }

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

This text font color is #D13F9B.


Background Color

.myBgColor { background-color: #D13F9B; }

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

This div background color is #D13F9B.


Border color

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

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

This div border color is #D13F9B.


Opacity

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

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

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

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

This text has shadow with #D13F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13F9B on black background.


Color preview on white background

This text has color #D13F9B on white background.



Black color preview on #D13F9B background

This text has black color on #D13F9B background.


White color preview on #D13F9B background

This text has white color on #D13F9B background.