#D78ADA

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

Shades of Plum #D78ADA

Tints of Plum #D78ADA

Color information

#D78ADA (or 0xD78ADA) is unknown color: approx Plum. HEX triplet: D7, 8A and DA. RGB value is (215,138,218). Sum of RGB (Red+Green+Blue) = 215+138+218=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADA is #287525. Grayscale: #A9A9A9. Windows color (decimal): -2651430 or 14322391. OLE color: 14322391.

HSL color Cylindrical-coordinate representation of color #D78ADA: hue angle of 297.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78ADA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215138218-
CMYK0.010.3700.15
HSL297.75º51.95%69.8%-
HSV(B)297.75º36.7%85.49%-
XYZ49.7737.6970.98-
YUV170.14155.01160-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=37.65%
G=24.17%
B=38.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151382180.010.3700.15297.7551.9569.8
HexD78ADA1250F12a3446
Octal32721233214501745264106
Binary1101011110001010110110101100101011111001010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ADA; }

 p { color: rgb(215,138,218); }

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

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

 a { background-color: rgb(215,138,218); }

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

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

 span { border-color: rgb(215,138,218); }

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