COLOR #D83A60

HEX: #D83A60
RGB: (216,58,96)

Color info

#D83A60 contains mainly red color. Web safe color of #D83A60 is #CC3366 (or #C36).

RGB color model

#D83A60 color RGB value is (216,58,96).

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

RGB channels and saturation

R 216 of 255 = 85%
G 58 of 255 = 23%
B 96 of 255 = 38%

216
58
96

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

Portions of RGB colors in percentages

R + G + B =
216 + 58 + 96 = 370 (100%)
R 216 of 370 ~ 58.38%
G 58 of 370 ~ 15.68%
B 96 of 370 ~ 25.95%

%58.38
%15.68
%25.95

CMYK color model

#D83A60 color CMYK value is (0,73,56,15).

  • cyan value is 0.00%
  • magenta value is 73.15%
  • yellow value is 55.56%
  • key color value is 15.29%
CMYK:
(0,73,56,15)
C0M73Y56K15 
(0%,73%,56%,15%)
(0.00/0.73/0.56/0.15)	

CMYK percentages

%0
%73.15
%55.56
%15.29

Codes

Color #D83A60 in popluar color models

D83A60
RGB2165896
HSL346°66.95%53.73%
HSB/HSV346°73.15%84.71%
CMYK0.00%73.15%55.56%
15.29%

Color #D83A60 in popluar number systems.

HEXD83A60
Decimal2165896
Binary110110001110101100000
Octal33072140

Shades and tints

Shades of #D83A60

#D83A60
(216,58,96)
#C53558
(197,53,88)
#B23050
(178,48,80)
#9F2B48
(159,43,72)
#8C2640
(140,38,64)
#792138
(121,33,56)
#661C30
(102,28,48)
#531728
(83,23,40)
#401220
(64,18,32)
#2D0D18
(45,13,24)
#1A0810
(26,8,16)
#000000
(0,0,0)

Tints of #D83A60

#D83A60
(216,58,96)
#DB4B6E
(219,75,110)
#DE5C7C
(222,92,124)
#E16D8A
(225,109,138)
#E47E98
(228,126,152)
#E78FA6
(231,143,166)
#EAA0B4
(234,160,180)
#EDB1C2
(237,177,194)
#F0C2D0
(240,194,208)
#F3D3DE
(243,211,222)
#F6E4EC
(246,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D83A60; }

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

This text font color is #D83A60.


Background Color

.myBgColor { background-color: #D83A60; }

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

This div background color is #D83A60.


Border color

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

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

This div border color is #D83A60.


Opacity

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

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

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

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

This text has shadow with #D83A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D83A60 on black background.


Color preview on white background

This text has color #D83A60 on white background.



Black color preview on #D83A60 background

This text has black color on #D83A60 background.


White color preview on #D83A60 background

This text has white color on #D83A60 background.