#D78ADC

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

Shades of Plum #D78ADC

Tints of Plum #D78ADC

Color information

#D78ADC (or 0xD78ADC) is unknown color: approx Plum. HEX triplet: D7, 8A and DC. RGB value is (215,138,220). Sum of RGB (Red+Green+Blue) = 215+138+220=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADC is #287523. Grayscale: #AAAAAA. Windows color (decimal): -2651428 or 14453463. OLE color: 14453463.

HSL color Cylindrical-coordinate representation of color #D78ADC: hue angle of 296.34º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78ADC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215138220-
CMYK0.020.3700.14
HSL296.34º53.95%70.2%-
HSV(B)296.34º37.27%86.27%-
XYZ50.0337.7972.37-
YUV170.37156.01159.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=37.52%
G=24.08%
B=38.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151382200.020.3700.14296.3453.9570.2
HexD78ADC2250E1283646
Octal32721233424501645066106
Binary11010111100010101101110010100101011101001010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ADC; }

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

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

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

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

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

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

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

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