COLOR #D381F7

HEX: #D381F7 RGB: (211,129,247)

Color info

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

RGB color model

#D381F7 color RGB value is (211,129,247).

RGB: (211,129,247) (83%, 51%, 97%)

RGB channels and saturation

R 211 of 255 = 83%
G 129 of 255 = 51%
B 247 of 255 = 97%

211
129
247

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

Portions of RGB colors in percentages

R + G + B = 211 + 129 + 247 = 587 (100%)
R 211 of 587 ~ 35.95%
G 129 of 587 ~ 21.98%
B 247 of 587 ~ 42.08'%

%35.95
%21.98
%42.08

CMYK color model

#D381F7 color CMYK value is (15,48,0,3).

  • cyan value is 14.57%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (15,48,0,3) C15M48Y0K3 (15%,48%,0%,3%) (0.15/0.48/0.00/0.03) 

CMYK percentages

%14.57
%47.77
%0
%3.14

Codes

Color #D381F7 in popluar color models

D3 81 F7
RGB 211 129 247
HSL 282° 88.06% 73.73%
HSB/HSV 282° 47.77% 96.86%
CMYK 14.57% 47.77% 0.00%
3.14%

Color #D381F7 in popluar number systems.

HEX D3 81 F7
Decimal 211 129 247
Binary 11010011 10000001 11110111
Octal 323 201 367

Shades and tints

Shades of #D381F7

#D381F7
(211,129,247)
#C076E1
(192,118,225)
#AD6BCB
(173,107,203)
#9A60B5
(154,96,181)
#87559F
(135,85,159)
#744A89
(116,74,137)
#613F73
(97,63,115)
#4E345D
(78,52,93)
#3B2947
(59,41,71)
#281E31
(40,30,49)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #D381F7

#D381F7
(211,129,247)
#D78CF7
(215,140,247)
#DB97F7
(219,151,247)
#DFA2F7
(223,162,247)
#E3ADF7
(227,173,247)
#E7B8F7
(231,184,247)
#EBC3F7
(235,195,247)
#EFCEF7
(239,206,247)
#F3D9F7
(243,217,247)
#F7E4F7
(247,228,247)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D381F7 color. Also use rgb(211,129,247) instead hex code.

Text Font Color

.myTextColor { color: #D381F7; }

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

This text font color is #D381F7.

Background Color

.myBgColor { background-color: #D381F7; }

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

This div background color is #D381F7.

Border color

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

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

This div border color is #D381F7.

Opacity

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

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

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

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

This text has shadow with #D381F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D381F7.

Preview

Color preview on black background

This text has color #D381F7 on black background.


Color preview on white background

This text has color #D381F7 on white background.


Black color preview on #D381F7 background

This text has black color on #D381F7 background.


White color preview on #D381F7 background

This text has white color on #D381F7 background.


Related colors

Complementary color

Complementary color for #hex is #2C7E08.


I love getcolorcode.com

Triadic colors

1 #F7D381 and #81F7D3 with #D381F7 are triadic colors.

2 #F781D3 and #81D3F7 with #D381F7 are triadic colors.