#D9A3D8

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

Shades of Plum #D9A3D8

Tints of Plum #D9A3D8

Color information

#D9A3D8 (or 0xD9A3D8) is unknown color: approx Plum. HEX triplet: D9, A3 and D8. RGB value is (217,163,216). Sum of RGB (Red+Green+Blue) = 217+163+216=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3D8 is #265C27. Grayscale: #B9B9B9. Windows color (decimal): -2513960 or 14197721. OLE color: 14197721.

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

Color convert

RGB217163216-
CMYK00.250.000.15
HSL301.11º41.54%74.51%-
HSV(B)301.11º24.88%85.1%-
XYZ54.1145.970.97-
YUV185.19145.39150.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=36.41%
G=27.35%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716321600.250.000.15301.1141.5474.51
HexD9A3D80190F12d2a4b
Octal33124333003101745552113
Binary110110011010001111011000011001011111001011011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3D8; }

 p { color: rgb(217,163,216); }

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

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

 a { background-color: rgb(217,163,216); }

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

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

 span { border-color: rgb(217,163,216); }

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