#DB97DA

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

Shades of Plum #DB97DA

Tints of Plum #DB97DA

Color information

#DB97DA (or 0xDB97DA) is unknown color: approx Plum. HEX triplet: DB, 97 and DA. RGB value is (219,151,218). Sum of RGB (Red+Green+Blue) = 219+151+218=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DA is #246825. Grayscale: #B2B2B2. Windows color (decimal): -2385958 or 14325723. OLE color: 14325723.

HSL color Cylindrical-coordinate representation of color #DB97DA: hue angle of 300.88º degrees, saturation: 0.49, 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 #DB97DA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219151218-
CMYK00.310.000.14
HSL300.88º48.57%72.55%-
HSV(B)300.88º31.05%85.88%-
XYZ52.9342.2671.7-
YUV178.97150.03156.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=37.24%
G=25.68%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915121800.310.000.14300.8848.5772.55
HexDB97DA01F0E12d3149
Octal33322733203701645561111
Binary110110111001011111011010011111011101001011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97DA; }

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

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

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

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

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

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

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

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