COLOR #D599E8

HEX: #D599E8 RGB: (213,153,232)

Color info

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

RGB color model

#D599E8 color RGB value is (213,153,232).

RGB: (213,153,232) (84%, 60%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 232 of 255 = 91%

213
153
232

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

Portions of RGB colors in percentages

R + G + B = 213 + 153 + 232 = 598 (100%)
R 213 of 598 ~ 35.62%
G 153 of 598 ~ 25.59%
B 232 of 598 ~ 38.8'%

%35.62
%25.59
%38.8

CMYK color model

#D599E8 color CMYK value is (8,34,0,9).

  • cyan value is 8.19%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (8,34,0,9)
C8M34Y0K9 (8%, 34%, 0%, 9%)
(0.08 / 0.34 / 0.00 / 0.09)

CMYK percentages

%8.19
%34.05
%0
%9.02

Codes

Color #D599E8 in popluar color models

D5 99 E8
RGB 213 153 232
HSL 286° 63.20% 75.49%
HSB/HSV 286° 34.05% 90.98%
CMYK 8.19% 34.05% 0.00%
9.02%

Color #D599E8 in popluar number systems.

HEX D5 99 E8
Decimal 213 153 232
Binary 11010101 10011001 11101000
Octal 325 231 350

Shades and tints

Shades of #D599E8

#D599E8
(213,153,232)
#C28CD3
(194,140,211)
#AF7FBE
(175,127,190)
#9C72A9
(156,114,169)
#896594
(137,101,148)
#76587F
(118,88,127)
#634B6A
(99,75,106)
#503E55
(80,62,85)
#3D3140
(61,49,64)
#2A242B
(42,36,43)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #D599E8

#D599E8
(213,153,232)
#D8A2EA
(216,162,234)
#DBABEC
(219,171,236)
#DEB4EE
(222,180,238)
#E1BDF0
(225,189,240)
#E4C6F2
(228,198,242)
#E7CFF4
(231,207,244)
#EAD8F6
(234,216,246)
#EDE1F8
(237,225,248)
#F0EAFA
(240,234,250)
#F3F3FC
(243,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D599E8 color. Also use rgb(213,153,232) instead hex code.

Text Font Color

.myTextColor { color: #D599E8; }

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

This text font color is #D599E8.

Background Color

.myBgColor { background-color: #D599E8; }

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

This div background color is #D599E8.

Border color

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

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

This div border color is #D599E8.

Opacity

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

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

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

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

This text has shadow with #D599E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D599E8.

Preview

Color preview on black background

This text has color #D599E8 on black background.


Color preview on white background

This text has color #D599E8 on white background.


Black color preview on #D599E8 background

This text has black color on #D599E8 background.


White color preview on #D599E8 background

This text has white color on #D599E8 background.


Related colors

Complementary color

Complementary color for #hex is #2A6617.


I love getcolorcode.com

Triadic colors

1 #E8D599 and #99E8D5 with #D599E8 are triadic colors.

2 #E899D5 and #99D5E8 with #D599E8 are triadic colors.