#D9A1DA

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

Shades of Plum #D9A1DA

Tints of Plum #D9A1DA

Color information

#D9A1DA (or 0xD9A1DA) is unknown color: approx Plum. HEX triplet: D9, A1 and DA. RGB value is (217,161,218). Sum of RGB (Red+Green+Blue) = 217+161+218=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1DA is #265E25. Grayscale: #B8B8B8. Windows color (decimal): -2514470 or 14328281. OLE color: 14328281.

HSL color Cylindrical-coordinate representation of color #D9A1DA: hue angle of 298.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1DA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217161218-
CMYK0.000.2600.15
HSL298.95º43.51%74.31%-
HSV(B)298.95º26.15%85.49%-
XYZ54.0245.372.23-
YUV184.24147.05151.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=36.41%
G=27.01%
B=36.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171612180.000.2600.15298.9543.5174.31
HexD9A1DA01A0F12b2c4a
Octal33124133203201745354112
Binary110110011010000111011010011010011111001010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1DA; }

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

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

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

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

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

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

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

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