COLOR #D169C6

HEX: #D169C6
RGB: (209,105,198)

Color info

#D169C6 contains mainly red and blue colors. Web safe color of #D169C6 is #CC66CC (or #C6C).

RGB color model

#D169C6 color RGB value is (209,105,198).

  • red value is 209;
  • green value is 105;
  • blue value is 198.
RGB:
(209,105,198)
(82%,41%,78%)

RGB channels and saturation

R 209 of 255 = 82%
G 105 of 255 = 41%
B 198 of 255 = 78%

209
105
198

R + G + B ~ 67%. #D169C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 105 + 198 = 512 (100%)
R 209 of 512 ~ 40.82%
G 105 of 512 ~ 20.51%
B 198 of 512 ~ 38.67%

%40.82
%20.51
%38.67

CMYK color model

#D169C6 color CMYK value is (0,50,5,18).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(0,50,5,18)
C0M50Y5K18 
(0%,50%,5%,18%)
(0.00/0.50/0.05/0.18)	

CMYK percentages

%0
%49.76
%5.26
%18.04

Codes

Color #D169C6 in popluar color models

D169C6
RGB209105198
HSL306°53.06%61.57%
HSB/HSV306°49.76%81.96%
CMYK0.00%49.76%5.26%
18.04%

Color #D169C6 in popluar number systems.

HEXD169C6
Decimal209105198
Binary11010001110100111000110
Octal321151306

Shades and tints

Shades of #D169C6

#D169C6
(209,105,198)
#BE60B4
(190,96,180)
#AB57A2
(171,87,162)
#984E90
(152,78,144)
#85457E
(133,69,126)
#723C6C
(114,60,108)
#5F335A
(95,51,90)
#4C2A48
(76,42,72)
#392136
(57,33,54)
#261824
(38,24,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #D169C6

#D169C6
(209,105,198)
#D576CB
(213,118,203)
#D983D0
(217,131,208)
#DD90D5
(221,144,213)
#E19DDA
(225,157,218)
#E5AADF
(229,170,223)
#E9B7E4
(233,183,228)
#EDC4E9
(237,196,233)
#F1D1EE
(241,209,238)
#F5DEF3
(245,222,243)
#F9EBF8
(249,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D169C6 color. Also use rgb(209,105,198) instead hex code.

Text Font Color

.myTextColor { color: #D169C6; }

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

This text font color is #D169C6.


Background Color

.myBgColor { background-color: #D169C6; }

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

This div background color is #D169C6.


Border color

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

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

This div border color is #D169C6.


Opacity

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

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

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

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

This text has shadow with #D169C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D169C6 on black background.


Color preview on white background

This text has color #D169C6 on white background.



Black color preview on #D169C6 background

This text has black color on #D169C6 background.


White color preview on #D169C6 background

This text has white color on #D169C6 background.