COLOR #D31A83

HEX: #D31A83
RGB: (211,26,131)

Color info

#D31A83 contains mainly red color. Web safe color of #D31A83 is #CC0099 (or #C09).

RGB color model

#D31A83 color RGB value is (211,26,131).

  • red value is 211;
  • green value is 26;
  • blue value is 131.
RGB:
(211,26,131)
(83%,10%,51%)

RGB channels and saturation

R 211 of 255 = 83%
G 26 of 255 = 10%
B 131 of 255 = 51%

211
26
131

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

Portions of RGB colors in percentages

R + G + B =
211 + 26 + 131 = 368 (100%)
R 211 of 368 ~ 57.34%
G 26 of 368 ~ 7.07%
B 131 of 368 ~ 35.6%

%57.34
%35.6

CMYK color model

#D31A83 color CMYK value is (0,88,38,17).

  • cyan value is 0.00%
  • magenta value is 87.68%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(0,88,38,17)
C0M88Y38K17 
(0%,88%,38%,17%)
(0.00/0.88/0.38/0.17)	

CMYK percentages

%0
%87.68
%37.91
%17.25

Codes

Color #D31A83 in popluar color models

D31A83
RGB21126131
HSL326°78.06%46.47%
HSB/HSV326°87.68%82.75%
CMYK0.00%87.68%37.91%
17.25%

Color #D31A83 in popluar number systems.

HEXD31A83
Decimal21126131
Binary110100111101010000011
Octal32332203

Shades and tints

Shades of #D31A83

#D31A83
(211,26,131)
#C01878
(192,24,120)
#AD166D
(173,22,109)
#9A1462
(154,20,98)
#871257
(135,18,87)
#74104C
(116,16,76)
#610E41
(97,14,65)
#4E0C36
(78,12,54)
#3B0A2B
(59,10,43)
#280820
(40,8,32)
#150615
(21,6,21)
#000000
(0,0,0)

Tints of #D31A83

#D31A83
(211,26,131)
#D72E8E
(215,46,142)
#DB4299
(219,66,153)
#DF56A4
(223,86,164)
#E36AAF
(227,106,175)
#E77EBA
(231,126,186)
#EB92C5
(235,146,197)
#EFA6D0
(239,166,208)
#F3BADB
(243,186,219)
#F7CEE6
(247,206,230)
#FBE2F1
(251,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D31A83 color. Also use rgb(211,26,131) instead hex code.

Text Font Color

.myTextColor { color: #D31A83; }

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

This text font color is #D31A83.


Background Color

.myBgColor { background-color: #D31A83; }

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

This div background color is #D31A83.


Border color

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

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

This div border color is #D31A83.


Opacity

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

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

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

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

This text has shadow with #D31A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D31A83 on black background.


Color preview on white background

This text has color #D31A83 on white background.



Black color preview on #D31A83 background

This text has black color on #D31A83 background.


White color preview on #D31A83 background

This text has white color on #D31A83 background.