#DB9FE5

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

Shades of Plum #DB9FE5

Tints of Plum #DB9FE5

Color information

#DB9FE5 (or 0xDB9FE5) is unknown color: approx Plum. HEX triplet: DB, 9F and E5. RGB value is (219,159,229). Sum of RGB (Red+Green+Blue) = 219+159+229=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FE5 is #24601A. Grayscale: #B8B8B8. Windows color (decimal): -2383899 or 15048667. OLE color: 15048667.

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

Color convert

RGB219159229-
CMYK0.040.3100.10
HSL291.43º57.38%76.08%-
HSV(B)291.43º30.57%89.8%-
XYZ55.7545.5179.98-
YUV184.92152.88152.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=36.08%
G=26.19%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191592290.040.3100.10291.4357.3876.08
HexDB9FE541F0A123394c
Octal33323734543701244371114
Binary11011011100111111110010110011111010101001000111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FE5; }

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

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

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

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

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

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

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

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