COLOR #D598F3

HEX: #D598F3 RGB: (213,152,243)

Color info

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

RGB color model

#D598F3 color RGB value is (213,152,243).

RGB: (213,152,243) (84%, 60%, 95%)

RGB channels and saturation

R 213 of 255 = 84%
G 152 of 255 = 60%
B 243 of 255 = 95%

213
152
243

R + G + B ~ 80%. #D598F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 152 + 243 = 608 (100%)
R 213 of 608 ~ 35.03%
G 152 of 608 ~ 25%
B 243 of 608 ~ 39.97'%

%35.03
%25
%39.97

CMYK color model

#D598F3 color CMYK value is (12,37,0,5).

  • cyan value is 12.35%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (12,37,0,5)
C12M37Y0K5 (12%, 37%, 0%, 5%)
(0.12 / 0.37 / 0.00 / 0.05)

CMYK percentages

%12.35
%37.45
%0
%4.71

Codes

Color #D598F3 in popluar color models

D5 98 F3
RGB 213 152 243
HSL 280° 79.13% 77.45%
HSB/HSV 280° 37.45% 95.29%
CMYK 12.35% 37.45% 0.00%
4.71%

Color #D598F3 in popluar number systems.

HEX D5 98 F3
Decimal 213 152 243
Binary 11010101 10011000 11110011
Octal 325 230 363

Shades and tints

Shades of #D598F3

#D598F3
(213,152,243)
#C28BDD
(194,139,221)
#AF7EC7
(175,126,199)
#9C71B1
(156,113,177)
#89649B
(137,100,155)
#765785
(118,87,133)
#634A6F
(99,74,111)
#503D59
(80,61,89)
#3D3043
(61,48,67)
#2A232D
(42,35,45)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D598F3

#D598F3
(213,152,243)
#D8A1F4
(216,161,244)
#DBAAF5
(219,170,245)
#DEB3F6
(222,179,246)
#E1BCF7
(225,188,247)
#E4C5F8
(228,197,248)
#E7CEF9
(231,206,249)
#EAD7FA
(234,215,250)
#EDE0FB
(237,224,251)
#F0E9FC
(240,233,252)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D598F3; }

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

This text font color is #D598F3.

Background Color

.myBgColor { background-color: #D598F3; }

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

This div background color is #D598F3.

Border color

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

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

This div border color is #D598F3.

Opacity

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

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

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

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

This text has shadow with #D598F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D598F3.

Preview

Color preview on black background

This text has color #D598F3 on black background.


Color preview on white background

This text has color #D598F3 on white background.


Black color preview on #D598F3 background

This text has black color on #D598F3 background.


White color preview on #D598F3 background

This text has white color on #D598F3 background.


Related colors

Complementary color

Complementary color for #hex is #2A670C.


I love getcolorcode.com

Triadic colors

1 #F3D598 and #98F3D5 with #D598F3 are triadic colors.

2 #F398D5 and #98D5F3 with #D598F3 are triadic colors.