#D39AD8

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

Shades of Plum #D39AD8

Tints of Plum #D39AD8

Color information

#D39AD8 (or 0xD39AD8) is unknown color: approx Plum. HEX triplet: D3, 9A and D8. RGB value is (211,154,216). Sum of RGB (Red+Green+Blue) = 211+154+216=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #D39AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD8 is #2C6527. Grayscale: #B1B1B1. Windows color (decimal): -2909480 or 14195411. OLE color: 14195411.

HSL color Cylindrical-coordinate representation of color #D39AD8: hue angle of 295.16º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39AD8 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211154216-
CMYK0.020.2900.15
HSL295.16º44.29%72.55%-
HSV(B)295.16º28.7%84.71%-
XYZ50.8141.9270.38-
YUV178.11149.38151.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=36.32%
G=26.51%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111542160.020.2900.15295.1644.2972.55
HexD39AD821D0F1272c49
Octal32323233023501744754111
Binary1101001110011010110110001011101011111001001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AD8; }

 p { color: rgb(211,154,216); }

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

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

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

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

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

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

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