COLOR #D648D1

HEX: #D648D1
RGB: (214,72,209)

Color info

#D648D1 contains mainly red and blue colors. Web safe color of #D648D1 is #CC33CC (or #C3C).

RGB color model

#D648D1 color RGB value is (214,72,209).

  • red value is 214;
  • green value is 72;
  • blue value is 209.
RGB:
(214,72,209)
(84%,28%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 72 of 255 = 28%
B 209 of 255 = 82%

214
72
209

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

Portions of RGB colors in percentages

R + G + B =
214 + 72 + 209 = 495 (100%)
R 214 of 495 ~ 43.23%
G 72 of 495 ~ 14.55%
B 209 of 495 ~ 42.22%

%43.23
%14.55
%42.22

CMYK color model

#D648D1 color CMYK value is (0,66,2,16).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(0,66,2,16)
C0M66Y2K16 
(0%,66%,2%,16%)
(0.00/0.66/0.02/0.16)	

CMYK percentages

%0
%66.36
%2.34
%16.08

Codes

Color #D648D1 in popluar color models

D648D1
RGB21472209
HSL302°63.39%56.08%
HSB/HSV302°66.36%83.92%
CMYK0.00%66.36%2.34%
16.08%

Color #D648D1 in popluar number systems.

HEXD648D1
Decimal21472209
Binary11010110100100011010001
Octal326110321

Shades and tints

Shades of #D648D1

#D648D1
(214,72,209)
#C342BE
(195,66,190)
#B03CAB
(176,60,171)
#9D3698
(157,54,152)
#8A3085
(138,48,133)
#772A72
(119,42,114)
#64245F
(100,36,95)
#511E4C
(81,30,76)
#3E1839
(62,24,57)
#2B1226
(43,18,38)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #D648D1

#D648D1
(214,72,209)
#D958D5
(217,88,213)
#DC68D9
(220,104,217)
#DF78DD
(223,120,221)
#E288E1
(226,136,225)
#E598E5
(229,152,229)
#E8A8E9
(232,168,233)
#EBB8ED
(235,184,237)
#EEC8F1
(238,200,241)
#F1D8F5
(241,216,245)
#F4E8F9
(244,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D648D1 color. Also use rgb(214,72,209) instead hex code.

Text Font Color

.myTextColor { color: #D648D1; }

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

This text font color is #D648D1.


Background Color

.myBgColor { background-color: #D648D1; }

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

This div background color is #D648D1.


Border color

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

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

This div border color is #D648D1.


Opacity

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

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

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

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

This text has shadow with #D648D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D648D1 on black background.


Color preview on white background

This text has color #D648D1 on white background.



Black color preview on #D648D1 background

This text has black color on #D648D1 background.


White color preview on #D648D1 background

This text has white color on #D648D1 background.