COLOR #D16075

HEX: #D16075
RGB: (209,96,117)

Color info

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

RGB color model

#D16075 color RGB value is (209,96,117).

  • red value is 209;
  • green value is 96;
  • blue value is 117.
RGB:
(209,96,117)
(82%,38%,46%)

RGB channels and saturation

R 209 of 255 = 82%
G 96 of 255 = 38%
B 117 of 255 = 46%

209
96
117

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

Portions of RGB colors in percentages

R + G + B =
209 + 96 + 117 = 422 (100%)
R 209 of 422 ~ 49.53%
G 96 of 422 ~ 22.75%
B 117 of 422 ~ 27.73%

%49.53
%22.75
%27.73

CMYK color model

#D16075 color CMYK value is (0,54,44,18).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(0,54,44,18)
C0M54Y44K18 
(0%,54%,44%,18%)
(0.00/0.54/0.44/0.18)	

CMYK percentages

%0
%54.07
%44.02
%18.04

Codes

Color #D16075 in popluar color models

D16075
RGB20996117
HSL349°55.12%59.80%
HSB/HSV349°54.07%81.96%
CMYK0.00%54.07%44.02%
18.04%

Color #D16075 in popluar number systems.

HEXD16075
Decimal20996117
Binary1101000111000001110101
Octal321140165

Shades and tints

Shades of #D16075

#D16075
(209,96,117)
#BE586B
(190,88,107)
#AB5061
(171,80,97)
#984857
(152,72,87)
#85404D
(133,64,77)
#723843
(114,56,67)
#5F3039
(95,48,57)
#4C282F
(76,40,47)
#392025
(57,32,37)
#26181B
(38,24,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D16075

#D16075
(209,96,117)
#D56E81
(213,110,129)
#D97C8D
(217,124,141)
#DD8A99
(221,138,153)
#E198A5
(225,152,165)
#E5A6B1
(229,166,177)
#E9B4BD
(233,180,189)
#EDC2C9
(237,194,201)
#F1D0D5
(241,208,213)
#F5DEE1
(245,222,225)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16075 color. Also use rgb(209,96,117) instead hex code.

Text Font Color

.myTextColor { color: #D16075; }

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

This text font color is #D16075.


Background Color

.myBgColor { background-color: #D16075; }

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

This div background color is #D16075.


Border color

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

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

This div border color is #D16075.


Opacity

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

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

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

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

This text has shadow with #D16075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16075 on black background.


Color preview on white background

This text has color #D16075 on white background.



Black color preview on #D16075 background

This text has black color on #D16075 background.


White color preview on #D16075 background

This text has white color on #D16075 background.