COLOR #D597DD

HEX: #D597DD RGB: (213,151,221)

Color info

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

RGB color model

#D597DD color RGB value is (213,151,221).

RGB: (213,151,221) (84%, 59%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 151 of 255 = 59%
B 221 of 255 = 87%

213
151
221

R + G + B ~ 77%. #D597DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 151 + 221 = 585 (100%)
R 213 of 585 ~ 36.41%
G 151 of 585 ~ 25.81%
B 221 of 585 ~ 37.78'%

%36.41
%25.81
%37.78

CMYK color model

#D597DD color CMYK value is (4,32,0,13).

  • cyan value is 3.62%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,32,0,13)
C4M32Y0K13 (4%, 32%, 0%, 13%)
(0.04 / 0.32 / 0.00 / 0.13)

CMYK percentages

%3.62
%31.67
%0
%13.33

Codes

Color #D597DD in popluar color models

D5 97 DD
RGB 213 151 221
HSL 293° 50.72% 72.94%
HSB/HSV 293° 31.67% 86.67%
CMYK 3.62% 31.67% 0.00%
13.33%

Color #D597DD in popluar number systems.

HEX D5 97 DD
Decimal 213 151 221
Binary 11010101 10010111 11011101
Octal 325 227 335

Shades and tints

Shades of #D597DD

#D597DD
(213,151,221)
#C28AC9
(194,138,201)
#AF7DB5
(175,125,181)
#9C70A1
(156,112,161)
#89638D
(137,99,141)
#765679
(118,86,121)
#634965
(99,73,101)
#503C51
(80,60,81)
#3D2F3D
(61,47,61)
#2A2229
(42,34,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D597DD

#D597DD
(213,151,221)
#D8A0E0
(216,160,224)
#DBA9E3
(219,169,227)
#DEB2E6
(222,178,230)
#E1BBE9
(225,187,233)
#E4C4EC
(228,196,236)
#E7CDEF
(231,205,239)
#EAD6F2
(234,214,242)
#EDDFF5
(237,223,245)
#F0E8F8
(240,232,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D597DD; }

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

This text font color is #D597DD.

Background Color

.myBgColor { background-color: #D597DD; }

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

This div background color is #D597DD.

Border color

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

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

This div border color is #D597DD.

Opacity

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

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

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

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

This text has shadow with #D597DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D597DD.

Preview

Color preview on black background

This text has color #D597DD on black background.


Color preview on white background

This text has color #D597DD on white background.


Black color preview on #D597DD background

This text has black color on #D597DD background.


White color preview on #D597DD background

This text has white color on #D597DD background.


Related colors

Complementary color

Complementary color for #hex is #2A6822.


I love getcolorcode.com

Triadic colors

1 #DDD597 and #97DDD5 with #D597DD are triadic colors.

2 #DD97D5 and #97D5DD with #D597DD are triadic colors.