COLOR #D960C0

HEX: #D960C0
RGB: (217,96,192)

Color info

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

RGB color model

#D960C0 color RGB value is (217,96,192).

  • red value is 217;
  • green value is 96;
  • blue value is 192.
RGB:
(217,96,192)
(85%,38%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 96 of 255 = 38%
B 192 of 255 = 75%

217
96
192

R + G + B ~ 66%. #D960C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 96 + 192 = 505 (100%)
R 217 of 505 ~ 42.97%
G 96 of 505 ~ 19.01%
B 192 of 505 ~ 38.02%

%42.97
%19.01
%38.02

CMYK color model

#D960C0 color CMYK value is (0,56,12,15).

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 11.52%
  • key color value is 14.90%
CMYK:
(0,56,12,15)
C0M56Y12K15 
(0%,56%,12%,15%)
(0.00/0.56/0.12/0.15)	

CMYK percentages

%0
%55.76
%11.52
%14.9

Codes

Color #D960C0 in popluar color models

D960C0
RGB21796192
HSL312°61.42%61.37%
HSB/HSV312°55.76%85.10%
CMYK0.00%55.76%11.52%
14.90%

Color #D960C0 in popluar number systems.

HEXD960C0
Decimal21796192
Binary11011001110000011000000
Octal331140300

Shades and tints

Shades of #D960C0

#D960C0
(217,96,192)
#C658AF
(198,88,175)
#B3509E
(179,80,158)
#A0488D
(160,72,141)
#8D407C
(141,64,124)
#7A386B
(122,56,107)
#67305A
(103,48,90)
#542849
(84,40,73)
#412038
(65,32,56)
#2E1827
(46,24,39)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #D960C0

#D960C0
(217,96,192)
#DC6EC5
(220,110,197)
#DF7CCA
(223,124,202)
#E28ACF
(226,138,207)
#E598D4
(229,152,212)
#E8A6D9
(232,166,217)
#EBB4DE
(235,180,222)
#EEC2E3
(238,194,227)
#F1D0E8
(241,208,232)
#F4DEED
(244,222,237)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D960C0 color. Also use rgb(217,96,192) instead hex code.

Text Font Color

.myTextColor { color: #D960C0; }

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

This text font color is #D960C0.


Background Color

.myBgColor { background-color: #D960C0; }

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

This div background color is #D960C0.


Border color

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

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

This div border color is #D960C0.


Opacity

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

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

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

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

This text has shadow with #D960C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D960C0 on black background.


Color preview on white background

This text has color #D960C0 on white background.



Black color preview on #D960C0 background

This text has black color on #D960C0 background.


White color preview on #D960C0 background

This text has white color on #D960C0 background.