#DB97DC

Color #DB97DC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DB97DC

Tints of Plum #DB97DC

Color information

#DB97DC (or 0xDB97DC) is unknown color: approx Plum. HEX triplet: DB, 97 and DC. RGB value is (219,151,220). Sum of RGB (Red+Green+Blue) = 219+151+220=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DC is #246823. Grayscale: #B2B2B2. Windows color (decimal): -2385956 or 14456795. OLE color: 14456795.

HSL color Cylindrical-coordinate representation of color #DB97DC: hue angle of 299.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97DC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219151220-
CMYK0.000.3100.14
HSL299.13º49.64%72.75%-
HSV(B)299.13º31.36%86.27%-
XYZ53.242.3673.08-
YUV179.2151.03156.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=37.12%
G=25.59%
B=37.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191512200.000.3100.14299.1349.6472.75
HexDB97DC01F0E12b3249
Octal33322733403701645362111
Binary110110111001011111011100011111011101001010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97DC; }

 p { color: rgb(219,151,220); }

 H1.HeaderClassName
 {
   color: #DB97DC;
 }
 .AnyTagClassName
 {
   color: #DB97DC;
 }
</style>
background-color css

<style>
 a { background-color: #DB97DC; }

 a { background-color: rgb(219,151,220); }

 div.DivClassName
 {
   background-color: #DB97DC;
 }
 .BgClassName
 {
   background-color: #DB97DC;
 }
</style>
border-color css

<style>
 span { border-color: #DB97DC; }

 span { border-color: rgb(219,151,220); }

 td.TdClassName
 {
   border-color: #DB97DC;
 }
 .TagClassName
 {
   border-color: #DB97DC;
 }
</style>