#DB93E1

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

Shades of Plum #DB93E1

Tints of Plum #DB93E1

Color information

#DB93E1 (or 0xDB93E1) is unknown color: approx Plum. HEX triplet: DB, 93 and E1. RGB value is (219,147,225). Sum of RGB (Red+Green+Blue) = 219+147+225=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93E1 is #246C1E. Grayscale: #B1B1B1. Windows color (decimal): -2386975 or 14783451. OLE color: 14783451.

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

Color convert

RGB219147225-
CMYK0.030.3500.12
HSL295.38º56.52%72.94%-
HSV(B)295.38º34.67%88.24%-
XYZ53.2441.3676.41-
YUV177.42154.85157.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=37.06%
G=24.87%
B=38.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191472250.030.3500.12295.3856.5272.94
HexDB93E13230C1273949
Octal33322334134301444771111
Binary11011011100100111110000111100011011001001001111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93E1; }

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

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

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

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

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

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

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

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