COLOR #D07DCD

HEX: #D07DCD
RGB: (208,125,205)

Color info

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

RGB color model

#D07DCD color RGB value is (208,125,205).

  • red value is 208;
  • green value is 125;
  • blue value is 205.
RGB:
(208,125,205)
(82%,49%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 125 of 255 = 49%
B 205 of 255 = 80%

208
125
205

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

Portions of RGB colors in percentages

R + G + B =
208 + 125 + 205 = 538 (100%)
R 208 of 538 ~ 38.66%
G 125 of 538 ~ 23.23%
B 205 of 538 ~ 38.1%

%38.66
%23.23
%38.1

CMYK color model

#D07DCD color CMYK value is (0,40,1,18).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 1.44%
  • key color value is 18.43%
CMYK:
(0,40,1,18)
C0M40Y1K18 
(0%,40%,1%,18%)
(0.00/0.40/0.01/0.18)	

CMYK percentages

%0
%39.9
%1.44
%18.43

Codes

Color #D07DCD in popluar color models

D07DCD
RGB208125205
HSL302°46.89%65.29%
HSB/HSV302°39.90%81.57%
CMYK0.00%39.90%1.44%
18.43%

Color #D07DCD in popluar number systems.

HEXD07DCD
Decimal208125205
Binary11010000111110111001101
Octal320175315

Shades and tints

Shades of #D07DCD

#D07DCD
(208,125,205)
#BE72BB
(190,114,187)
#AC67A9
(172,103,169)
#9A5C97
(154,92,151)
#885185
(136,81,133)
#764673
(118,70,115)
#643B61
(100,59,97)
#52304F
(82,48,79)
#40253D
(64,37,61)
#2E1A2B
(46,26,43)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #D07DCD

#D07DCD
(208,125,205)
#D488D1
(212,136,209)
#D893D5
(216,147,213)
#DC9ED9
(220,158,217)
#E0A9DD
(224,169,221)
#E4B4E1
(228,180,225)
#E8BFE5
(232,191,229)
#ECCAE9
(236,202,233)
#F0D5ED
(240,213,237)
#F4E0F1
(244,224,241)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07DCD color. Also use rgb(208,125,205) instead hex code.

Text Font Color

.myTextColor { color: #D07DCD; }

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

This text font color is #D07DCD.


Background Color

.myBgColor { background-color: #D07DCD; }

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

This div background color is #D07DCD.


Border color

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

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

This div border color is #D07DCD.


Opacity

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

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

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

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

This text has shadow with #D07DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07DCD on black background.


Color preview on white background

This text has color #D07DCD on white background.



Black color preview on #D07DCD background

This text has black color on #D07DCD background.


White color preview on #D07DCD background

This text has white color on #D07DCD background.