#D78DCE

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

Shades of Plum #D78DCE

Tints of Plum #D78DCE

Color information

#D78DCE (or 0xD78DCE) is unknown color: approx Plum. HEX triplet: D7, 8D and CE. RGB value is (215,141,206). Sum of RGB (Red+Green+Blue) = 215+141+206=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DCE is #287231. Grayscale: #AAAAAA. Windows color (decimal): -2650674 or 13536727. OLE color: 13536727.

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

Color convert

RGB215141206-
CMYK00.340.040.16
HSL307.3º48.05%69.8%-
HSV(B)307.3º34.42%84.31%-
XYZ48.6937.9563.15-
YUV170.54148.02159.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=38.26%
G=25.09%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514120600.340.040.16307.348.0569.8
HexD78DCE0224101333046
Octal32721531604242046360106
Binary1101011110001101110011100100010100100001001100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DCE; }

 p { color: rgb(215,141,206); }

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

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

 a { background-color: rgb(215,141,206); }

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

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

 span { border-color: rgb(215,141,206); }

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