#D8A8D5

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

Shades of Plum #D8A8D5

Tints of Plum #D8A8D5

Color information

#D8A8D5 (or 0xD8A8D5) is unknown color: approx Plum. HEX triplet: D8, A8 and D5. RGB value is (216,168,213). Sum of RGB (Red+Green+Blue) = 216+168+213=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D5 is #27572A. Grayscale: #BBBBBB. Windows color (decimal): -2578219 or 14002392. OLE color: 14002392.

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

Color convert

RGB216168213-
CMYK00.220.010.15
HSL303.75º38.1%75.29%-
HSV(B)303.75º22.22%84.71%-
XYZ54.3347.4169.24-
YUV187.48142.4148.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=36.18%
G=28.14%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616821300.220.010.15303.7538.175.29
HexD8A8D50161F130264b
Octal33025032502611746046113
Binary110110001010100011010101010110111111001100001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A8D5; }

 p { color: rgb(216,168,213); }

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

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

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

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

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

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

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