COLOR #D585FE

HEX: #D585FE RGB: (213,133,254)

Color info

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

RGB color model

#D585FE color RGB value is (213,133,254).

RGB: (213,133,254) (84%, 52%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 133 of 255 = 52%
B 254 of 255 = 100%

213
133
254

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

Portions of RGB colors in percentages

R + G + B = 213 + 133 + 254 = 600 (100%)
R 213 of 600 ~ 35.5%
G 133 of 600 ~ 22.17%
B 254 of 600 ~ 42.33'%

%35.5
%22.17
%42.33

CMYK color model

#D585FE color CMYK value is (16,48,0,0).

  • cyan value is 16.14%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (16,48,0,0) C16M48Y0K0 (16%,48%,0%,0%) (0.16/0.48/0.00/0.00) 

CMYK percentages

%16.14
%47.64
%0
%0.39

Codes

Color #D585FE in popluar color models

D5 85 FE
RGB 213 133 254
HSL 280° 98.37% 75.88%
HSB/HSV 280° 47.64% 99.61%
CMYK 16.14% 47.64% 0.00%
0.39%

Color #D585FE in popluar number systems.

HEX D5 85 FE
Decimal 213 133 254
Binary 11010101 10000101 11111110
Octal 325 205 376

Shades and tints

Shades of #D585FE

#D585FE
(213,133,254)
#C279E7
(194,121,231)
#AF6DD0
(175,109,208)
#9C61B9
(156,97,185)
#8955A2
(137,85,162)
#76498B
(118,73,139)
#633D74
(99,61,116)
#50315D
(80,49,93)
#3D2546
(61,37,70)
#2A192F
(42,25,47)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #D585FE

#D585FE
(213,133,254)
#D890FE
(216,144,254)
#DB9BFE
(219,155,254)
#DEA6FE
(222,166,254)
#E1B1FE
(225,177,254)
#E4BCFE
(228,188,254)
#E7C7FE
(231,199,254)
#EAD2FE
(234,210,254)
#EDDDFE
(237,221,254)
#F0E8FE
(240,232,254)
#F3F3FE
(243,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D585FE; }

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

This text font color is #D585FE.

Background Color

.myBgColor { background-color: #D585FE; }

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

This div background color is #D585FE.

Border color

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

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

This div border color is #D585FE.

Opacity

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

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

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

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

This text has shadow with #D585FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D585FE.

Preview

Color preview on black background

This text has color #D585FE on black background.


Color preview on white background

This text has color #D585FE on white background.


Black color preview on #D585FE background

This text has black color on #D585FE background.


White color preview on #D585FE background

This text has white color on #D585FE background.


Related colors

Complementary color

Complementary color for #hex is #2A7A01.


I love getcolorcode.com

Triadic colors

1 #FED585 and #85FED5 with #D585FE are triadic colors.

2 #FE85D5 and #85D5FE with #D585FE are triadic colors.