#DB8DE2

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

Shades of Plum #DB8DE2

Tints of Plum #DB8DE2

Color information

#DB8DE2 (or 0xDB8DE2) is unknown color: approx Plum. HEX triplet: DB, 8D and E2. RGB value is (219,141,226). Sum of RGB (Red+Green+Blue) = 219+141+226=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DE2 is #24721D. Grayscale: #ADADAD. Windows color (decimal): -2388510 or 14847451. OLE color: 14847451.

HSL color Cylindrical-coordinate representation of color #DB8DE2: hue angle of 295.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8DE2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219141226-
CMYK0.030.3800.11
HSL295.06º59.44%71.96%-
HSV(B)295.06º37.61%88.63%-
XYZ52.4739.676.83-
YUV174.01157.34160.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=37.37%
G=24.06%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191412260.030.3800.11295.0659.4471.96
HexDB8DE23260B1273b48
Octal33321534234601344773110
Binary11011011100011011110001011100110010111001001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DE2; }

 p { color: rgb(219,141,226); }

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

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

 a { background-color: rgb(219,141,226); }

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

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

 span { border-color: rgb(219,141,226); }

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