COLOR #D9166A

HEX: #D9166A
RGB: (217,22,106)

Color info

#D9166A contains mainly red color. Web safe color of #D9166A is #CC0066 (or #C06).

RGB color model

#D9166A color RGB value is (217,22,106).

  • red value is 217;
  • green value is 22;
  • blue value is 106.
RGB:
(217,22,106)
(85%,9%,42%)

RGB channels and saturation

R 217 of 255 = 85%
G 22 of 255 = 9%
B 106 of 255 = 42%

217
22
106

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

Portions of RGB colors in percentages

R + G + B =
217 + 22 + 106 = 345 (100%)
R 217 of 345 ~ 62.9%
G 22 of 345 ~ 6.38%
B 106 of 345 ~ 30.72%

%62.9
%30.72

CMYK color model

#D9166A color CMYK value is (0,90,51,15).

  • cyan value is 0.00%
  • magenta value is 89.86%
  • yellow value is 51.15%
  • key color value is 14.90%
CMYK:
(0,90,51,15)
C0M90Y51K15 
(0%,90%,51%,15%)
(0.00/0.90/0.51/0.15)	

CMYK percentages

%0
%89.86
%51.15
%14.9

Codes

Color #D9166A in popluar color models

D9166A
RGB21722106
HSL334°81.59%46.86%
HSB/HSV334°89.86%85.10%
CMYK0.00%89.86%51.15%
14.90%

Color #D9166A in popluar number systems.

HEXD9166A
Decimal21722106
Binary11011001101101101010
Octal33126152

Shades and tints

Shades of #D9166A

#D9166A
(217,22,106)
#C61461
(198,20,97)
#B31258
(179,18,88)
#A0104F
(160,16,79)
#8D0E46
(141,14,70)
#7A0C3D
(122,12,61)
#670A34
(103,10,52)
#54082B
(84,8,43)
#410622
(65,6,34)
#2E0419
(46,4,25)
#1B0210
(27,2,16)
#000000
(0,0,0)

Tints of #D9166A

#D9166A
(217,22,106)
#DC2B77
(220,43,119)
#DF4084
(223,64,132)
#E25591
(226,85,145)
#E56A9E
(229,106,158)
#E87FAB
(232,127,171)
#EB94B8
(235,148,184)
#EEA9C5
(238,169,197)
#F1BED2
(241,190,210)
#F4D3DF
(244,211,223)
#F7E8EC
(247,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9166A color. Also use rgb(217,22,106) instead hex code.

Text Font Color

.myTextColor { color: #D9166A; }

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

This text font color is #D9166A.


Background Color

.myBgColor { background-color: #D9166A; }

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

This div background color is #D9166A.


Border color

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

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

This div border color is #D9166A.


Opacity

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

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

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

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

This text has shadow with #D9166A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9166A on black background.


Color preview on white background

This text has color #D9166A on white background.



Black color preview on #D9166A background

This text has black color on #D9166A background.


White color preview on #D9166A background

This text has white color on #D9166A background.