#DB8DE1

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

Shades of Plum #DB8DE1

Tints of Plum #DB8DE1

Color information

#DB8DE1 (or 0xDB8DE1) is unknown color: approx Plum. HEX triplet: DB, 8D and E1. RGB value is (219,141,225). Sum of RGB (Red+Green+Blue) = 219+141+225=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DE1 is #24721E. Grayscale: #ADADAD. Windows color (decimal): -2388511 or 14781915. OLE color: 14781915.

HSL color Cylindrical-coordinate representation of color #DB8DE1: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8DE1 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219141225-
CMYK0.030.3700.12
HSL295.71º58.33%71.76%-
HSV(B)295.71º37.33%88.24%-
XYZ52.3339.5576.11-
YUV173.9156.84160.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=37.44%
G=24.10%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191412250.030.3700.12295.7158.3371.76
HexDB8DE13250C1283a48
Octal33321534134501445072110
Binary11011011100011011110000111100101011001001010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DE1; }

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

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

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

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

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

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

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

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