#D39AD3

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

Shades of Plum #D39AD3

Tints of Plum #D39AD3

Color information

#D39AD3 (or 0xD39AD3) is unknown color: approx Plum. HEX triplet: D3, 9A and D3. RGB value is (211,154,211). Sum of RGB (Red+Green+Blue) = 211+154+211=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D39AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD3 is #2C652C. Grayscale: #B1B1B1. Windows color (decimal): -2909485 or 13867731. OLE color: 13867731.

HSL color Cylindrical-coordinate representation of color #D39AD3: hue angle of 300º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AD3 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB211154211-
CMYK00.2700.17
HSL300º39.31%71.57%-
HSV(B)300º27.01%82.75%-
XYZ50.1841.6667.03-
YUV177.54146.88151.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=36.63%
G=26.74%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115421100.2700.1730039.3171.57
HexD39AD301B01112c2748
Octal32323232303302145447110
Binary1101001110011010110100110110110100011001011001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AD3; }

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

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

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

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

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

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

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

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