COLOR #D76ADF

HEX: #D76ADF
RGB: (215,106,223)

Color info

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

RGB color model

#D76ADF color RGB value is (215,106,223).

  • red value is 215;
  • green value is 106;
  • blue value is 223.
RGB:
(215,106,223)
(84%,42%,87%)

RGB channels and saturation

R 215 of 255 = 84%
G 106 of 255 = 42%
B 223 of 255 = 87%

215
106
223

R + G + B ~ 71%. #D76ADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 106 + 223 = 544 (100%)
R 215 of 544 ~ 39.52%
G 106 of 544 ~ 19.49%
B 223 of 544 ~ 40.99%

%39.52
%19.49
%40.99

CMYK color model

#D76ADF color CMYK value is (4,52,0,13).

  • cyan value is 3.59%
  • magenta value is 52.47%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,52,0,13)
C4M52Y0K13 
(4%,52%,0%,13%)
(0.04/0.52/0.00/0.13)	

CMYK percentages

%3.59
%52.47
%0
%12.55

Codes

Color #D76ADF in popluar color models

D76ADF
RGB215106223
HSL296°64.64%64.51%
HSB/HSV296°52.47%87.45%
CMYK3.59%52.47%0.00%
12.55%

Color #D76ADF in popluar number systems.

HEXD76ADF
Decimal215106223
Binary11010111110101011011111
Octal327152337

Shades and tints

Shades of #D76ADF

#D76ADF
(215,106,223)
#C461CB
(196,97,203)
#B158B7
(177,88,183)
#9E4FA3
(158,79,163)
#8B468F
(139,70,143)
#783D7B
(120,61,123)
#653467
(101,52,103)
#522B53
(82,43,83)
#3F223F
(63,34,63)
#2C192B
(44,25,43)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #D76ADF

#D76ADF
(215,106,223)
#DA77E1
(218,119,225)
#DD84E3
(221,132,227)
#E091E5
(224,145,229)
#E39EE7
(227,158,231)
#E6ABE9
(230,171,233)
#E9B8EB
(233,184,235)
#ECC5ED
(236,197,237)
#EFD2EF
(239,210,239)
#F2DFF1
(242,223,241)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76ADF color. Also use rgb(215,106,223) instead hex code.

Text Font Color

.myTextColor { color: #D76ADF; }

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

This text font color is #D76ADF.


Background Color

.myBgColor { background-color: #D76ADF; }

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

This div background color is #D76ADF.


Border color

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

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

This div border color is #D76ADF.


Opacity

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

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

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

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

This text has shadow with #D76ADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76ADF on black background.


Color preview on white background

This text has color #D76ADF on white background.



Black color preview on #D76ADF background

This text has black color on #D76ADF background.


White color preview on #D76ADF background

This text has white color on #D76ADF background.