#DB9AD7

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

Shades of Plum #DB9AD7

Tints of Plum #DB9AD7

Color information

#DB9AD7 (or 0xDB9AD7) is unknown color: approx Plum. HEX triplet: DB, 9A and D7. RGB value is (219,154,215). Sum of RGB (Red+Green+Blue) = 219+154+215=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD7 is #246528. Grayscale: #B4B4B4. Windows color (decimal): -2385193 or 14129883. OLE color: 14129883.

HSL color Cylindrical-coordinate representation of color #DB9AD7: hue angle of 303.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219154215-
CMYK00.300.020.14
HSL303.69º47.45%73.14%-
HSV(B)303.69º29.68%85.88%-
XYZ53.0343.0869.81-
YUV180.39147.53155.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=37.24%
G=26.19%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915421500.300.020.14303.6947.4573.14
HexDB9AD701E2E1302f49
Octal33323232703621646057111
Binary1101101110011010110101110111101011101001100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AD7; }

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

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

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

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

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

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

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

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