#D78CD0

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

Shades of Plum #D78CD0

Tints of Plum #D78CD0

Color information

#D78CD0 (or 0xD78CD0) is unknown color: approx Plum. HEX triplet: D7, 8C and D0. RGB value is (215,140,208). Sum of RGB (Red+Green+Blue) = 215+140+208=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CD0 is #28732F. Grayscale: #A9A9A9. Windows color (decimal): -2650928 or 13667543. OLE color: 13667543.

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

Color convert

RGB215140208-
CMYK00.350.030.16
HSL305.6º48.39%69.61%-
HSV(B)305.6º34.88%84.31%-
XYZ48.7937.7664.39-
YUV170.18149.35159.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=38.19%
G=24.87%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514020800.350.030.16305.648.3969.61
HexD78CD00233101323046
Octal32721432004332046260106
Binary110101111000110011010000010001111100001001100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CD0; }

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

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

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

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

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

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

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

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