#DB9DD8

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

Shades of Plum #DB9DD8

Tints of Plum #DB9DD8

Color information

#DB9DD8 (or 0xDB9DD8) is unknown color: approx Plum. HEX triplet: DB, 9D and D8. RGB value is (219,157,216). Sum of RGB (Red+Green+Blue) = 219+157+216=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD8 is #246227. Grayscale: #B6B6B6. Windows color (decimal): -2384424 or 14196187. OLE color: 14196187.

HSL color Cylindrical-coordinate representation of color #DB9DD8: hue angle of 302.9º 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 #DB9DD8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219157216-
CMYK00.280.010.14
HSL302.9º46.27%73.73%-
HSV(B)302.9º28.31%85.88%-
XYZ53.6744.1370.66-
YUV182.26147.04154.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=36.99%
G=26.52%
B=36.49%

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
Decimal21915721600.280.010.14302.946.2773.73
HexDB9DD801C1E12f2e4a
Octal33323533003411645756112
Binary110110111001110111011000011100111101001011111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DD8; }

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

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

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

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

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

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

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

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