COLOR #D085F0

HEX: #D085F0
RGB: (208,133,240)

Color info

#D085F0 contains mainly red and blue colors. Web safe color of #D085F0 is #CC99FF (or #C9F).

RGB color model

#D085F0 color RGB value is (208,133,240).

  • red value is 208;
  • green value is 133;
  • blue value is 240.
RGB:
(208,133,240)
(82%,52%,94%)

RGB channels and saturation

R 208 of 255 = 82%
G 133 of 255 = 52%
B 240 of 255 = 94%

208
133
240

R + G + B ~ 76%. #D085F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 133 + 240 = 581 (100%)
R 208 of 581 ~ 35.8%
G 133 of 581 ~ 22.89%
B 240 of 581 ~ 41.31%

%35.8
%22.89
%41.31

CMYK color model

#D085F0 color CMYK value is (13,45,0,6).

  • cyan value is 13.33%
  • magenta value is 44.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,45,0,6)
C13M45Y0K6 
(13%,45%,0%,6%)
(0.13/0.45/0.00/0.06)	

CMYK percentages

%13.33
%44.58
%0
%5.88

Codes

Color #D085F0 in popluar color models

D085F0
RGB208133240
HSL282°78.10%73.14%
HSB/HSV282°44.58%94.12%
CMYK13.33%44.58%0.00%
5.88%

Color #D085F0 in popluar number systems.

HEXD085F0
Decimal208133240
Binary110100001000010111110000
Octal320205360

Shades and tints

Shades of #D085F0

#D085F0
(208,133,240)
#BE79DB
(190,121,219)
#AC6DC6
(172,109,198)
#9A61B1
(154,97,177)
#88559C
(136,85,156)
#764987
(118,73,135)
#643D72
(100,61,114)
#52315D
(82,49,93)
#402548
(64,37,72)
#2E1933
(46,25,51)
#1C0D1E
(28,13,30)
#000000
(0,0,0)

Tints of #D085F0

#D085F0
(208,133,240)
#D490F1
(212,144,241)
#D89BF2
(216,155,242)
#DCA6F3
(220,166,243)
#E0B1F4
(224,177,244)
#E4BCF5
(228,188,245)
#E8C7F6
(232,199,246)
#ECD2F7
(236,210,247)
#F0DDF8
(240,221,248)
#F4E8F9
(244,232,249)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D085F0 color. Also use rgb(208,133,240) instead hex code.

Text Font Color

.myTextColor { color: #D085F0; }

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

This text font color is #D085F0.


Background Color

.myBgColor { background-color: #D085F0; }

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

This div background color is #D085F0.


Border color

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

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

This div border color is #D085F0.


Opacity

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

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

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

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

This text has shadow with #D085F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D085F0 on black background.


Color preview on white background

This text has color #D085F0 on white background.



Black color preview on #D085F0 background

This text has black color on #D085F0 background.


White color preview on #D085F0 background

This text has white color on #D085F0 background.