#D39CDD

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

Shades of Plum #D39CDD

Tints of Plum #D39CDD

Color information

#D39CDD (or 0xD39CDD) is unknown color: approx Plum. HEX triplet: D3, 9C and DD. RGB value is (211,156,221). Sum of RGB (Red+Green+Blue) = 211+156+221=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D39CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CDD is #2C6322. Grayscale: #B3B3B3. Windows color (decimal): -2908963 or 14523603. OLE color: 14523603.

HSL color Cylindrical-coordinate representation of color #D39CDD: hue angle of 290.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39CDD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211156221-
CMYK0.050.2900.13
HSL290.77º48.87%73.92%-
HSV(B)290.77º29.41%86.67%-
XYZ51.842.8573.95-
YUV179.86151.22150.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=35.88%
G=26.53%
B=37.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111562210.050.2900.13290.7748.8773.92
HexD39CDD51D0D123314a
Octal32323433553501544361112
Binary11010011100111001101110110111101011011001000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CDD; }

 p { color: rgb(211,156,221); }

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

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

 a { background-color: rgb(211,156,221); }

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

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

 span { border-color: rgb(211,156,221); }

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