COLOR #D58DED

HEX: #D58DED
RGB: (213,141,237)

Color info

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

RGB color model

#D58DED color RGB value is (213,141,237).

  • red value is 213;
  • green value is 141;
  • blue value is 237.
RGB:
(213,141,237)
(84%,55%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 141 of 255 = 55%
B 237 of 255 = 93%

213
141
237

R + G + B ~ 77%. #D58DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 141 + 237 = 591 (100%)
R 213 of 591 ~ 36.04%
G 141 of 591 ~ 23.86%
B 237 of 591 ~ 40.1%

%36.04
%23.86
%40.1

CMYK color model

#D58DED color CMYK value is (10,41,0,7).

  • cyan value is 10.13%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,41,0,7)
C10M41Y0K7 
(10%,41%,0%,7%)
(0.10/0.41/0.00/0.07)	

CMYK percentages

%10.13
%40.51
%0
%7.06

Codes

Color #D58DED in popluar color models

D58DED
RGB213141237
HSL285°72.73%74.12%
HSB/HSV285°40.51%92.94%
CMYK10.13%40.51%0.00%
7.06%

Color #D58DED in popluar number systems.

HEXD58DED
Decimal213141237
Binary110101011000110111101101
Octal325215355

Shades and tints

Shades of #D58DED

#D58DED
(213,141,237)
#C281D8
(194,129,216)
#AF75C3
(175,117,195)
#9C69AE
(156,105,174)
#895D99
(137,93,153)
#765184
(118,81,132)
#63456F
(99,69,111)
#50395A
(80,57,90)
#3D2D45
(61,45,69)
#2A2130
(42,33,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #D58DED

#D58DED
(213,141,237)
#D897EE
(216,151,238)
#DBA1EF
(219,161,239)
#DEABF0
(222,171,240)
#E1B5F1
(225,181,241)
#E4BFF2
(228,191,242)
#E7C9F3
(231,201,243)
#EAD3F4
(234,211,244)
#EDDDF5
(237,221,245)
#F0E7F6
(240,231,246)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58DED; }

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

This text font color is #D58DED.


Background Color

.myBgColor { background-color: #D58DED; }

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

This div background color is #D58DED.


Border color

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

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

This div border color is #D58DED.


Opacity

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

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

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

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

This text has shadow with #D58DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58DED on black background.


Color preview on white background

This text has color #D58DED on white background.



Black color preview on #D58DED background

This text has black color on #D58DED background.


White color preview on #D58DED background

This text has white color on #D58DED background.