#DB9BDA

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

Shades of Plum #DB9BDA

Tints of Plum #DB9BDA

Color information

#DB9BDA (or 0xDB9BDA) is unknown color: approx Plum. HEX triplet: DB, 9B and DA. RGB value is (219,155,218). Sum of RGB (Red+Green+Blue) = 219+155+218=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDA is #246425. Grayscale: #B5B5B5. Windows color (decimal): -2384934 or 14326747. OLE color: 14326747.

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

Color convert

RGB219155218-
CMYK00.290.000.14
HSL300.94º47.06%73.33%-
HSV(B)300.94º29.22%85.88%-
XYZ53.5943.5671.91-
YUV181.32148.7154.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=36.99%
G=26.18%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915521800.290.000.14300.9447.0673.33
HexDB9BDA01D0E12d2f49
Octal33323333203501645557111
Binary110110111001101111011010011101011101001011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BDA; }

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

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

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

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

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

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

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

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