#DB9FEC

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

Shades of Plum #DB9FEC

Tints of Plum #DB9FEC

Color information

#DB9FEC (or 0xDB9FEC) is unknown color: approx Plum. HEX triplet: DB, 9F and EC. RGB value is (219,159,236). Sum of RGB (Red+Green+Blue) = 219+159+236=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FEC is #246013. Grayscale: #B9B9B9. Windows color (decimal): -2383892 or 15507419. OLE color: 15507419.

HSL color Cylindrical-coordinate representation of color #DB9FEC: hue angle of 286.75º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9FEC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219159236-
CMYK0.070.3300.07
HSL286.75º66.96%77.45%-
HSV(B)286.75º32.63%92.55%-
XYZ56.7545.9185.23-
YUV185.72156.38151.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=35.67%
G=25.90%
B=38.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191592360.070.3300.07286.7566.9677.45
HexDB9FEC7210711f434d
Octal33323735474107437103115
Binary110110111001111111101100111100001011110001111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FEC; }

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

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

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

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

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

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

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

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