COLOR #D583DD

HEX: #D583DD
RGB: (213,131,221)

Color info

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

RGB color model

#D583DD color RGB value is (213,131,221).

  • red value is 213;
  • green value is 131;
  • blue value is 221.
RGB:
(213,131,221)
(84%,51%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 221 of 255 = 87%

213
131
221

R + G + B ~ 74%. #D583DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 131 + 221 = 565 (100%)
R 213 of 565 ~ 37.7%
G 131 of 565 ~ 23.19%
B 221 of 565 ~ 39.12%

%37.7
%23.19
%39.12

CMYK color model

#D583DD color CMYK value is (4,41,0,13).

  • cyan value is 3.62%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,41,0,13)
C4M41Y0K13 
(4%,41%,0%,13%)
(0.04/0.41/0.00/0.13)	

CMYK percentages

%3.62
%40.72
%0
%13.33

Codes

Color #D583DD in popluar color models

D583DD
RGB213131221
HSL295°56.96%69.02%
HSB/HSV295°40.72%86.67%
CMYK3.62%40.72%0.00%
13.33%

Color #D583DD in popluar number systems.

HEXD583DD
Decimal213131221
Binary110101011000001111011101
Octal325203335

Shades and tints

Shades of #D583DD

#D583DD
(213,131,221)
#C278C9
(194,120,201)
#AF6DB5
(175,109,181)
#9C62A1
(156,98,161)
#89578D
(137,87,141)
#764C79
(118,76,121)
#634165
(99,65,101)
#503651
(80,54,81)
#3D2B3D
(61,43,61)
#2A2029
(42,32,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D583DD

#D583DD
(213,131,221)
#D88EE0
(216,142,224)
#DB99E3
(219,153,227)
#DEA4E6
(222,164,230)
#E1AFE9
(225,175,233)
#E4BAEC
(228,186,236)
#E7C5EF
(231,197,239)
#EAD0F2
(234,208,242)
#EDDBF5
(237,219,245)
#F0E6F8
(240,230,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D583DD color. Also use rgb(213,131,221) instead hex code.

Text Font Color

.myTextColor { color: #D583DD; }

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

This text font color is #D583DD.


Background Color

.myBgColor { background-color: #D583DD; }

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

This div background color is #D583DD.


Border color

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

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

This div border color is #D583DD.


Opacity

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

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

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

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

This text has shadow with #D583DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D583DD on black background.


Color preview on white background

This text has color #D583DD on white background.



Black color preview on #D583DD background

This text has black color on #D583DD background.


White color preview on #D583DD background

This text has white color on #D583DD background.