COLOR #D598E9

HEX: #D598E9
RGB: (213,152,233)

Color info

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

RGB color model

#D598E9 color RGB value is (213,152,233).

  • red value is 213;
  • green value is 152;
  • blue value is 233.
RGB:
(213,152,233)
(84%,60%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 152 of 255 = 60%
B 233 of 255 = 91%

213
152
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 152 + 233 = 598 (100%)
R 213 of 598 ~ 35.62%
G 152 of 598 ~ 25.42%
B 233 of 598 ~ 38.96%

%35.62
%25.42
%38.96

CMYK color model

#D598E9 color CMYK value is (9,35,0,9).

  • cyan value is 8.58%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,35,0,9)
C9M35Y0K9 
(9%,35%,0%,9%)
(0.09/0.35/0.00/0.09)	

CMYK percentages

%8.58
%34.76
%0
%8.63

Codes

Color #D598E9 in popluar color models

D598E9
RGB213152233
HSL285°64.80%75.49%
HSB/HSV285°34.76%91.37%
CMYK8.58%34.76%0.00%
8.63%

Color #D598E9 in popluar number systems.

HEXD598E9
Decimal213152233
Binary110101011001100011101001
Octal325230351

Shades and tints

Shades of #D598E9

#D598E9
(213,152,233)
#C28BD4
(194,139,212)
#AF7EBF
(175,126,191)
#9C71AA
(156,113,170)
#896495
(137,100,149)
#765780
(118,87,128)
#634A6B
(99,74,107)
#503D56
(80,61,86)
#3D3041
(61,48,65)
#2A232C
(42,35,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D598E9

#D598E9
(213,152,233)
#D8A1EB
(216,161,235)
#DBAAED
(219,170,237)
#DEB3EF
(222,179,239)
#E1BCF1
(225,188,241)
#E4C5F3
(228,197,243)
#E7CEF5
(231,206,245)
#EAD7F7
(234,215,247)
#EDE0F9
(237,224,249)
#F0E9FB
(240,233,251)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D598E9 color. Also use rgb(213,152,233) instead hex code.

Text Font Color

.myTextColor { color: #D598E9; }

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

This text font color is #D598E9.


Background Color

.myBgColor { background-color: #D598E9; }

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

This div background color is #D598E9.


Border color

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

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

This div border color is #D598E9.


Opacity

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

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

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

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

This text has shadow with #D598E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D598E9 on black background.


Color preview on white background

This text has color #D598E9 on white background.



Black color preview on #D598E9 background

This text has black color on #D598E9 background.


White color preview on #D598E9 background

This text has white color on #D598E9 background.