COLOR #D781F1

HEX: #D781F1
RGB: (215,129,241)

Color info

#D781F1 contains mainly red and blue colors. Web safe color of #D781F1 is #CC99FF (or #C9F).

RGB color model

#D781F1 color RGB value is (215,129,241).

  • red value is 215;
  • green value is 129;
  • blue value is 241.
RGB:
(215,129,241)
(84%,51%,95%)

RGB channels and saturation

R 215 of 255 = 84%
G 129 of 255 = 51%
B 241 of 255 = 95%

215
129
241

R + G + B ~ 77%. #D781F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 129 + 241 = 585 (100%)
R 215 of 585 ~ 36.75%
G 129 of 585 ~ 22.05%
B 241 of 585 ~ 41.2%

%36.75
%22.05
%41.2

CMYK color model

#D781F1 color CMYK value is (11,46,0,5).

  • cyan value is 10.79%
  • magenta value is 46.47%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(11,46,0,5)
C11M46Y0K5 
(11%,46%,0%,5%)
(0.11/0.46/0.00/0.05)	

CMYK percentages

%10.79
%46.47
%0
%5.49

Codes

Color #D781F1 in popluar color models

D781F1
RGB215129241
HSL286°80.00%72.55%
HSB/HSV286°46.47%94.51%
CMYK10.79%46.47%0.00%
5.49%

Color #D781F1 in popluar number systems.

HEXD781F1
Decimal215129241
Binary110101111000000111110001
Octal327201361

Shades and tints

Shades of #D781F1

#D781F1
(215,129,241)
#C476DC
(196,118,220)
#B16BC7
(177,107,199)
#9E60B2
(158,96,178)
#8B559D
(139,85,157)
#784A88
(120,74,136)
#653F73
(101,63,115)
#52345E
(82,52,94)
#3F2949
(63,41,73)
#2C1E34
(44,30,52)
#19131F
(25,19,31)
#000000
(0,0,0)

Tints of #D781F1

#D781F1
(215,129,241)
#DA8CF2
(218,140,242)
#DD97F3
(221,151,243)
#E0A2F4
(224,162,244)
#E3ADF5
(227,173,245)
#E6B8F6
(230,184,246)
#E9C3F7
(233,195,247)
#ECCEF8
(236,206,248)
#EFD9F9
(239,217,249)
#F2E4FA
(242,228,250)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D781F1 color. Also use rgb(215,129,241) instead hex code.

Text Font Color

.myTextColor { color: #D781F1; }

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

This text font color is #D781F1.


Background Color

.myBgColor { background-color: #D781F1; }

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

This div background color is #D781F1.


Border color

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

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

This div border color is #D781F1.


Opacity

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

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

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

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

This text has shadow with #D781F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D781F1 on black background.


Color preview on white background

This text has color #D781F1 on white background.



Black color preview on #D781F1 background

This text has black color on #D781F1 background.


White color preview on #D781F1 background

This text has white color on #D781F1 background.