#DB91EC

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

Shades of Plum #DB91EC

Tints of Plum #DB91EC

Color information

#DB91EC (or 0xDB91EC) is unknown color: approx Plum. HEX triplet: DB, 91 and EC. RGB value is (219,145,236). Sum of RGB (Red+Green+Blue) = 219+145+236=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91EC is #246E13. Grayscale: #B1B1B1. Windows color (decimal): -2387476 or 15503835. OLE color: 15503835.

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

Color convert

RGB219145236-
CMYK0.070.3900.07
HSL288.79º70.54%74.71%-
HSV(B)288.79º38.56%92.55%-
XYZ54.4841.3784.47-
YUV177.5161.02157.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 145 (57.03% from 255) = 24.17%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=36.5%
G=24.17%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191452360.070.3900.07288.7970.5474.71
HexDB91EC72707121474b
Octal33322135474707441107113
Binary110110111001000111101100111100111011110010000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91EC; }

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

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

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

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

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

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

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

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