#DB9FED

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

Shades of Plum #DB9FED

Tints of Plum #DB9FED

Color information

#DB9FED (or 0xDB9FED) is unknown color: approx Plum. HEX triplet: DB, 9F and ED. RGB value is (219,159,237). Sum of RGB (Red+Green+Blue) = 219+159+237=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FED is #246012. Grayscale: #B9B9B9. Windows color (decimal): -2383891 or 15572955. OLE color: 15572955.

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

Color convert

RGB219159237-
CMYK0.080.3300.07
HSL286.15º68.42%77.65%-
HSV(B)286.15º32.91%92.94%-
XYZ56.945.9786-
YUV185.83156.88151.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=35.61%
G=25.85%
B=38.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191592370.080.3300.07286.1568.4277.65
HexDB9FED8210711e444e
Octal333237355104107436104116
Binary1101101110011111111011011000100001011110001111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FED; }

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

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

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

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

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

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

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

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