#D78ED5

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

Shades of Plum #D78ED5

Tints of Plum #D78ED5

Color information

#D78ED5 (or 0xD78ED5) is unknown color: approx Plum. HEX triplet: D7, 8E and D5. RGB value is (215,142,213). Sum of RGB (Red+Green+Blue) = 215+142+213=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ED5 is #28712A. Grayscale: #ABABAB. Windows color (decimal): -2650411 or 13995735. OLE color: 13995735.

HSL color Cylindrical-coordinate representation of color #D78ED5: hue angle of 301.64º 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 #D78ED5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215142213-
CMYK00.340.010.16
HSL301.64º47.71%70%-
HSV(B)301.64º33.95%84.31%-
XYZ49.7138.667.78-
YUV171.92151.18158.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=37.72%
G=24.91%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514221300.340.010.16301.6447.7170
HexD78ED502211012e3046
Octal32721632504212045660106
Binary11010111100011101101010101000101100001001011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ED5; }

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

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

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

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

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

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

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

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