COLOR #D065E1

HEX: #D065E1
RGB: (208,101,225)

Color info

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

RGB color model

#D065E1 color RGB value is (208,101,225).

  • red value is 208;
  • green value is 101;
  • blue value is 225.
RGB:
(208,101,225)
(82%,40%,88%)

RGB channels and saturation

R 208 of 255 = 82%
G 101 of 255 = 40%
B 225 of 255 = 88%

208
101
225

R + G + B ~ 70%. #D065E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 101 + 225 = 534 (100%)
R 208 of 534 ~ 38.95%
G 101 of 534 ~ 18.91%
B 225 of 534 ~ 42.13%

%38.95
%18.91
%42.13

CMYK color model

#D065E1 color CMYK value is (8,55,0,12).

  • cyan value is 7.56%
  • magenta value is 55.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,55,0,12)
C8M55Y0K12 
(8%,55%,0%,12%)
(0.08/0.55/0.00/0.12)	

CMYK percentages

%7.56
%55.11
%0
%11.76

Codes

Color #D065E1 in popluar color models

D065E1
RGB208101225
HSL292°67.39%63.92%
HSB/HSV292°55.11%88.24%
CMYK7.56%55.11%0.00%
11.76%

Color #D065E1 in popluar number systems.

HEXD065E1
Decimal208101225
Binary11010000110010111100001
Octal320145341

Shades and tints

Shades of #D065E1

#D065E1
(208,101,225)
#BE5CCD
(190,92,205)
#AC53B9
(172,83,185)
#9A4AA5
(154,74,165)
#884191
(136,65,145)
#76387D
(118,56,125)
#642F69
(100,47,105)
#522655
(82,38,85)
#401D41
(64,29,65)
#2E142D
(46,20,45)
#1C0B19
(28,11,25)
#000000
(0,0,0)

Tints of #D065E1

#D065E1
(208,101,225)
#D473E3
(212,115,227)
#D881E5
(216,129,229)
#DC8FE7
(220,143,231)
#E09DE9
(224,157,233)
#E4ABEB
(228,171,235)
#E8B9ED
(232,185,237)
#ECC7EF
(236,199,239)
#F0D5F1
(240,213,241)
#F4E3F3
(244,227,243)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D065E1 color. Also use rgb(208,101,225) instead hex code.

Text Font Color

.myTextColor { color: #D065E1; }

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

This text font color is #D065E1.


Background Color

.myBgColor { background-color: #D065E1; }

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

This div background color is #D065E1.


Border color

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

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

This div border color is #D065E1.


Opacity

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

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

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

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

This text has shadow with #D065E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D065E1 on black background.


Color preview on white background

This text has color #D065E1 on white background.



Black color preview on #D065E1 background

This text has black color on #D065E1 background.


White color preview on #D065E1 background

This text has white color on #D065E1 background.