#D78ED0

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

Shades of Plum #D78ED0

Tints of Plum #D78ED0

Color information

#D78ED0 (or 0xD78ED0) is unknown color: approx Plum. HEX triplet: D7, 8E and D0. RGB value is (215,142,208). Sum of RGB (Red+Green+Blue) = 215+142+208=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ED0 is #28712F. Grayscale: #ABABAB. Windows color (decimal): -2650416 or 13668055. OLE color: 13668055.

HSL color Cylindrical-coordinate representation of color #D78ED0: hue angle of 305.75º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78ED0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215142208-
CMYK00.340.030.16
HSL305.75º47.71%70%-
HSV(B)305.75º33.95%84.31%-
XYZ49.0838.3564.49-
YUV171.35148.68159.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=38.05%
G=25.13%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514220800.340.030.16305.7547.7170
HexD78ED00223101323046
Octal32721632004232046260106
Binary110101111000111011010000010001011100001001100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ED0; }

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

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

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

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

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

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

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

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