#D8A4DA

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

Shades of Plum #D8A4DA

Tints of Plum #D8A4DA

Color information

#D8A4DA (or 0xD8A4DA) is unknown color: approx Plum. HEX triplet: D8, A4 and DA. RGB value is (216,164,218). Sum of RGB (Red+Green+Blue) = 216+164+218=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4DA is #275B25. Grayscale: #B9B9B9. Windows color (decimal): -2579238 or 14329048. OLE color: 14329048.

HSL color Cylindrical-coordinate representation of color #D8A4DA: hue angle of 297.78º 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 #D8A4DA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216164218-
CMYK0.010.2500.15
HSL297.78º42.19%74.9%-
HSV(B)297.78º24.77%85.49%-
XYZ54.2546.2172.39-
YUV185.7146.23149.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=36.12%
G=27.42%
B=36.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161642180.010.2500.15297.7842.1974.9
HexD8A4DA1190F12a2a4b
Octal33024433213101745252113
Binary110110001010010011011010111001011111001010101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4DA; }

 p { color: rgb(216,164,218); }

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

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

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

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

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

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

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