#D8A3D8

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

Shades of Plum #D8A3D8

Tints of Plum #D8A3D8

Color information

#D8A3D8 (or 0xD8A3D8) is unknown color: approx Plum. HEX triplet: D8, A3 and D8. RGB value is (216,163,216). Sum of RGB (Red+Green+Blue) = 216+163+216=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3D8 is #275C27. Grayscale: #B8B8B8. Windows color (decimal): -2579496 or 14197720. OLE color: 14197720.

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

Color convert

RGB216163216-
CMYK00.2500.15
HSL300º40.46%74.31%-
HSV(B)300º24.54%84.71%-
XYZ53.8145.7570.96-
YUV184.89145.56150.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=36.30%
G=27.39%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616321600.2500.1530040.4674.31
HexD8A3D80190F12c284a
Octal33024333003101745450112
Binary110110001010001111011000011001011111001011001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3D8; }

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

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

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

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

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

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

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

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