#D9A1DB

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

Shades of Plum #D9A1DB

Tints of Plum #D9A1DB

Color information

#D9A1DB (or 0xD9A1DB) is unknown color: approx Plum. HEX triplet: D9, A1 and DB. RGB value is (217,161,219). Sum of RGB (Red+Green+Blue) = 217+161+219=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1DB is #265E24. Grayscale: #B8B8B8. Windows color (decimal): -2514469 or 14393817. OLE color: 14393817.

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

Color convert

RGB217161219-
CMYK0.010.2600.14
HSL297.93º44.62%74.51%-
HSV(B)297.93º26.48%85.88%-
XYZ54.1545.3672.92-
YUV184.36147.55151.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 161 (63.28% from 255) = 26.97%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=36.35%
G=26.97%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171612190.010.2600.14297.9344.6274.51
HexD9A1DB11A0E12a2d4b
Octal33124133313201645255113
Binary110110011010000111011011111010011101001010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1DB; }

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

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

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

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

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

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

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

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