#D396DD

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

Shades of Plum #D396DD

Tints of Plum #D396DD

Color information

#D396DD (or 0xD396DD) is unknown color: approx Plum. HEX triplet: D3, 96 and DD. RGB value is (211,150,221). Sum of RGB (Red+Green+Blue) = 211+150+221=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DD is #2C6922. Grayscale: #B0B0B0. Windows color (decimal): -2910499 or 14522067. OLE color: 14522067.

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

Color convert

RGB211150221-
CMYK0.050.3200.13
HSL291.55º51.08%72.75%-
HSV(B)291.55º32.13%86.67%-
XYZ50.8240.8873.62-
YUV176.33153.21152.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=36.25%
G=25.77%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111502210.050.3200.13291.5551.0872.75
HexD396DD5200D1243349
Octal32322633554001544463111
Binary110100111001011011011101101100000011011001001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396DD; }

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

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

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

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

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

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

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

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