#D8A9DB

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

Shades of Plum #D8A9DB

Tints of Plum #D8A9DB

Color information

#D8A9DB (or 0xD8A9DB) is unknown color: approx Plum. HEX triplet: D8, A9 and DB. RGB value is (216,169,219). Sum of RGB (Red+Green+Blue) = 216+169+219=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9DB is #275624. Grayscale: #BCBCBC. Windows color (decimal): -2577957 or 14395864. OLE color: 14395864.

HSL color Cylindrical-coordinate representation of color #D8A9DB: hue angle of 296.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A9DB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216169219-
CMYK0.010.2300.14
HSL296.4º40.98%76.08%-
HSV(B)296.4º22.83%85.88%-
XYZ55.2948.0973.39-
YUV188.75145.07147.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=35.76%
G=27.98%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161692190.010.2300.14296.440.9876.08
HexD8A9DB1170E128294c
Octal33025133312701645051114
Binary110110001010100111011011110111011101001010001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9DB; }

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

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

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

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

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

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

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

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