COLOR #D65FD5

HEX: #D65FD5
RGB: (214,95,213)

Color info

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

RGB color model

#D65FD5 color RGB value is (214,95,213).

  • red value is 214;
  • green value is 95;
  • blue value is 213.
RGB:
(214,95,213)
(84%,37%,84%)

RGB channels and saturation

R 214 of 255 = 84%
G 95 of 255 = 37%
B 213 of 255 = 84%

214
95
213

R + G + B ~ 68%. #D65FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 95 + 213 = 522 (100%)
R 214 of 522 ~ 41%
G 95 of 522 ~ 18.2%
B 213 of 522 ~ 40.8%

%41
%18.2
%40.8

CMYK color model

#D65FD5 color CMYK value is (0,56,0,16).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK:
(0,56,0,16)
C0M56Y0K16 
(0%,56%,0%,16%)
(0.00/0.56/0.00/0.16)	

CMYK percentages

%0
%55.61
%0.47
%16.08

Codes

Color #D65FD5 in popluar color models

D65FD5
RGB21495213
HSL301°59.20%60.59%
HSB/HSV301°55.61%83.92%
CMYK0.00%55.61%0.47%
16.08%

Color #D65FD5 in popluar number systems.

HEXD65FD5
Decimal21495213
Binary11010110101111111010101
Octal326137325

Shades and tints

Shades of #D65FD5

#D65FD5
(214,95,213)
#C357C2
(195,87,194)
#B04FAF
(176,79,175)
#9D479C
(157,71,156)
#8A3F89
(138,63,137)
#773776
(119,55,118)
#642F63
(100,47,99)
#512750
(81,39,80)
#3E1F3D
(62,31,61)
#2B172A
(43,23,42)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #D65FD5

#D65FD5
(214,95,213)
#D96DD8
(217,109,216)
#DC7BDB
(220,123,219)
#DF89DE
(223,137,222)
#E297E1
(226,151,225)
#E5A5E4
(229,165,228)
#E8B3E7
(232,179,231)
#EBC1EA
(235,193,234)
#EECFED
(238,207,237)
#F1DDF0
(241,221,240)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65FD5 color. Also use rgb(214,95,213) instead hex code.

Text Font Color

.myTextColor { color: #D65FD5; }

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

This text font color is #D65FD5.


Background Color

.myBgColor { background-color: #D65FD5; }

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

This div background color is #D65FD5.


Border color

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

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

This div border color is #D65FD5.


Opacity

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

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

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

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

This text has shadow with #D65FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65FD5 on black background.


Color preview on white background

This text has color #D65FD5 on white background.



Black color preview on #D65FD5 background

This text has black color on #D65FD5 background.


White color preview on #D65FD5 background

This text has white color on #D65FD5 background.