#DB9ED8

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

Shades of Plum #DB9ED8

Tints of Plum #DB9ED8

Color information

#DB9ED8 (or 0xDB9ED8) is unknown color: approx Plum. HEX triplet: DB, 9E and D8. RGB value is (219,158,216). Sum of RGB (Red+Green+Blue) = 219+158+216=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED8 is #246127. Grayscale: #B6B6B6. Windows color (decimal): -2384168 or 14196443. OLE color: 14196443.

HSL color Cylindrical-coordinate representation of color #DB9ED8: hue angle of 302.95º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9ED8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219158216-
CMYK00.280.010.14
HSL302.95º45.86%73.92%-
HSV(B)302.95º27.85%85.88%-
XYZ53.8344.4770.71-
YUV182.85146.71153.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=36.93%
G=26.64%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915821600.280.010.14302.9545.8673.92
HexDB9ED801C1E12f2e4a
Octal33323633003411645756112
Binary110110111001111011011000011100111101001011111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ED8; }

 p { color: rgb(219,158,216); }

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

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

 a { background-color: rgb(219,158,216); }

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

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

 span { border-color: rgb(219,158,216); }

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