#D78DE9

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

Shades of Plum #D78DE9

Tints of Plum #D78DE9

Color information

#D78DE9 (or 0xD78DE9) is unknown color: approx Plum. HEX triplet: D7, 8D and E9. RGB value is (215,141,233). Sum of RGB (Red+Green+Blue) = 215+141+233=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #D78DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78DE9 is #287216. Grayscale: #ADADAD. Windows color (decimal): -2650647 or 15306199. OLE color: 15306199.

HSL color Cylindrical-coordinate representation of color #D78DE9: hue angle of 288.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78DE9 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215141233-
CMYK0.080.3900.09
HSL288.26º67.65%73.33%-
HSV(B)288.26º39.48%91.37%-
XYZ52.2639.3881.94-
YUV173.61161.52157.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=36.50%
G=23.94%
B=39.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151412330.080.3900.09288.2667.6573.33
HexD78DE9827091204449
Octal3272153511047011440104111
Binary11010111100011011110100110001001110100110010000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DE9; }

 p { color: rgb(215,141,233); }

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

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

 a { background-color: rgb(215,141,233); }

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

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

 span { border-color: rgb(215,141,233); }

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