COLOR #D65096

HEX: #D65096
RGB: (214,80,150)

Color info

#D65096 contains mainly red color. Web safe color of #D65096 is #CC6699 (or #C69).

RGB color model

#D65096 color RGB value is (214,80,150).

  • red value is 214;
  • green value is 80;
  • blue value is 150.
RGB:
(214,80,150)
(84%,31%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 80 of 255 = 31%
B 150 of 255 = 59%

214
80
150

R + G + B ~ 58%. #D65096 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 80 + 150 = 444 (100%)
R 214 of 444 ~ 48.2%
G 80 of 444 ~ 18.02%
B 150 of 444 ~ 33.78%

%48.2
%18.02
%33.78

CMYK color model

#D65096 color CMYK value is (0,63,30,16).

  • cyan value is 0.00%
  • magenta value is 62.62%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,63,30,16)
C0M63Y30K16 
(0%,63%,30%,16%)
(0.00/0.63/0.30/0.16)	

CMYK percentages

%0
%62.62
%29.91
%16.08

Codes

Color #D65096 in popluar color models

D65096
RGB21480150
HSL329°62.04%57.65%
HSB/HSV329°62.62%83.92%
CMYK0.00%62.62%29.91%
16.08%

Color #D65096 in popluar number systems.

HEXD65096
Decimal21480150
Binary11010110101000010010110
Octal326120226

Shades and tints

Shades of #D65096

#D65096
(214,80,150)
#C34989
(195,73,137)
#B0427C
(176,66,124)
#9D3B6F
(157,59,111)
#8A3462
(138,52,98)
#772D55
(119,45,85)
#642648
(100,38,72)
#511F3B
(81,31,59)
#3E182E
(62,24,46)
#2B1121
(43,17,33)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #D65096

#D65096
(214,80,150)
#D95F9F
(217,95,159)
#DC6EA8
(220,110,168)
#DF7DB1
(223,125,177)
#E28CBA
(226,140,186)
#E59BC3
(229,155,195)
#E8AACC
(232,170,204)
#EBB9D5
(235,185,213)
#EEC8DE
(238,200,222)
#F1D7E7
(241,215,231)
#F4E6F0
(244,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65096 color. Also use rgb(214,80,150) instead hex code.

Text Font Color

.myTextColor { color: #D65096; }

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

This text font color is #D65096.


Background Color

.myBgColor { background-color: #D65096; }

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

This div background color is #D65096.


Border color

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

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

This div border color is #D65096.


Opacity

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

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

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

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

This text has shadow with #D65096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65096 on black background.


Color preview on white background

This text has color #D65096 on white background.



Black color preview on #D65096 background

This text has black color on #D65096 background.


White color preview on #D65096 background

This text has white color on #D65096 background.