#D78EDD

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

Shades of Plum #D78EDD

Tints of Plum #D78EDD

Color information

#D78EDD (or 0xD78EDD) is unknown color: approx Plum. HEX triplet: D7, 8E and DD. RGB value is (215,142,221). Sum of RGB (Red+Green+Blue) = 215+142+221=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDD is #287122. Grayscale: #ACACAC. Windows color (decimal): -2650403 or 14520023. OLE color: 14520023.

HSL color Cylindrical-coordinate representation of color #D78EDD: hue angle of 295.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78EDD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215142221-
CMYK0.030.3600.13
HSL295.44º53.74%71.18%-
HSV(B)295.44º35.75%86.67%-
XYZ50.7539.0173.26-
YUV172.83155.18158.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=37.20%
G=24.57%
B=38.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151422210.030.3600.13295.4453.7471.18
HexD78EDD3240D1273647
Octal32721633534401544766107
Binary11010111100011101101110111100100011011001001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EDD; }

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

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

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

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

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

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

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

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