#D1A3D7

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

Shades of Plum #D1A3D7

Tints of Plum #D1A3D7

Color information

#D1A3D7 (or 0xD1A3D7) is unknown color: approx Plum. HEX triplet: D1, A3 and D7. RGB value is (209,163,215). Sum of RGB (Red+Green+Blue) = 209+163+215=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3D7 is #2E5C28. Grayscale: #B6B6B6. Windows color (decimal): -3038249 or 14132177. OLE color: 14132177.

HSL color Cylindrical-coordinate representation of color #D1A3D7: hue angle of 293.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A3D7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209163215-
CMYK0.030.2400.16
HSL293.08º39.39%74.12%-
HSV(B)293.08º24.19%84.31%-
XYZ51.6644.6670.19-
YUV182.68146.24146.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=35.60%
G=27.77%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091632150.030.2400.16293.0839.3974.12
HexD1A3D7318010125274a
Octal32124332733002044547112
Binary11010001101000111101011111110000100001001001011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3D7; }

 p { color: rgb(209,163,215); }

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

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

 a { background-color: rgb(209,163,215); }

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

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

 span { border-color: rgb(209,163,215); }

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