#DB8DDC

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

Shades of Plum #DB8DDC

Tints of Plum #DB8DDC

Color information

#DB8DDC (or 0xDB8DDC) is unknown color: approx Plum. HEX triplet: DB, 8D and DC. RGB value is (219,141,220). Sum of RGB (Red+Green+Blue) = 219+141+220=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DDC is #247223. Grayscale: #ADADAD. Windows color (decimal): -2388516 or 14454235. OLE color: 14454235.

HSL color Cylindrical-coordinate representation of color #DB8DDC: hue angle of 299.24º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DDC is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219141220-
CMYK0.000.3600.14
HSL299.24º53.02%70.78%-
HSV(B)299.24º35.91%86.27%-
XYZ51.6639.2872.57-
YUV173.33154.34160.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=37.76%
G=24.31%
B=37.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191412200.000.3600.14299.2453.0270.78
HexDB8DDC0240E12b3547
Octal33321533404401645365107
Binary1101101110001101110111000100100011101001010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DDC; }

 p { color: rgb(219,141,220); }

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

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

 a { background-color: rgb(219,141,220); }

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

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

 span { border-color: rgb(219,141,220); }

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