#D39BDC

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

Shades of Plum #D39BDC

Tints of Plum #D39BDC

Color information

#D39BDC (or 0xD39BDC) is unknown color: approx Plum. HEX triplet: D3, 9B and DC. RGB value is (211,155,220). Sum of RGB (Red+Green+Blue) = 211+155+220=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDC is #2C6423. Grayscale: #B2B2B2. Windows color (decimal): -2909220 or 14457811. OLE color: 14457811.

HSL color Cylindrical-coordinate representation of color #D39BDC: hue angle of 291.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39BDC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211155220-
CMYK0.040.3000.14
HSL291.69º48.15%73.53%-
HSV(B)291.69º29.55%86.27%-
XYZ51.542.4673.19-
YUV179.15151.05150.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=36.01%
G=26.45%
B=37.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111552200.040.3000.14291.6948.1573.53
HexD39BDC41E0E124304a
Octal32323333443601644460112
Binary11010011100110111101110010011110011101001001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BDC; }

 p { color: rgb(211,155,220); }

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

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

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

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

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

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

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