COLOR #D095FA

HEX: #D095FA
RGB: (208,149,250)

Color info

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

RGB color model

#D095FA color RGB value is (208,149,250).

  • red value is 208;
  • green value is 149;
  • blue value is 250.
RGB:
(208,149,250)
(82%,58%,98%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 250 of 255 = 98%

208
149
250

R + G + B ~ 79%. #D095FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 149 + 250 = 607 (100%)
R 208 of 607 ~ 34.27%
G 149 of 607 ~ 24.55%
B 250 of 607 ~ 41.19%

%34.27
%24.55
%41.19

CMYK color model

#D095FA color CMYK value is (17,40,0,2).

  • cyan value is 16.80%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(17,40,0,2)
C17M40Y0K2 
(17%,40%,0%,2%)
(0.17/0.40/0.00/0.02)	

CMYK percentages

%16.8
%40.4
%0
%1.96

Codes

Color #D095FA in popluar color models

D095FA
RGB208149250
HSL275°90.99%78.24%
HSB/HSV275°40.40%98.04%
CMYK16.80%40.40%0.00%
1.96%

Color #D095FA in popluar number systems.

HEXD095FA
Decimal208149250
Binary110100001001010111111010
Octal320225372

Shades and tints

Shades of #D095FA

#D095FA
(208,149,250)
#BE88E4
(190,136,228)
#AC7BCE
(172,123,206)
#9A6EB8
(154,110,184)
#8861A2
(136,97,162)
#76548C
(118,84,140)
#644776
(100,71,118)
#523A60
(82,58,96)
#402D4A
(64,45,74)
#2E2034
(46,32,52)
#1C131E
(28,19,30)
#000000
(0,0,0)

Tints of #D095FA

#D095FA
(208,149,250)
#D49EFA
(212,158,250)
#D8A7FA
(216,167,250)
#DCB0FA
(220,176,250)
#E0B9FA
(224,185,250)
#E4C2FA
(228,194,250)
#E8CBFA
(232,203,250)
#ECD4FA
(236,212,250)
#F0DDFA
(240,221,250)
#F4E6FA
(244,230,250)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D095FA color. Also use rgb(208,149,250) instead hex code.

Text Font Color

.myTextColor { color: #D095FA; }

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

This text font color is #D095FA.


Background Color

.myBgColor { background-color: #D095FA; }

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

This div background color is #D095FA.


Border color

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

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

This div border color is #D095FA.


Opacity

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

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

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

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

This text has shadow with #D095FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D095FA on black background.


Color preview on white background

This text has color #D095FA on white background.



Black color preview on #D095FA background

This text has black color on #D095FA background.


White color preview on #D095FA background

This text has white color on #D095FA background.