COLOR #D665E2

HEX: #D665E2
RGB: (214,101,226)

Color info

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

RGB color model

#D665E2 color RGB value is (214,101,226).

  • red value is 214;
  • green value is 101;
  • blue value is 226.
RGB:
(214,101,226)
(84%,40%,89%)

RGB channels and saturation

R 214 of 255 = 84%
G 101 of 255 = 40%
B 226 of 255 = 89%

214
101
226

R + G + B ~ 71%. #D665E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 101 + 226 = 541 (100%)
R 214 of 541 ~ 39.56%
G 101 of 541 ~ 18.67%
B 226 of 541 ~ 41.77%

%39.56
%18.67
%41.77

CMYK color model

#D665E2 color CMYK value is (5,55,0,11).

  • cyan value is 5.31%
  • magenta value is 55.31%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(5,55,0,11)
C5M55Y0K11 
(5%,55%,0%,11%)
(0.05/0.55/0.00/0.11)	

CMYK percentages

%5.31
%55.31
%0
%11.37

Codes

Color #D665E2 in popluar color models

D665E2
RGB214101226
HSL294°68.31%64.12%
HSB/HSV294°55.31%88.63%
CMYK5.31%55.31%0.00%
11.37%

Color #D665E2 in popluar number systems.

HEXD665E2
Decimal214101226
Binary11010110110010111100010
Octal326145342

Shades and tints

Shades of #D665E2

#D665E2
(214,101,226)
#C35CCE
(195,92,206)
#B053BA
(176,83,186)
#9D4AA6
(157,74,166)
#8A4192
(138,65,146)
#77387E
(119,56,126)
#642F6A
(100,47,106)
#512656
(81,38,86)
#3E1D42
(62,29,66)
#2B142E
(43,20,46)
#180B1A
(24,11,26)
#000000
(0,0,0)

Tints of #D665E2

#D665E2
(214,101,226)
#D973E4
(217,115,228)
#DC81E6
(220,129,230)
#DF8FE8
(223,143,232)
#E29DEA
(226,157,234)
#E5ABEC
(229,171,236)
#E8B9EE
(232,185,238)
#EBC7F0
(235,199,240)
#EED5F2
(238,213,242)
#F1E3F4
(241,227,244)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D665E2 color. Also use rgb(214,101,226) instead hex code.

Text Font Color

.myTextColor { color: #D665E2; }

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

This text font color is #D665E2.


Background Color

.myBgColor { background-color: #D665E2; }

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

This div background color is #D665E2.


Border color

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

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

This div border color is #D665E2.


Opacity

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

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

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

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

This text has shadow with #D665E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D665E2 on black background.


Color preview on white background

This text has color #D665E2 on white background.



Black color preview on #D665E2 background

This text has black color on #D665E2 background.


White color preview on #D665E2 background

This text has white color on #D665E2 background.