COLOR #D58DE6

HEX: #D58DE6 RGB: (213,141,230)

Color info

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

RGB color model

#D58DE6 color RGB value is (213,141,230).

RGB: (213,141,230) (84%, 55%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 141 of 255 = 55%
B 230 of 255 = 90%

213
141
230

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

Portions of RGB colors in percentages

R + G + B = 213 + 141 + 230 = 584 (100%)
R 213 of 584 ~ 36.47%
G 141 of 584 ~ 24.14%
B 230 of 584 ~ 39.38'%

%36.47
%24.14
%39.38

CMYK color model

#D58DE6 color CMYK value is (7,39,0,10).

  • cyan value is 7.39%
  • magenta value is 38.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (7,39,0,10) C7M39Y0K10 (7%,39%,0%,10%) (0.07/0.39/0.00/0.10) 

CMYK percentages

%7.39
%38.7
%0
%9.8

Codes

Color #D58DE6 in popluar color models

D5 8D E6
RGB 213 141 230
HSL 289° 64.03% 72.75%
HSB/HSV 289° 38.70% 90.20%
CMYK 7.39% 38.70% 0.00%
9.80%

Color #D58DE6 in popluar number systems.

HEX D5 8D E6
Decimal 213 141 230
Binary 11010101 10001101 11100110
Octal 325 215 346

Shades and tints

Shades of #D58DE6

#D58DE6
(213,141,230)
#C281D2
(194,129,210)
#AF75BE
(175,117,190)
#9C69AA
(156,105,170)
#895D96
(137,93,150)
#765182
(118,81,130)
#63456E
(99,69,110)
#50395A
(80,57,90)
#3D2D46
(61,45,70)
#2A2132
(42,33,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #D58DE6

#D58DE6
(213,141,230)
#D897E8
(216,151,232)
#DBA1EA
(219,161,234)
#DEABEC
(222,171,236)
#E1B5EE
(225,181,238)
#E4BFF0
(228,191,240)
#E7C9F2
(231,201,242)
#EAD3F4
(234,211,244)
#EDDDF6
(237,221,246)
#F0E7F8
(240,231,248)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58DE6 color. Also use rgb(213,141,230) instead hex code.

Text Font Color

.myTextColor { color: #D58DE6; }

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

This text font color is #D58DE6.

Background Color

.myBgColor { background-color: #D58DE6; }

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

This div background color is #D58DE6.

Border color

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

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

This div border color is #D58DE6.

Opacity

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

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

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

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

This text has shadow with #D58DE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D58DE6.

Preview

Color preview on black background

This text has color #D58DE6 on black background.


Color preview on white background

This text has color #D58DE6 on white background.


Black color preview on #D58DE6 background

This text has black color on #D58DE6 background.


White color preview on #D58DE6 background

This text has white color on #D58DE6 background.


Related colors

Complementary color

Complementary color for #hex is #2A7219.


I love getcolorcode.com

Triadic colors

1 #E6D58D and #8DE6D5 with #D58DE6 are triadic colors.

2 #E68DD5 and #8DD5E6 with #D58DE6 are triadic colors.