COLOR #D766C1

HEX: #D766C1
RGB: (215,102,193)

Color info

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

RGB color model

#D766C1 color RGB value is (215,102,193).

  • red value is 215;
  • green value is 102;
  • blue value is 193.
RGB:
(215,102,193)
(84%,40%,76%)

RGB channels and saturation

R 215 of 255 = 84%
G 102 of 255 = 40%
B 193 of 255 = 76%

215
102
193

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

Portions of RGB colors in percentages

R + G + B =
215 + 102 + 193 = 510 (100%)
R 215 of 510 ~ 42.16%
G 102 of 510 ~ 20%
B 193 of 510 ~ 37.84%

%42.16
%20
%37.84

CMYK color model

#D766C1 color CMYK value is (0,53,10,16).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 10.23%
  • key color value is 15.69%
CMYK:
(0,53,10,16)
C0M53Y10K16 
(0%,53%,10%,16%)
(0.00/0.53/0.10/0.16)	

CMYK percentages

%0
%52.56
%10.23
%15.69

Codes

Color #D766C1 in popluar color models

D766C1
RGB215102193
HSL312°58.55%62.16%
HSB/HSV312°52.56%84.31%
CMYK0.00%52.56%10.23%
15.69%

Color #D766C1 in popluar number systems.

HEXD766C1
Decimal215102193
Binary11010111110011011000001
Octal327146301

Shades and tints

Shades of #D766C1

#D766C1
(215,102,193)
#C45DB0
(196,93,176)
#B1549F
(177,84,159)
#9E4B8E
(158,75,142)
#8B427D
(139,66,125)
#78396C
(120,57,108)
#65305B
(101,48,91)
#52274A
(82,39,74)
#3F1E39
(63,30,57)
#2C1528
(44,21,40)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #D766C1

#D766C1
(215,102,193)
#DA73C6
(218,115,198)
#DD80CB
(221,128,203)
#E08DD0
(224,141,208)
#E39AD5
(227,154,213)
#E6A7DA
(230,167,218)
#E9B4DF
(233,180,223)
#ECC1E4
(236,193,228)
#EFCEE9
(239,206,233)
#F2DBEE
(242,219,238)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D766C1 color. Also use rgb(215,102,193) instead hex code.

Text Font Color

.myTextColor { color: #D766C1; }

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

This text font color is #D766C1.


Background Color

.myBgColor { background-color: #D766C1; }

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

This div background color is #D766C1.


Border color

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

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

This div border color is #D766C1.


Opacity

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

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

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

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

This text has shadow with #D766C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D766C1 on black background.


Color preview on white background

This text has color #D766C1 on white background.



Black color preview on #D766C1 background

This text has black color on #D766C1 background.


White color preview on #D766C1 background

This text has white color on #D766C1 background.