#D78EE5

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

Shades of Plum #D78EE5

Tints of Plum #D78EE5

Color information

#D78EE5 (or 0xD78EE5) is unknown color: approx Plum. HEX triplet: D7, 8E and E5. RGB value is (215,142,229). Sum of RGB (Red+Green+Blue) = 215+142+229=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D78EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EE5 is #28711A. Grayscale: #ADADAD. Windows color (decimal): -2650395 or 15044311. OLE color: 15044311.

HSL color Cylindrical-coordinate representation of color #D78EE5: hue angle of 290.34º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78EE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215142229-
CMYK0.060.3800.10
HSL290.34º62.59%72.75%-
HSV(B)290.34º37.99%89.8%-
XYZ51.8439.4579.01-
YUV173.74159.18157.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=36.69%
G=24.23%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151422290.060.3800.10290.3462.5972.75
HexD78EE56260A1223f49
Octal32721634564601244277111
Binary110101111000111011100101110100110010101001000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EE5; }

 p { color: rgb(215,142,229); }

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

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

 a { background-color: rgb(215,142,229); }

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

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

 span { border-color: rgb(215,142,229); }

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