COLOR #D589F2

HEX: #D589F2
RGB: (213,137,242)

Color info

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

RGB color model

#D589F2 color RGB value is (213,137,242).

  • red value is 213;
  • green value is 137;
  • blue value is 242.
RGB:
(213,137,242)
(84%,54%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 242 of 255 = 95%

213
137
242

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

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 242 = 592 (100%)
R 213 of 592 ~ 35.98%
G 137 of 592 ~ 23.14%
B 242 of 592 ~ 40.88%

%35.98
%23.14
%40.88

CMYK color model

#D589F2 color CMYK value is (12,43,0,5).

  • cyan value is 11.98%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,43,0,5)
C12M43Y0K5 
(12%,43%,0%,5%)
(0.12/0.43/0.00/0.05)	

CMYK percentages

%11.98
%43.39
%0
%5.1

Codes

Color #D589F2 in popluar color models

D589F2
RGB213137242
HSL283°80.15%74.31%
HSB/HSV283°43.39%94.90%
CMYK11.98%43.39%0.00%
5.10%

Color #D589F2 in popluar number systems.

HEXD589F2
Decimal213137242
Binary110101011000100111110010
Octal325211362

Shades and tints

Shades of #D589F2

#D589F2
(213,137,242)
#C27DDC
(194,125,220)
#AF71C6
(175,113,198)
#9C65B0
(156,101,176)
#89599A
(137,89,154)
#764D84
(118,77,132)
#63416E
(99,65,110)
#503558
(80,53,88)
#3D2942
(61,41,66)
#2A1D2C
(42,29,44)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D589F2

#D589F2
(213,137,242)
#D893F3
(216,147,243)
#DB9DF4
(219,157,244)
#DEA7F5
(222,167,245)
#E1B1F6
(225,177,246)
#E4BBF7
(228,187,247)
#E7C5F8
(231,197,248)
#EACFF9
(234,207,249)
#EDD9FA
(237,217,250)
#F0E3FB
(240,227,251)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D589F2 color. Also use rgb(213,137,242) instead hex code.

Text Font Color

.myTextColor { color: #D589F2; }

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

This text font color is #D589F2.


Background Color

.myBgColor { background-color: #D589F2; }

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

This div background color is #D589F2.


Border color

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

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

This div border color is #D589F2.


Opacity

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

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

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

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

This text has shadow with #D589F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D589F2 on black background.


Color preview on white background

This text has color #D589F2 on white background.



Black color preview on #D589F2 background

This text has black color on #D589F2 background.


White color preview on #D589F2 background

This text has white color on #D589F2 background.