COLOR #D585FA

HEX: #D585FA
RGB: (213,133,250)

Color info

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

RGB color model

#D585FA color RGB value is (213,133,250).

  • red value is 213;
  • green value is 133;
  • blue value is 250.
RGB:
(213,133,250)
(84%,52%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 133 of 255 = 52%
B 250 of 255 = 98%

213
133
250

R + G + B ~ 78%. #D585FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 133 + 250 = 596 (100%)
R 213 of 596 ~ 35.74%
G 133 of 596 ~ 22.32%
B 250 of 596 ~ 41.95%

%35.74
%22.32
%41.95

CMYK color model

#D585FA color CMYK value is (15,47,0,2).

  • cyan value is 14.80%
  • magenta value is 46.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,47,0,2)
C15M47Y0K2 
(15%,47%,0%,2%)
(0.15/0.47/0.00/0.02)	

CMYK percentages

%14.8
%46.8
%0
%1.96

Codes

Color #D585FA in popluar color models

D585FA
RGB213133250
HSL281°92.13%75.10%
HSB/HSV281°46.80%98.04%
CMYK14.80%46.80%0.00%
1.96%

Color #D585FA in popluar number systems.

HEXD585FA
Decimal213133250
Binary110101011000010111111010
Octal325205372

Shades and tints

Shades of #D585FA

#D585FA
(213,133,250)
#C279E4
(194,121,228)
#AF6DCE
(175,109,206)
#9C61B8
(156,97,184)
#8955A2
(137,85,162)
#76498C
(118,73,140)
#633D76
(99,61,118)
#503160
(80,49,96)
#3D254A
(61,37,74)
#2A1934
(42,25,52)
#170D1E
(23,13,30)
#000000
(0,0,0)

Tints of #D585FA

#D585FA
(213,133,250)
#D890FA
(216,144,250)
#DB9BFA
(219,155,250)
#DEA6FA
(222,166,250)
#E1B1FA
(225,177,250)
#E4BCFA
(228,188,250)
#E7C7FA
(231,199,250)
#EAD2FA
(234,210,250)
#EDDDFA
(237,221,250)
#F0E8FA
(240,232,250)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D585FA color. Also use rgb(213,133,250) instead hex code.

Text Font Color

.myTextColor { color: #D585FA; }

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

This text font color is #D585FA.


Background Color

.myBgColor { background-color: #D585FA; }

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

This div background color is #D585FA.


Border color

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

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

This div border color is #D585FA.


Opacity

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

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

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

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

This text has shadow with #D585FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D585FA on black background.


Color preview on white background

This text has color #D585FA on white background.



Black color preview on #D585FA background

This text has black color on #D585FA background.


White color preview on #D585FA background

This text has white color on #D585FA background.