COLOR #D65EBE

HEX: #D65EBE RGB: (214,94,190)

Color info

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

RGB color model

#D65EBE color RGB value is (214,94,190).

RGB: (214,94,190) (84%, 37%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 94 of 255 = 37%
B 190 of 255 = 75%

214
94
190

R + G + B ~ 65%. #D65EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 94 + 190 = 498 (100%)
R 214 of 498 ~ 42.97%
G 94 of 498 ~ 18.88%
B 190 of 498 ~ 38.15'%

%42.97
%18.88
%38.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 56.07%
  • yellow value is 11.21%
  • key color value is 16.08%

CMYK: (0,56,11,16)
C0M56Y11K16 (0%, 56%, 11%, 16%)
(0.00 / 0.56 / 0.11 / 0.16)

CMYK percentages

%0
%56.07
%11.21
%16.08

Codes

Color #D65EBE in popluar color models

D6 5E BE
RGB 214 94 190
HSL 312° 59.41% 60.39%
HSB/HSV 312° 56.07% 83.92%
CMYK 0.00% 56.07% 11.21%
16.08%

Color #D65EBE in popluar number systems.

HEX D6 5E BE
Decimal 214 94 190
Binary 11010110 1011110 10111110
Octal 326 136 276

Shades and tints

Shades of #D65EBE

#D65EBE
(214,94,190)
#C356AD
(195,86,173)
#B04E9C
(176,78,156)
#9D468B
(157,70,139)
#8A3E7A
(138,62,122)
#773669
(119,54,105)
#642E58
(100,46,88)
#512647
(81,38,71)
#3E1E36
(62,30,54)
#2B1625
(43,22,37)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #D65EBE

#D65EBE
(214,94,190)
#D96CC3
(217,108,195)
#DC7AC8
(220,122,200)
#DF88CD
(223,136,205)
#E296D2
(226,150,210)
#E5A4D7
(229,164,215)
#E8B2DC
(232,178,220)
#EBC0E1
(235,192,225)
#EECEE6
(238,206,230)
#F1DCEB
(241,220,235)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65EBE color. Also use rgb(214,94,190) instead hex code.

Text Font Color

.myTextColor { color: #D65EBE; }

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

This text font color is #D65EBE.

Background Color

.myBgColor { background-color: #D65EBE; }

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

This div background color is #D65EBE.

Border color

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

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

This div border color is #D65EBE.

Opacity

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

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

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

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

This text has shadow with #D65EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D65EBE.

Preview

Color preview on black background

This text has color #D65EBE on black background.


Color preview on white background

This text has color #D65EBE on white background.


Black color preview on #D65EBE background

This text has black color on #D65EBE background.


White color preview on #D65EBE background

This text has white color on #D65EBE background.


Related colors

Complementary color

Complementary color for #hex is #29A141.


I love getcolorcode.com

Triadic colors

1 #BED65E and #5EBED6 with #D65EBE are triadic colors.

2 #BE5ED6 and #5ED6BE with #D65EBE are triadic colors.