COLOR #D081C7

HEX: #D081C7
RGB: (208,129,199)

Color info

#D081C7 contains mainly red and blue colors. Web safe color of #D081C7 is #CC99CC (or #C9C).

RGB color model

#D081C7 color RGB value is (208,129,199).

  • red value is 208;
  • green value is 129;
  • blue value is 199.
RGB:
(208,129,199)
(82%,51%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 129 of 255 = 51%
B 199 of 255 = 78%

208
129
199

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

Portions of RGB colors in percentages

R + G + B =
208 + 129 + 199 = 536 (100%)
R 208 of 536 ~ 38.81%
G 129 of 536 ~ 24.07%
B 199 of 536 ~ 37.13%

%38.81
%24.07
%37.13

CMYK color model

#D081C7 color CMYK value is (0,38,4,18).

  • cyan value is 0.00%
  • magenta value is 37.98%
  • yellow value is 4.33%
  • key color value is 18.43%
CMYK:
(0,38,4,18)
C0M38Y4K18 
(0%,38%,4%,18%)
(0.00/0.38/0.04/0.18)	

CMYK percentages

%0
%37.98
%4.33
%18.43

Codes

Color #D081C7 in popluar color models

D081C7
RGB208129199
HSL307°45.66%66.08%
HSB/HSV307°37.98%81.57%
CMYK0.00%37.98%4.33%
18.43%

Color #D081C7 in popluar number systems.

HEXD081C7
Decimal208129199
Binary110100001000000111000111
Octal320201307

Shades and tints

Shades of #D081C7

#D081C7
(208,129,199)
#BE76B5
(190,118,181)
#AC6BA3
(172,107,163)
#9A6091
(154,96,145)
#88557F
(136,85,127)
#764A6D
(118,74,109)
#643F5B
(100,63,91)
#523449
(82,52,73)
#402937
(64,41,55)
#2E1E25
(46,30,37)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #D081C7

#D081C7
(208,129,199)
#D48CCC
(212,140,204)
#D897D1
(216,151,209)
#DCA2D6
(220,162,214)
#E0ADDB
(224,173,219)
#E4B8E0
(228,184,224)
#E8C3E5
(232,195,229)
#ECCEEA
(236,206,234)
#F0D9EF
(240,217,239)
#F4E4F4
(244,228,244)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D081C7 color. Also use rgb(208,129,199) instead hex code.

Text Font Color

.myTextColor { color: #D081C7; }

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

This text font color is #D081C7.


Background Color

.myBgColor { background-color: #D081C7; }

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

This div background color is #D081C7.


Border color

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

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

This div border color is #D081C7.


Opacity

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

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

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

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

This text has shadow with #D081C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D081C7 on black background.


Color preview on white background

This text has color #D081C7 on white background.



Black color preview on #D081C7 background

This text has black color on #D081C7 background.


White color preview on #D081C7 background

This text has white color on #D081C7 background.