#DB8BE5

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

Shades of Plum #DB8BE5

Tints of Plum #DB8BE5

Color information

#DB8BE5 (or 0xDB8BE5) is unknown color: approx Plum. HEX triplet: DB, 8B and E5. RGB value is (219,139,229). Sum of RGB (Red+Green+Blue) = 219+139+229=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BE5 is #24741A. Grayscale: #ACACAC. Windows color (decimal): -2389019 or 15043547. OLE color: 15043547.

HSL color Cylindrical-coordinate representation of color #DB8BE5: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8BE5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219139229-
CMYK0.040.3900.10
HSL293.33º63.38%72.16%-
HSV(B)293.33º39.3%89.8%-
XYZ52.5939.1878.92-
YUV173.18159.5160.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=37.31%
G=23.68%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191392290.040.3900.10293.3363.3872.16
HexDB8BE54270A1253f48
Octal33321334544701244577110
Binary110110111000101111100101100100111010101001001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BE5; }

 p { color: rgb(219,139,229); }

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

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

 a { background-color: rgb(219,139,229); }

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

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

 span { border-color: rgb(219,139,229); }

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