#D78EE1

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

Shades of Plum #D78EE1

Tints of Plum #D78EE1

Color information

#D78EE1 (or 0xD78EE1) is unknown color: approx Plum. HEX triplet: D7, 8E and E1. RGB value is (215,142,225). Sum of RGB (Red+Green+Blue) = 215+142+225=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D78EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EE1 is #28711E. Grayscale: #ADADAD. Windows color (decimal): -2650399 or 14782167. OLE color: 14782167.

HSL color Cylindrical-coordinate representation of color #D78EE1: hue angle of 292.77º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78EE1 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215142225-
CMYK0.040.3700.12
HSL292.77º58.04%71.96%-
HSV(B)292.77º36.89%88.24%-
XYZ51.2939.2376.1-
YUV173.29157.18157.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=36.94%
G=24.40%
B=38.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151422250.040.3700.12292.7758.0471.96
HexD78EE14250C1253a48
Octal32721634144501444572110
Binary110101111000111011100001100100101011001001001011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EE1; }

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

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

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

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

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

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

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

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