#D9A8DB

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

Shades of Plum #D9A8DB

Tints of Plum #D9A8DB

Color information

#D9A8DB (or 0xD9A8DB) is unknown color: approx Plum. HEX triplet: D9, A8 and DB. RGB value is (217,168,219). Sum of RGB (Red+Green+Blue) = 217+168+219=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 168 (66.02% from 255 or 27.81% 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 #D9A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8DB is #265724. Grayscale: #BCBCBC. Windows color (decimal): -2512677 or 14395609. OLE color: 14395609.

HSL color Cylindrical-coordinate representation of color #D9A8DB: hue angle of 297.65º 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 #D9A8DB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217168219-
CMYK0.010.2300.14
HSL297.65º41.46%75.88%-
HSV(B)297.65º23.29%85.88%-
XYZ55.447.8773.34-
YUV188.46145.23148.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=35.93%
G=27.81%
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
Decimal2171682190.010.2300.14297.6541.4675.88
HexD9A8DB1170E12a294c
Octal33125033312701645251114
Binary110110011010100011011011110111011101001010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A8DB; }

 p { color: rgb(217,168,219); }

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

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

 a { background-color: rgb(217,168,219); }

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

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

 span { border-color: rgb(217,168,219); }

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