#DB9FDA

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

Shades of Plum #DB9FDA

Tints of Plum #DB9FDA

Color information

#DB9FDA (or 0xDB9FDA) is unknown color: approx Plum. HEX triplet: DB, 9F and DA. RGB value is (219,159,218). Sum of RGB (Red+Green+Blue) = 219+159+218=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDA is #246025. Grayscale: #B7B7B7. Windows color (decimal): -2383910 or 14327771. OLE color: 14327771.

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

Color convert

RGB219159218-
CMYK00.270.000.14
HSL301º45.45%74.12%-
HSV(B)301º27.4%85.88%-
XYZ54.2744.9272.14-
YUV183.67147.38153.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=36.74%
G=26.68%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915921800.270.000.1430145.4574.12
HexDB9FDA01B0E12d2d4a
Octal33323733203301645555112
Binary110110111001111111011010011011011101001011011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FDA; }

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

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

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

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

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

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

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

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