#DB9CEB

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

Shades of Plum #DB9CEB

Tints of Plum #DB9CEB

Color information

#DB9CEB (or 0xDB9CEB) is unknown color: approx Plum. HEX triplet: DB, 9C and EB. RGB value is (219,156,235). Sum of RGB (Red+Green+Blue) = 219+156+235=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CEB is #246314. Grayscale: #B7B7B7. Windows color (decimal): -2384661 or 15441115. OLE color: 15441115.

HSL color Cylindrical-coordinate representation of color #DB9CEB: hue angle of 287.85º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9CEB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219156235-
CMYK0.070.3400.08
HSL287.85º66.39%76.67%-
HSV(B)287.85º33.62%92.16%-
XYZ56.144.8484.29-
YUV183.84156.87153.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 156 (61.33% from 255) = 25.57%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=35.90%
G=25.57%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191562350.070.3400.08287.8566.3976.67
HexDB9CEB72208120424d
Octal333234353742010440102115
Binary1101101110011100111010111111000100100010010000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CEB; }

 p { color: rgb(219,156,235); }

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

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

 a { background-color: rgb(219,156,235); }

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

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

 span { border-color: rgb(219,156,235); }

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