COLOR #D0516B

HEX: #D0516B
RGB: (208,81,107)

Color info

#D0516B contains mainly red color. Web safe color of #D0516B is #CC6666 (or #C66).

RGB color model

#D0516B color RGB value is (208,81,107).

  • red value is 208;
  • green value is 81;
  • blue value is 107.
RGB:
(208,81,107)
(82%,32%,42%)

RGB channels and saturation

R 208 of 255 = 82%
G 81 of 255 = 32%
B 107 of 255 = 42%

208
81
107

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

Portions of RGB colors in percentages

R + G + B =
208 + 81 + 107 = 396 (100%)
R 208 of 396 ~ 52.53%
G 81 of 396 ~ 20.45%
B 107 of 396 ~ 27.02%

%52.53
%20.45
%27.02

CMYK color model

#D0516B color CMYK value is (0,61,49,18).

  • cyan value is 0.00%
  • magenta value is 61.06%
  • yellow value is 48.56%
  • key color value is 18.43%
CMYK:
(0,61,49,18)
C0M61Y49K18 
(0%,61%,49%,18%)
(0.00/0.61/0.49/0.18)	

CMYK percentages

%0
%61.06
%48.56
%18.43

Codes

Color #D0516B in popluar color models

D0516B
RGB20881107
HSL348°57.47%56.67%
HSB/HSV348°61.06%81.57%
CMYK0.00%61.06%48.56%
18.43%

Color #D0516B in popluar number systems.

HEXD0516B
Decimal20881107
Binary1101000010100011101011
Octal320121153

Shades and tints

Shades of #D0516B

#D0516B
(208,81,107)
#BE4A62
(190,74,98)
#AC4359
(172,67,89)
#9A3C50
(154,60,80)
#883547
(136,53,71)
#762E3E
(118,46,62)
#642735
(100,39,53)
#52202C
(82,32,44)
#401923
(64,25,35)
#2E121A
(46,18,26)
#1C0B11
(28,11,17)
#000000
(0,0,0)

Tints of #D0516B

#D0516B
(208,81,107)
#D46078
(212,96,120)
#D86F85
(216,111,133)
#DC7E92
(220,126,146)
#E08D9F
(224,141,159)
#E49CAC
(228,156,172)
#E8ABB9
(232,171,185)
#ECBAC6
(236,186,198)
#F0C9D3
(240,201,211)
#F4D8E0
(244,216,224)
#F8E7ED
(248,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0516B color. Also use rgb(208,81,107) instead hex code.

Text Font Color

.myTextColor { color: #D0516B; }

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

This text font color is #D0516B.


Background Color

.myBgColor { background-color: #D0516B; }

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

This div background color is #D0516B.


Border color

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

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

This div border color is #D0516B.


Opacity

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

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

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

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

This text has shadow with #D0516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0516B on black background.


Color preview on white background

This text has color #D0516B on white background.



Black color preview on #D0516B background

This text has black color on #D0516B background.


White color preview on #D0516B background

This text has white color on #D0516B background.