#D39DDC

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

Shades of Plum #D39DDC

Tints of Plum #D39DDC

Color information

#D39DDC (or 0xD39DDC) is unknown color: approx Plum. HEX triplet: D3, 9D and DC. RGB value is (211,157,220). Sum of RGB (Red+Green+Blue) = 211+157+220=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDC is #2C6223. Grayscale: #B4B4B4. Windows color (decimal): -2908708 or 14458323. OLE color: 14458323.

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

Color convert

RGB211157220-
CMYK0.040.2900.14
HSL291.43º47.37%73.92%-
HSV(B)291.43º28.64%86.27%-
XYZ51.8443.1373.3-
YUV180.33150.39149.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=35.88%
G=26.70%
B=37.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111572200.040.2900.14291.4347.3773.92
HexD39DDC41D0E1232f4a
Octal32323533443501644357112
Binary11010011100111011101110010011101011101001000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DDC; }

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

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

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

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

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

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

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

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