COLOR #D373F7

HEX: #D373F7
RGB: (211,115,247)

Color info

#D373F7 contains mainly red and blue colors. Web safe color of #D373F7 is #CC66FF (or #C6F).

RGB color model

#D373F7 color RGB value is (211,115,247).

  • red value is 211;
  • green value is 115;
  • blue value is 247.
RGB:
(211,115,247)
(83%,45%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 115 of 255 = 45%
B 247 of 255 = 97%

211
115
247

R + G + B ~ 75%. #D373F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 115 + 247 = 573 (100%)
R 211 of 573 ~ 36.82%
G 115 of 573 ~ 20.07%
B 247 of 573 ~ 43.11%

%36.82
%20.07
%43.11

CMYK color model

#D373F7 color CMYK value is (15,53,0,3).

  • cyan value is 14.57%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,53,0,3)
C15M53Y0K3 
(15%,53%,0%,3%)
(0.15/0.53/0.00/0.03)	

CMYK percentages

%14.57
%53.44
%0
%3.14

Codes

Color #D373F7 in popluar color models

D373F7
RGB211115247
HSL284°89.19%70.98%
HSB/HSV284°53.44%96.86%
CMYK14.57%53.44%0.00%
3.14%

Color #D373F7 in popluar number systems.

HEXD373F7
Decimal211115247
Binary11010011111001111110111
Octal323163367

Shades and tints

Shades of #D373F7

#D373F7
(211,115,247)
#C069E1
(192,105,225)
#AD5FCB
(173,95,203)
#9A55B5
(154,85,181)
#874B9F
(135,75,159)
#744189
(116,65,137)
#613773
(97,55,115)
#4E2D5D
(78,45,93)
#3B2347
(59,35,71)
#281931
(40,25,49)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #D373F7

#D373F7
(211,115,247)
#D77FF7
(215,127,247)
#DB8BF7
(219,139,247)
#DF97F7
(223,151,247)
#E3A3F7
(227,163,247)
#E7AFF7
(231,175,247)
#EBBBF7
(235,187,247)
#EFC7F7
(239,199,247)
#F3D3F7
(243,211,247)
#F7DFF7
(247,223,247)
#FBEBF7
(251,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D373F7; }

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

This text font color is #D373F7.


Background Color

.myBgColor { background-color: #D373F7; }

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

This div background color is #D373F7.


Border color

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

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

This div border color is #D373F7.


Opacity

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

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

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

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

This text has shadow with #D373F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D373F7 on black background.


Color preview on white background

This text has color #D373F7 on white background.



Black color preview on #D373F7 background

This text has black color on #D373F7 background.


White color preview on #D373F7 background

This text has white color on #D373F7 background.