#D39ADA

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

Shades of Plum #D39ADA

Tints of Plum #D39ADA

Color information

#D39ADA (or 0xD39ADA) is unknown color: approx Plum. HEX triplet: D3, 9A and DA. RGB value is (211,154,218). Sum of RGB (Red+Green+Blue) = 211+154+218=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADA is #2C6525. Grayscale: #B2B2B2. Windows color (decimal): -2909478 or 14326483. OLE color: 14326483.

HSL color Cylindrical-coordinate representation of color #D39ADA: hue angle of 293.44º degrees, saturation: 0.46, 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 #D39ADA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211154218-
CMYK0.030.2900.15
HSL293.44º46.38%72.94%-
HSV(B)293.44º29.36%85.49%-
XYZ51.0742.0271.75-
YUV178.34150.38151.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=36.19%
G=26.42%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111542180.030.2900.15293.4446.3872.94
HexD39ADA31D0F1252e49
Octal32323233233501744556111
Binary1101001110011010110110101111101011111001001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39ADA; }

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

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

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

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

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

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

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

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