#DB9DDE

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

Shades of Plum #DB9DDE

Tints of Plum #DB9DDE

Color information

#DB9DDE (or 0xDB9DDE) is unknown color: approx Plum. HEX triplet: DB, 9D and DE. RGB value is (219,157,222). Sum of RGB (Red+Green+Blue) = 219+157+222=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DDE is #246221. Grayscale: #B6B6B6. Windows color (decimal): -2384418 or 14589403. OLE color: 14589403.

HSL color Cylindrical-coordinate representation of color #DB9DDE: hue angle of 297.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9DDE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219157222-
CMYK0.010.2900.13
HSL297.23º49.62%74.31%-
HSV(B)297.23º29.28%87.06%-
XYZ54.4644.4574.82-
YUV182.95150.04153.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=36.62%
G=26.25%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191572220.010.2900.13297.2349.6274.31
HexDB9DDE11D0D129324a
Octal33323533613501545162112
Binary110110111001110111011110111101011011001010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DDE; }

 p { color: rgb(219,157,222); }

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

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

 a { background-color: rgb(219,157,222); }

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

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

 span { border-color: rgb(219,157,222); }

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