COLOR #D969C6

HEX: #D969C6
RGB: (217,105,198)

Color info

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

RGB color model

#D969C6 color RGB value is (217,105,198).

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

RGB channels and saturation

R 217 of 255 = 85%
G 105 of 255 = 41%
B 198 of 255 = 78%

217
105
198

R + G + B ~ 68%. #D969C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 105 + 198 = 520 (100%)
R 217 of 520 ~ 41.73%
G 105 of 520 ~ 20.19%
B 198 of 520 ~ 38.08%

%41.73
%20.19
%38.08

CMYK color model

#D969C6 color CMYK value is (0,52,9,15).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 8.76%
  • key color value is 14.90%
CMYK:
(0,52,9,15)
C0M52Y9K15 
(0%,52%,9%,15%)
(0.00/0.52/0.09/0.15)	

CMYK percentages

%0
%51.61
%8.76
%14.9

Codes

Color #D969C6 in popluar color models

D969C6
RGB217105198
HSL310°59.57%63.14%
HSB/HSV310°51.61%85.10%
CMYK0.00%51.61%8.76%
14.90%

Color #D969C6 in popluar number systems.

HEXD969C6
Decimal217105198
Binary11011001110100111000110
Octal331151306

Shades and tints

Shades of #D969C6

#D969C6
(217,105,198)
#C660B4
(198,96,180)
#B357A2
(179,87,162)
#A04E90
(160,78,144)
#8D457E
(141,69,126)
#7A3C6C
(122,60,108)
#67335A
(103,51,90)
#542A48
(84,42,72)
#412136
(65,33,54)
#2E1824
(46,24,36)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #D969C6

#D969C6
(217,105,198)
#DC76CB
(220,118,203)
#DF83D0
(223,131,208)
#E290D5
(226,144,213)
#E59DDA
(229,157,218)
#E8AADF
(232,170,223)
#EBB7E4
(235,183,228)
#EEC4E9
(238,196,233)
#F1D1EE
(241,209,238)
#F4DEF3
(244,222,243)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D969C6; }

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

This text font color is #D969C6.


Background Color

.myBgColor { background-color: #D969C6; }

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

This div background color is #D969C6.


Border color

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

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

This div border color is #D969C6.


Opacity

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

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

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

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

This text has shadow with #D969C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D969C6 on black background.


Color preview on white background

This text has color #D969C6 on white background.



Black color preview on #D969C6 background

This text has black color on #D969C6 background.


White color preview on #D969C6 background

This text has white color on #D969C6 background.