#DB9ADD

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

Shades of Plum #DB9ADD

Tints of Plum #DB9ADD

Color information

#DB9ADD (or 0xDB9ADD) is unknown color: approx Plum. HEX triplet: DB, 9A and DD. RGB value is (219,154,221). Sum of RGB (Red+Green+Blue) = 219+154+221=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADD is #246522. Grayscale: #B4B4B4. Windows color (decimal): -2385187 or 14523099. OLE color: 14523099.

HSL color Cylindrical-coordinate representation of color #DB9ADD: hue angle of 298.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ADD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219154221-
CMYK0.010.3000.13
HSL298.21º49.63%73.53%-
HSV(B)298.21º30.32%86.67%-
XYZ53.8243.3973.95-
YUV181.07150.53155.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=36.87%
G=25.93%
B=37.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191542210.010.3000.13298.2149.6373.53
HexDB9ADD11E0D12a324a
Octal33323233513601545262112
Binary110110111001101011011101111110011011001010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ADD; }

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

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

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

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

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

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

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

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