#D39FD8

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

Shades of Plum #D39FD8

Tints of Plum #D39FD8

Color information

#D39FD8 (or 0xD39FD8) is unknown color: approx Plum. HEX triplet: D3, 9F and D8. RGB value is (211,159,216). Sum of RGB (Red+Green+Blue) = 211+159+216=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #D39FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FD8 is #2C6027. Grayscale: #B4B4B4. Windows color (decimal): -2908200 or 14196691. OLE color: 14196691.

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

Color convert

RGB211159216-
CMYK0.020.2600.15
HSL294.74º42.22%73.53%-
HSV(B)294.74º26.39%84.71%-
XYZ51.6643.670.66-
YUV181.05147.73149.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=36.01%
G=27.13%
B=36.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111592160.020.2600.15294.7442.2273.53
HexD39FD821A0F1272a4a
Octal32323733023201744752112
Binary1101001110011111110110001011010011111001001111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FD8; }

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

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

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

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

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

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

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

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