#DB9BEE

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

Shades of Plum #DB9BEE

Tints of Plum #DB9BEE

Color information

#DB9BEE (or 0xDB9BEE) is unknown color: approx Plum. HEX triplet: DB, 9B and EE. RGB value is (219,155,238). Sum of RGB (Red+Green+Blue) = 219+155+238=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEE is #246411. Grayscale: #B7B7B7. Windows color (decimal): -2384914 or 15637467. OLE color: 15637467.

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

Color convert

RGB219155238-
CMYK0.080.3500.07
HSL286.27º70.94%77.06%-
HSV(B)286.27º34.87%93.33%-
XYZ56.3744.6886.54-
YUV183.6158.7153.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=35.78%
G=25.33%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191552380.080.3500.07286.2770.9477.06
HexDB9BEE8230711e474d
Octal333233356104307436107115
Binary1101101110011011111011101000100011011110001111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BEE; }

 p { color: rgb(219,155,238); }

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

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

 a { background-color: rgb(219,155,238); }

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

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

 span { border-color: rgb(219,155,238); }

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