COLOR #D764B2

HEX: #D764B2
RGB: (215,100,178)

Color info

#D764B2 contains mainly red and blue colors. Web safe color of #D764B2 is #CC6699 (or #C69).

RGB color model

#D764B2 color RGB value is (215,100,178).

  • red value is 215;
  • green value is 100;
  • blue value is 178.
RGB:
(215,100,178)
(84%,39%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 100 of 255 = 39%
B 178 of 255 = 70%

215
100
178

R + G + B ~ 64%. #D764B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 100 + 178 = 493 (100%)
R 215 of 493 ~ 43.61%
G 100 of 493 ~ 20.28%
B 178 of 493 ~ 36.11%

%43.61
%20.28
%36.11

CMYK color model

#D764B2 color CMYK value is (0,53,17,16).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(0,53,17,16)
C0M53Y17K16 
(0%,53%,17%,16%)
(0.00/0.53/0.17/0.16)	

CMYK percentages

%0
%53.49
%17.21
%15.69

Codes

Color #D764B2 in popluar color models

D764B2
RGB215100178
HSL319°58.97%61.76%
HSB/HSV319°53.49%84.31%
CMYK0.00%53.49%17.21%
15.69%

Color #D764B2 in popluar number systems.

HEXD764B2
Decimal215100178
Binary11010111110010010110010
Octal327144262

Shades and tints

Shades of #D764B2

#D764B2
(215,100,178)
#C45BA2
(196,91,162)
#B15292
(177,82,146)
#9E4982
(158,73,130)
#8B4072
(139,64,114)
#783762
(120,55,98)
#652E52
(101,46,82)
#522542
(82,37,66)
#3F1C32
(63,28,50)
#2C1322
(44,19,34)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #D764B2

#D764B2
(215,100,178)
#DA72B9
(218,114,185)
#DD80C0
(221,128,192)
#E08EC7
(224,142,199)
#E39CCE
(227,156,206)
#E6AAD5
(230,170,213)
#E9B8DC
(233,184,220)
#ECC6E3
(236,198,227)
#EFD4EA
(239,212,234)
#F2E2F1
(242,226,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D764B2 color. Also use rgb(215,100,178) instead hex code.

Text Font Color

.myTextColor { color: #D764B2; }

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

This text font color is #D764B2.


Background Color

.myBgColor { background-color: #D764B2; }

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

This div background color is #D764B2.


Border color

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

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

This div border color is #D764B2.


Opacity

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

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

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

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

This text has shadow with #D764B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D764B2 on black background.


Color preview on white background

This text has color #D764B2 on white background.



Black color preview on #D764B2 background

This text has black color on #D764B2 background.


White color preview on #D764B2 background

This text has white color on #D764B2 background.