COLOR #DB97E3

HEX: #DB97E3 RGB: (219,151,227)

Color info

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

RGB color model

#DB97E3 color RGB value is (219,151,227).

RGB: (219,151,227) (86%, 59%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 151 of 255 = 59%
B 227 of 255 = 89%

219
151
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 151 + 227 = 597 (100%)
R 219 of 597 ~ 36.68%
G 151 of 597 ~ 25.29%
B 227 of 597 ~ 38.02'%

%36.68
%25.29
%38.02

CMYK color model

#DB97E3 color CMYK value is (4,33,0,11).

  • cyan value is 3.52%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (4,33,0,11)
C4M33Y0K11 (4%, 33%, 0%, 11%)
(0.04 / 0.33 / 0.00 / 0.11)

CMYK percentages

%3.52
%33.48
%0
%10.98

Codes

Color #DB97E3 in popluar color models

DB 97 E3
RGB 219 151 227
HSL 294° 57.58% 74.12%
HSB/HSV 294° 33.48% 89.02%
CMYK 3.52% 33.48% 0.00%
10.98%

Color #DB97E3 in popluar number systems.

HEX DB 97 E3
Decimal 219 151 227
Binary 11011011 10010111 11100011
Octal 333 227 343

Shades and tints

Shades of #DB97E3

#DB97E3
(219,151,227)
#C88ACF
(200,138,207)
#B57DBB
(181,125,187)
#A270A7
(162,112,167)
#8F6393
(143,99,147)
#7C567F
(124,86,127)
#69496B
(105,73,107)
#563C57
(86,60,87)
#432F43
(67,47,67)
#30222F
(48,34,47)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DB97E3

#DB97E3
(219,151,227)
#DEA0E5
(222,160,229)
#E1A9E7
(225,169,231)
#E4B2E9
(228,178,233)
#E7BBEB
(231,187,235)
#EAC4ED
(234,196,237)
#EDCDEF
(237,205,239)
#F0D6F1
(240,214,241)
#F3DFF3
(243,223,243)
#F6E8F5
(246,232,245)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB97E3 color. Also use rgb(219,151,227) instead hex code.

Text Font Color

.myTextColor { color: #DB97E3; }

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

This text font color is #DB97E3.

Background Color

.myBgColor { background-color: #DB97E3; }

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

This div background color is #DB97E3.

Border color

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

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

This div border color is #DB97E3.

Opacity

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

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

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

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

This text has shadow with #DB97E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB97E3.

Preview

Color preview on black background

This text has color #DB97E3 on black background.


Color preview on white background

This text has color #DB97E3 on white background.


Black color preview on #DB97E3 background

This text has black color on #DB97E3 background.


White color preview on #DB97E3 background

This text has white color on #DB97E3 background.


Related colors

Complementary color

Complementary color for #hex is #24681C.


I love getcolorcode.com

Triadic colors

1 #E3DB97 and #97E3DB with #DB97E3 are triadic colors.

2 #E397DB and #97DBE3 with #DB97E3 are triadic colors.