#D8A2DB

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

Shades of Plum #D8A2DB

Tints of Plum #D8A2DB

Color information

#D8A2DB (or 0xD8A2DB) is unknown color: approx Plum. HEX triplet: D8, A2 and DB. RGB value is (216,162,219). Sum of RGB (Red+Green+Blue) = 216+162+219=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2DB is #275D24. Grayscale: #B8B8B8. Windows color (decimal): -2579749 or 14394072. OLE color: 14394072.

HSL color Cylindrical-coordinate representation of color #D8A2DB: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A2DB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216162219-
CMYK0.010.2600.14
HSL296.84º44.19%74.71%-
HSV(B)296.84º26.03%85.88%-
XYZ54.0345.5572.96-
YUV184.64147.39150.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=36.18%
G=27.14%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161622190.010.2600.14296.8444.1974.71
HexD8A2DB11A0E1292c4b
Octal33024233313201645154113
Binary110110001010001011011011111010011101001010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2DB; }

 p { color: rgb(216,162,219); }

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

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

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

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

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

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

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