#D9A5DB

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

Shades of Plum #D9A5DB

Tints of Plum #D9A5DB

Color information

#D9A5DB (or 0xD9A5DB) is unknown color: approx Plum. HEX triplet: D9, A5 and DB. RGB value is (217,165,219). Sum of RGB (Red+Green+Blue) = 217+165+219=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A5DB is #265A24. Grayscale: #BABABA. Windows color (decimal): -2513445 or 14394841. OLE color: 14394841.

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

Color convert

RGB217165219-
CMYK0.010.2500.14
HSL297.78º42.86%75.29%-
HSV(B)297.78º24.66%85.88%-
XYZ54.8646.7873.16-
YUV186.7146.23149.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=36.11%
G=27.45%
B=36.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171652190.010.2500.14297.7842.8675.29
HexD9A5DB1190E12a2b4b
Octal33124533313101645253113
Binary110110011010010111011011111001011101001010101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A5DB; }

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

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

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

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

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

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

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

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