#D39EDA

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

Shades of Plum #D39EDA

Tints of Plum #D39EDA

Color information

#D39EDA (or 0xD39EDA) is unknown color: approx Plum. HEX triplet: D3, 9E and DA. RGB value is (211,158,218). Sum of RGB (Red+Green+Blue) = 211+158+218=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDA is #2C6125. Grayscale: #B4B4B4. Windows color (decimal): -2908454 or 14327507. OLE color: 14327507.

HSL color Cylindrical-coordinate representation of color #D39EDA: hue angle of 293º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39EDA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211158218-
CMYK0.030.2800.15
HSL293º44.78%73.73%-
HSV(B)293º27.52%85.49%-
XYZ51.7543.3671.97-
YUV180.69149.06149.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=35.95%
G=26.92%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111582180.030.2800.1529344.7873.73
HexD39EDA31C0F1252d4a
Octal32323633233401744555112
Binary1101001110011110110110101111100011111001001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39EDA; }

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

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

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

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

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

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

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

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