COLOR #D83A83

HEX: #D83A83
RGB: (216,58,131)

Color info

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

RGB color model

#D83A83 color RGB value is (216,58,131).

  • red value is 216;
  • green value is 58;
  • blue value is 131.
RGB:
(216,58,131)
(85%,23%,51%)

RGB channels and saturation

R 216 of 255 = 85%
G 58 of 255 = 23%
B 131 of 255 = 51%

216
58
131

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

Portions of RGB colors in percentages

R + G + B =
216 + 58 + 131 = 405 (100%)
R 216 of 405 ~ 53.33%
G 58 of 405 ~ 14.32%
B 131 of 405 ~ 32.35%

%53.33
%14.32
%32.35

CMYK color model

#D83A83 color CMYK value is (0,73,39,15).

  • cyan value is 0.00%
  • magenta value is 73.15%
  • yellow value is 39.35%
  • key color value is 15.29%
CMYK:
(0,73,39,15)
C0M73Y39K15 
(0%,73%,39%,15%)
(0.00/0.73/0.39/0.15)	

CMYK percentages

%0
%73.15
%39.35
%15.29

Codes

Color #D83A83 in popluar color models

D83A83
RGB21658131
HSL332°66.95%53.73%
HSB/HSV332°73.15%84.71%
CMYK0.00%73.15%39.35%
15.29%

Color #D83A83 in popluar number systems.

HEXD83A83
Decimal21658131
Binary1101100011101010000011
Octal33072203

Shades and tints

Shades of #D83A83

#D83A83
(216,58,131)
#C53578
(197,53,120)
#B2306D
(178,48,109)
#9F2B62
(159,43,98)
#8C2657
(140,38,87)
#79214C
(121,33,76)
#661C41
(102,28,65)
#531736
(83,23,54)
#40122B
(64,18,43)
#2D0D20
(45,13,32)
#1A0815
(26,8,21)
#000000
(0,0,0)

Tints of #D83A83

#D83A83
(216,58,131)
#DB4B8E
(219,75,142)
#DE5C99
(222,92,153)
#E16DA4
(225,109,164)
#E47EAF
(228,126,175)
#E78FBA
(231,143,186)
#EAA0C5
(234,160,197)
#EDB1D0
(237,177,208)
#F0C2DB
(240,194,219)
#F3D3E6
(243,211,230)
#F6E4F1
(246,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D83A83 color. Also use rgb(216,58,131) instead hex code.

Text Font Color

.myTextColor { color: #D83A83; }

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

This text font color is #D83A83.


Background Color

.myBgColor { background-color: #D83A83; }

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

This div background color is #D83A83.


Border color

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

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

This div border color is #D83A83.


Opacity

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

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

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

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

This text has shadow with #D83A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D83A83 on black background.


Color preview on white background

This text has color #D83A83 on white background.



Black color preview on #D83A83 background

This text has black color on #D83A83 background.


White color preview on #D83A83 background

This text has white color on #D83A83 background.