#D78ED1

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

Shades of Plum #D78ED1

Tints of Plum #D78ED1

Color information

#D78ED1 (or 0xD78ED1) is unknown color: approx Plum. HEX triplet: D7, 8E and D1. RGB value is (215,142,209). Sum of RGB (Red+Green+Blue) = 215+142+209=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ED1 is #28712E. Grayscale: #ABABAB. Windows color (decimal): -2650415 or 13733591. OLE color: 13733591.

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

Color convert

RGB215142209-
CMYK00.340.030.16
HSL304.93º47.71%70%-
HSV(B)304.93º33.95%84.31%-
XYZ49.2138.465.14-
YUV171.46149.18159.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=37.99%
G=25.09%
B=36.93%

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
Decimal21514220900.340.030.16304.9347.7170
HexD78ED10223101313046
Octal32721632104232046160106
Binary110101111000111011010001010001011100001001100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ED1; }

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

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

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

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

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

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

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

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