COLOR #DB97D4

HEX: #DB97D4 RGB: (219,151,212)

Color info

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

RGB color model

#DB97D4 color RGB value is (219,151,212).

RGB: (219,151,212) (86%, 59%, 83%)

RGB channels and saturation

R 219 of 255 = 86%
G 151 of 255 = 59%
B 212 of 255 = 83%

219
151
212

R + G + B ~ 76%. #DB97D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 151 + 212 = 582 (100%)
R 219 of 582 ~ 37.63%
G 151 of 582 ~ 25.95%
B 212 of 582 ~ 36.43'%

%37.63
%25.95
%36.43

CMYK color model

#DB97D4 color CMYK value is (0,31,3,14).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 3.20%
  • key color value is 14.12%

CMYK: (0,31,3,14)
C0M31Y3K14 (0%, 31%, 3%, 14%)
(0.00 / 0.31 / 0.03 / 0.14)

CMYK percentages

%0
%31.05
%3.2
%14.12

Codes

Color #DB97D4 in popluar color models

DB 97 D4
RGB 219 151 212
HSL 306° 48.57% 72.55%
HSB/HSV 306° 31.05% 85.88%
CMYK 0.00% 31.05% 3.20%
14.12%

Color #DB97D4 in popluar number systems.

HEX DB 97 D4
Decimal 219 151 212
Binary 11011011 10010111 11010100
Octal 333 227 324

Shades and tints

Shades of #DB97D4

#DB97D4
(219,151,212)
#C88AC1
(200,138,193)
#B57DAE
(181,125,174)
#A2709B
(162,112,155)
#8F6388
(143,99,136)
#7C5675
(124,86,117)
#694962
(105,73,98)
#563C4F
(86,60,79)
#432F3C
(67,47,60)
#302229
(48,34,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DB97D4

#DB97D4
(219,151,212)
#DEA0D7
(222,160,215)
#E1A9DA
(225,169,218)
#E4B2DD
(228,178,221)
#E7BBE0
(231,187,224)
#EAC4E3
(234,196,227)
#EDCDE6
(237,205,230)
#F0D6E9
(240,214,233)
#F3DFEC
(243,223,236)
#F6E8EF
(246,232,239)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB97D4; }

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

This text font color is #DB97D4.

Background Color

.myBgColor { background-color: #DB97D4; }

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

This div background color is #DB97D4.

Border color

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

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

This div border color is #DB97D4.

Opacity

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

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

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

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

This text has shadow with #DB97D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB97D4.

Preview

Color preview on black background

This text has color #DB97D4 on black background.


Color preview on white background

This text has color #DB97D4 on white background.


Black color preview on #DB97D4 background

This text has black color on #DB97D4 background.


White color preview on #DB97D4 background

This text has white color on #DB97D4 background.


Related colors

Complementary color

Complementary color for #hex is #24682B.


I love getcolorcode.com

Triadic colors

1 #D4DB97 and #97D4DB with #DB97D4 are triadic colors.

2 #D497DB and #97DBD4 with #DB97D4 are triadic colors.