#DB8ADD

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

Shades of Plum #DB8ADD

Tints of Plum #DB8ADD

Color information

#DB8ADD (or 0xDB8ADD) is unknown color: approx Plum. HEX triplet: DB, 8A and DD. RGB value is (219,138,221). Sum of RGB (Red+Green+Blue) = 219+138+221=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ADD is #247522. Grayscale: #ABABAB. Windows color (decimal): -2389283 or 14519003. OLE color: 14519003.

HSL color Cylindrical-coordinate representation of color #DB8ADD: hue angle of 298.55º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8ADD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219138221-
CMYK0.010.3800.13
HSL298.55º54.97%70.39%-
HSV(B)298.55º37.56%86.67%-
XYZ51.3538.4673.12-
YUV171.68155.84161.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=37.89%
G=23.88%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191382210.010.3800.13298.5554.9770.39
HexDB8ADD1260D12b3746
Octal33321233514601545367106
Binary1101101110001010110111011100110011011001010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ADD; }

 p { color: rgb(219,138,221); }

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

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

 a { background-color: rgb(219,138,221); }

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

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

 span { border-color: rgb(219,138,221); }

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