COLOR #D67DC7

HEX: #D67DC7
RGB: (214,125,199)

Color info

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

RGB color model

#D67DC7 color RGB value is (214,125,199).

  • red value is 214;
  • green value is 125;
  • blue value is 199.
RGB:
(214,125,199)
(84%,49%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 125 of 255 = 49%
B 199 of 255 = 78%

214
125
199

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

Portions of RGB colors in percentages

R + G + B =
214 + 125 + 199 = 538 (100%)
R 214 of 538 ~ 39.78%
G 125 of 538 ~ 23.23%
B 199 of 538 ~ 36.99%

%39.78
%23.23
%36.99

CMYK color model

#D67DC7 color CMYK value is (0,42,7,16).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 7.01%
  • key color value is 16.08%
CMYK:
(0,42,7,16)
C0M42Y7K16 
(0%,42%,7%,16%)
(0.00/0.42/0.07/0.16)	

CMYK percentages

%0
%41.59
%7.01
%16.08

Codes

Color #D67DC7 in popluar color models

D67DC7
RGB214125199
HSL310°52.05%66.47%
HSB/HSV310°41.59%83.92%
CMYK0.00%41.59%7.01%
16.08%

Color #D67DC7 in popluar number systems.

HEXD67DC7
Decimal214125199
Binary11010110111110111000111
Octal326175307

Shades and tints

Shades of #D67DC7

#D67DC7
(214,125,199)
#C372B5
(195,114,181)
#B067A3
(176,103,163)
#9D5C91
(157,92,145)
#8A517F
(138,81,127)
#77466D
(119,70,109)
#643B5B
(100,59,91)
#513049
(81,48,73)
#3E2537
(62,37,55)
#2B1A25
(43,26,37)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #D67DC7

#D67DC7
(214,125,199)
#D988CC
(217,136,204)
#DC93D1
(220,147,209)
#DF9ED6
(223,158,214)
#E2A9DB
(226,169,219)
#E5B4E0
(229,180,224)
#E8BFE5
(232,191,229)
#EBCAEA
(235,202,234)
#EED5EF
(238,213,239)
#F1E0F4
(241,224,244)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67DC7 color. Also use rgb(214,125,199) instead hex code.

Text Font Color

.myTextColor { color: #D67DC7; }

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

This text font color is #D67DC7.


Background Color

.myBgColor { background-color: #D67DC7; }

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

This div background color is #D67DC7.


Border color

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

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

This div border color is #D67DC7.


Opacity

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

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

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

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

This text has shadow with #D67DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67DC7 on black background.


Color preview on white background

This text has color #D67DC7 on white background.



Black color preview on #D67DC7 background

This text has black color on #D67DC7 background.


White color preview on #D67DC7 background

This text has white color on #D67DC7 background.